aboutsummaryrefslogtreecommitdiff
path: root/tests/test_benchmark.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-07 12:24:40 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-07 12:24:40 -0800
commit582e3e62db1bf888f6c60881694c05cf37a3b55f (patch)
tree6aee323614f8a978ce9700a326e99dcaa154dbfc /tests/test_benchmark.py
parent04b5c9d3d434e1bf6ab0dab42fd27fd4a4dd0721 (diff)
make aggressiveVariableElimination usable through a setting
Diffstat (limited to 'tests/test_benchmark.py')
-rw-r--r--tests/test_benchmark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_benchmark.py b/tests/test_benchmark.py
index 1296e477..21a47178 100644
--- a/tests/test_benchmark.py
+++ b/tests/test_benchmark.py
@@ -128,6 +128,7 @@ try:
#NativeBenchmarker('clang-3.4', os.path.join(LLVM_3_4, 'clang'), os.path.join(LLVM_3_4, 'clang++')),
#NativeBenchmarker('gcc', 'gcc', 'g++'),
JSBenchmarker('sm-f32', SPIDERMONKEY_ENGINE, ['-s', 'PRECISE_F32=2']),
+ #JSBenchmarker('sm-f32-aggro', SPIDERMONKEY_ENGINE, ['-s', 'PRECISE_F32=2', '-s', 'AGGRESSIVE_VARIABLE_ELIMINATION=1']),
#JSBenchmarker('sm-f32-3.2', SPIDERMONKEY_ENGINE, ['-s', 'PRECISE_F32=2'], env={ 'LLVM': LLVM_3_2 }),
#JSBenchmarker('sm-f32-3.3', SPIDERMONKEY_ENGINE, ['-s', 'PRECISE_F32=2'], env={ 'LLVM': LLVM_3_3 }),
#JSBenchmarker('sm-f32-3.4', SPIDERMONKEY_ENGINE, ['-s', 'PRECISE_F32=2'], env={ 'LLVM': LLVM_3_4 }),