bench/engines: add a sanitary check to just run the various benched programs
authorJean Privat <jean@pryen.org>
Mon, 19 Jun 2017 20:03:17 +0000 (16:03 -0400)
committerJean Privat <jean@pryen.org>
Mon, 19 Jun 2017 20:03:17 +0000 (16:03 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

benchmarks/bench_engines.sh

index 8e7f591..6710807 100755 (executable)
@@ -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"