benches: add --no-tag-primitive
authorJean Privat <jean@pryen.org>
Sun, 15 Mar 2015 14:35:43 +0000 (21:35 +0700)
committerJean Privat <jean@pryen.org>
Wed, 18 Mar 2015 05:13:35 +0000 (12:13 +0700)
Signed-off-by: Jean Privat <jean@pryen.org>

benchmarks/bench_engines.sh

index 442f7bd..4d4c6c6 100755 (executable)
@@ -207,7 +207,7 @@ function bench_nitc-s_options()
 
        plot "$name.gnu"
 }
-bench_nitc-s_options "slower" --hardening --no-shortcut-equal --no-union-attribute --no-shortcut-range --no-inline-intern "--no-gcc-directive likely --no-gcc-directive noreturn"
+bench_nitc-s_options "slower" --hardening --no-shortcut-equal --no-union-attribute --no-shortcut-range --no-inline-intern "--no-gcc-directive likely --no-gcc-directive noreturn" "--no-tag-primitives"
 bench_nitc-s_options "nocheck" --no-check-null --no-check-autocast --no-check-attr-isset --no-check-covariance --no-check-assert
 bench_nitc-s_options "faster" --skip-dead-methods --inline-coloring-numbers --inline-some-methods --direct-call-monomorph "--inline-some-methods --direct-call-monomorph" ""