summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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