aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-16 21:00:08 -0700
committeralon@honor <none@none>2010-10-16 21:00:08 -0700
commitdbb6945add5d9af18934567bb792dc839ca4c474 (patch)
treea4bb278168f7b0d33c27a28f23f8827aa83d9090
parent2b9dcca362c0dd95db268dbafc73eea4ad09c4de (diff)
use quantum of 4 in benchmarks, to better simulate real-world conditions
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 741cbb91..191d5bcf 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -919,7 +919,7 @@ else:
JS_ENGINE = SPIDERMONKEY_ENGINE
#JS_ENGINE = V8_ENGINE
- QUANTUM_SIZE = 1
+ QUANTUM_SIZE = 4
RELOOP = OPTIMIZE = USE_TYPED_ARRAYS = 1
GUARD_MEMORY = 0