summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00b9d3a..77b5647 100644
--- a/Makefile
+++ b/Makefile
@@ -295,6 +295,10 @@ BENCHMARKS=$(UPB_BENCHMARKS) \
upb_benchmarks: $(UPB_BENCHMARKS)
benchmarks: $(BENCHMARKS)
+upb_benchmark: $(UPB_BENCHMARKS)
+ @rm -f benchmarks/results
+ @rm -rf benchmarks/*.dSYM
+ @for test in benchmarks/b.* ; do ./$$test ; done
benchmark: $(BENCHMARKS)
@rm -f benchmarks/results
@rm -rf benchmarks/*.dSYM
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback