diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-21 17:55:38 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-21 17:55:38 -0800 |
commit | 840b032df1748bbc46ebffb6d5634f2da1491298 (patch) | |
tree | 04761a8693e76a8eefe881df0f5ebdcb29dac10f | |
parent | c19c8988fc05826e531c166cd00000723b8c823d (diff) |
benchmarks fix
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 346eba2f..e527ec9c 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -5305,7 +5305,7 @@ elif 'benchmark' in str(sys.argv): Building.COMPILER_TEST_OPTS = [] TEST_REPS = 10 - TOTAL_TESTS = 8 + TOTAL_TESTS = 7 tests_done = 0 total_times = map(lambda x: 0., range(TOTAL_TESTS)) |