benchs: use the bootstraped nitg because it is correcly compiled since d055af3c72
[nit.git] / 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 ##