aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-05 18:30:25 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-05 18:30:25 -0700
commita89426a58dfca0b1b9af2fa97da996bddc976a0f (patch)
tree3dddb177215c2dcfa68d27f996489af905ff5699 /tests/runner.py
parent0dd006cfc72c023de7557d1c9ee23e779cea5e50 (diff)
test various chunk sizes for memory allocation
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 561d8523..3606ff1d 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -8918,7 +8918,7 @@ TT = %s
exec('o1 = make_run("o1", compiler=CLANG, emcc_args=["-O1", "-s", "SAFE_HEAP=1"])')
# Make one run with -O2, but without closure (we enable closure in specific tests, otherwise on everything it is too slow)
- exec('o2 = make_run("o2", compiler=CLANG, emcc_args=["-O2"])')
+ exec('o2 = make_run("o2", compiler=CLANG, emcc_args=["-O2", "-s", "JS_CHUNK_SIZE=10"])')
# asm.js
exec('asm2 = make_run("asm2", compiler=CLANG, emcc_args=["-O2", "-s", "ASM_JS=1"])')