From a8cad51c5b7f89f2eb4862d2a6cb8d84f7bf587e Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 4 Jun 2013 23:15:59 -0400 Subject: [PATCH] benchs: add pep8analisis bench program Signed-off-by: Jean Privat --- benchmarks/bench_engines.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index ef0a709..5ec8a00 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -25,6 +25,8 @@ source ./bench_plot.sh # Can be overrided with 'the option -n' count=2 +pep8analysis=../../pep8analysis + ### HELPER FUNCTIONS ## function die() @@ -128,6 +130,8 @@ function run_compiler() bench_command "shoot" "shoot_logic 30" "./shoot.$title.bin" 30 run_command "$@" ../tests/bench_bintree_gen.nit -o "bintrees.$title.bin" bench_command "bintrees" "bench_bintree_gen 18" "./bintrees.$title.bin" 18 + run_command "$@" "$pep8analysis/src/pep8analysis.nit" -I "$pep8analysis/lib" -o "pep8a.$title.bin" + bench_command "pep8analisis" "bench_bintree_gen 18" "./pep8a.$title.bin" "$pep8analysis/tests/privat/"*.pep fi } -- 1.7.9.5