From: Jean Privat Date: Mon, 14 Sep 2015 20:26:28 +0000 (-0400) Subject: bench_engines: add test for misc options X-Git-Tag: v0.7.8~15^2~10 X-Git-Url: http://nitlanguage.org bench_engines: add test for misc options Signed-off-by: Jean Privat --- 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"