Make "benchmark" build "benchmarks", add bug note.

pull/13171/head
Joshua Haberman 13 years ago
parent 8eb2b2a216
commit d1d126acf4
  1. 2
      Makefile
  2. 3
      upb/atomic.h

@ -283,7 +283,7 @@ BENCHMARKS=$(UPB_BENCHMARKS) \
upb_benchmarks: $(UPB_BENCHMARKS)
benchmarks: $(BENCHMARKS)
benchmark:
benchmark: $(BENCHMARKS)
@rm -f benchmarks/results
@rm -rf benchmarks/*.dSYM
@for test in benchmarks/b.* ; do ./$$test ; done

@ -14,6 +14,9 @@
*
* - a reader/writer lock (wrappers around platform-provided mutexes).
* - an atomic refcount.
*
* TODO: This needs some revisiting/refinement, see:
* http://code.google.com/p/upb/issues/detail?id=8
*/
#ifndef UPB_ATOMIC_H_

Loading…
Cancel
Save