From: Jean Privat Date: Tue, 11 Dec 2012 03:18:18 +0000 (-0500) Subject: bench: replace shootout_binarytrees with bench_bintree_gen X-Git-Tag: v0.6~168 X-Git-Url: http://nitlanguage.org bench: replace shootout_binarytrees with bench_bintree_gen Signed-off-by: Jean Privat --- diff --git a/src/run_bench.sh b/src/run_bench.sh index c4ebb6a..4f29644 100755 --- a/src/run_bench.sh +++ b/src/run_bench.sh @@ -202,8 +202,8 @@ function run_compiler() bench_command "nit" "nit test_parser.nit test_parser.nit" "./nit.$title.bin" -v test_parser.nit -- -n rapid_type_analysis.nit run_command "$@" ../examples/shoot/shoot_logic.nit -o "shoot.$title.bin" bench_command "shoot" "shoot_logic" "./shoot.$title.bin" - run_command "$@" ../tests/shootout_binarytrees.nit -o "bintrees.$title.bin" - bench_command "bintrees" "shootout_binarytrees" "./bintrees.$title.bin" 17 + run_command "$@" ../tests/bench_bintree_gen.nit -o "bintrees.$title.bin" + bench_command "bintrees" "bench_bintree_gen 17" "./bintrees.$title.bin" 17 } ## HANDLE OPTIONS ##