From a23c962cfbea69aa6c328e5f362bfef92ac73599 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Mon, 14 Sep 2015 16:26:28 -0400 Subject: [PATCH] bench_engines: add test for misc options Signed-off-by: Jean Privat --- benchmarks/bench_engines.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index e946d6a..8e9353b 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -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" -- 1.7.9.5