bench_engines: add test for misc options
authorJean Privat <jean@pryen.org>
Mon, 14 Sep 2015 20:26:28 +0000 (16:26 -0400)
committerJean Privat <jean@pryen.org>
Tue, 15 Sep 2015 23:55:50 +0000 (19:55 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

benchmarks/bench_engines.sh

index e946d6a..8e9353b 100755 (executable)
@@ -226,6 +226,8 @@ bench_nitc_options "nullables" "" "--no-check-attr-isset" "--no-union-attribute"
 bench_nitc_options "linkboost" "" NOALL --trampoline-call --colors-are-symbols "--colors-are-symbols --trampoline-call" "--separate --link-boost" "--separate --colors-are-symbols --guard-call" "--separate --colors-are-symbols --direct-call-monomorph0" "--substitute-monomorph"
 bench_nitc_options "monomorph" "" --direct-call-monomorph0 --direct-call-monomorph
 
+bench_nitc_options "misc" "" --log --typing-test-metrics --invocation-metrics --isset-checks-metrics --tables-metrics --no-stacktrace --release --debug #FIXME add --sloppy
+
 function bench_nitc-e_gc()
 {
        name="$FUNCNAME"