summaryrefslogtreecommitdiff
path: root/perf-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'perf-tests.sh')
-rwxr-xr-xperf-tests.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/perf-tests.sh b/perf-tests.sh
index 118922d..7bdbee0 100755
--- a/perf-tests.sh
+++ b/perf-tests.sh
@@ -26,6 +26,7 @@ run_with_flags () {
run_with_flags "-DNDEBUG -fomit-frame-pointer -m32" "omitfp32"
#fi
-run_with_flags "-DNDEBUG " "plain"
-run_with_flags "-DNDEBUG -fomit-frame-pointer" "omitfp"
-run_with_flags "-DNDEBUG -DUPB_USE_JIT_X64" "jit"
+# Ideally we could test for x86-64 in deciding whether to compile with
+# the JIT flag.
+run_with_flags "-DNDEBUG -DUPB_USE_JIT_X64" "plain"
+run_with_flags "-DNDEBUG -fomit-frame-pointer -DUPB_USE_JIT_X64" "omitfp"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback