From 638a65b4f2ded21dbedc3ff0e3c0a9d6dff64856 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Mon, 10 Dec 2012 22:18:18 -0500 Subject: [PATCH] bench: replace shootout_binarytrees with bench_bintree_gen Signed-off-by: Jean Privat --- src/run_bench.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ## -- 1.7.9.5