From: Jean Privat Date: Thu, 4 Sep 2014 00:08:27 +0000 (-0400) Subject: benchs: use the bootstraped nitg because it is correcly compiled since d055af3c72 X-Git-Tag: v0.6.9~54^2~4 X-Git-Url: http://nitlanguage.org benchs: use the bootstraped nitg because it is correcly compiled since d055af3c72 Signed-off-by: Jean Privat --- diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index ba14240..75ff0aa 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -113,8 +113,8 @@ fi ## COMPILE ENGINES -# force to use the last nitg, not the bootstraped one -test -f ./nitg || ../bin/nitg ../src/nitg.nit -v +# get the bootstrapped nitg +cp ../bin/nitg . ## EFFECTIVE BENCHS ##