summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2011-08-19 19:16:10 -0700
committerJosh Haberman <jhaberman@gmail.com>2011-08-19 19:16:10 -0700
commita090a7abf62392a094a99c3fcc1d0cd35b4f4672 (patch)
tree34d780b40c9aa0c36d07dfc6fd01c4b56ecd5123 /Makefile
parent06b8181f975d66341fe8b96999c911a8ed24447c (diff)
Fix proto2 benchmark for newer proto2.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f413ca2..ca04d71 100644
--- a/Makefile
+++ b/Makefile
@@ -289,7 +289,9 @@ UPB_BENCHMARKS += \
benchmarks/b.parsestream_googlemessage1.upb_jit \
benchmarks/b.parsestream_googlemessage2.upb_jit \
benchmarks/b.parsetostruct_googlemessage1.upb_jit_byval \
- benchmarks/b.parsetostruct_googlemessage2.upb_jit_byval
+ benchmarks/b.parsetostruct_googlemessage2.upb_jit_byval \
+ benchmarks/b.parsetoproto2_googlemessage1.upb_jit \
+ benchmarks/b.parsetoproto2_googlemessage2.upb_jit
endif
BENCHMARKS=$(UPB_BENCHMARKS) \
@@ -300,12 +302,6 @@ BENCHMARKS=$(UPB_BENCHMARKS) \
benchmarks/b.parsetoproto2_googlemessage1.upb \
benchmarks/b.parsetoproto2_googlemessage2.upb
-ifdef USE_JIT
-BENCHMARKS += \
- benchmarks/b.parsetoproto2_googlemessage1.upb_jit \
- benchmarks/b.parsetoproto2_googlemessage2.upb_jit
-endif
-
upb_benchmarks: $(UPB_BENCHMARKS)
benchmarks: $(BENCHMARKS)
benchmark:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback