benchs: use the bootstraped nitg because it is correcly compiled since d055af3c72
authorJean Privat <jean@pryen.org>
Thu, 4 Sep 2014 00:08:27 +0000 (20:08 -0400)
committerJean Privat <jean@pryen.org>
Thu, 4 Sep 2014 15:56:31 +0000 (11:56 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

benchmarks/bench_engines.sh

index ba14240..75ff0aa 100755 (executable)
@@ -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 ##