From dbb6945add5d9af18934567bb792dc839ca4c474 Mon Sep 17 00:00:00 2001 From: "alon@honor" Date: Sat, 16 Oct 2010 21:00:08 -0700 Subject: [PATCH] use quantum of 4 in benchmarks, to better simulate real-world conditions --- tests/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runner.py b/tests/runner.py index 741cbb910..191d5bcf1 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