From a090a7abf62392a094a99c3fcc1d0cd35b4f4672 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Fri, 19 Aug 2011 19:16:10 -0700 Subject: Fix proto2 benchmark for newer proto2. --- Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3