From 141d3218688260556188128b56e54c221c0deea8 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Mon, 19 Jun 2017 16:03:17 -0400 Subject: [PATCH] bench/engines: add a sanitary check to just run the various benched programs Signed-off-by: Jean Privat --- benchmarks/bench_engines.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index 8e7f591..6710807 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -226,6 +226,9 @@ bench_nitc_options "monomorph" "" --direct-call-monomorph0 --direct-call-monomor bench_nitc_options "misc" "" --log --typing-test-metrics --invocation-metrics --isset-checks-metrics --tables-metrics --no-stacktrace --release --debug #FIXME add --sloppy +# sanitary just run the default configuration, this is used to check that `run_compiler` works. +bench_nitc_options "sanitary" "" + function bench_nitc-e_gc() { name="$FUNCNAME" -- 1.7.9.5