aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-07 09:56:54 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-07 09:56:54 -0800
commit4309f5875eff90f3d5bbcd82631376fe640b16ea (patch)
tree60304d417f04134c3a4b6aacec54ec2a2eb3198d
parent61e7c8e0048f6314760c8dd70255f0e8b754f79a (diff)
use eliminator in raytrace benchmark
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 6e713fbe..ac6755e0 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4447,7 +4447,7 @@ else:
llvm_opts=True, handpicked=False)
def test_raytrace(self):
- global POST_OPTIMIZATIONS; POST_OPTIMIZATIONS = ['closure']
+ global POST_OPTIMIZATIONS; POST_OPTIMIZATIONS = ['eliminator', 'closure']
src = open(path_from_root('tests', 'raytrace.cpp'), 'r').read().replace('double', 'float') # benchmark with floats
self.do_benchmark(src, ['7', '256'], open(path_from_root('tests', 'raytrace_7_256.ppm')).read(), llvm_opts=True, handpicked=True)