diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-06-11 19:21:08 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-06-11 19:21:08 -0700 |
commit | 24c7a4378b64f357c2e76d6a2b241d8c4aa1733d (patch) | |
tree | 7ad9669e7117dfd12c6fad096623bb899f546834 | |
parent | 3c8451a078ef0a61143c67590ebdf3e407f29182 (diff) |
fix # of benchmark tests
-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 a7888238..2fd0b4a1 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2621,7 +2621,7 @@ else: LLVM_OPTS = 1 TEST_REPS = 4 - TOTAL_TESTS = 4 + TOTAL_TESTS = 5 tests_done = 0 total_times = map(lambda x: 0., range(TEST_REPS)) |