diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-07 10:25:42 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-07 10:25:42 -0800 |
commit | 938b1212234200018ae886762f0b2eb938e81a94 (patch) | |
tree | 508e55d92d8a964e91f0051c8df984c00995723f /tests/runner.py | |
parent | 994805e51d8fc8ea7e7f2afc84cdedd9a9e13c73 (diff) |
benchmarks fixes
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 6b85eb0e..bc5db67d 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4282,7 +4282,7 @@ else: Settings.FAST_MEMORY = 10*1024*1024 TEST_REPS = 10 - TOTAL_TESTS = 6 + TOTAL_TESTS = 7 tests_done = 0 total_times = map(lambda x: 0., range(TOTAL_TESTS)) @@ -4456,7 +4456,7 @@ else: global POST_OPTIMIZATIONS; POST_OPTIMIZATIONS = ['eliminator', 'closure'] src = open(path_from_root('tests', 'skinning_test_no_simd.cpp'), 'r').read() - self.do_benchmark(src, ['10000', '3000'], 'blah=0.000000', llvm_opts=True, handpicked=True) + self.do_benchmark(src, ['10000', '1000'], 'blah=0.000000', llvm_opts=True, handpicked=True) def test_dlmalloc(self): global POST_OPTIMIZATIONS; POST_OPTIMIZATIONS = ['eliminator'] |