aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-04-24 19:51:51 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-04-24 19:51:51 -0700
commitaa3b844a1588d470851109c5963c20d30451c826 (patch)
tree34770d37fe1a05de02f1805f5ea45e1cb6d3e01b /tests
parent9f0ba583d6ed8ed830cc2871d91d3339d36d36d7 (diff)
use quantum of 1 in benchmarks
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 442f5c18..eb8f73f2 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2390,7 +2390,7 @@ else:
global COMPILER_TEST_OPTS; COMPILER_TEST_OPTS = []
- QUANTUM_SIZE = 4
+ QUANTUM_SIZE = 1
RELOOP = OPTIMIZE = 1
USE_TYPED_ARRAYS = 0
ASSERTIONS = SAFE_HEAP = CHECK_OVERFLOWS = CORRECT_OVERFLOWS = CHECK_SIGNS = 0