diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-16 11:08:14 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-16 11:08:14 -0800 |
commit | 05ba65f644625cd1efd139cb8efddd5e4f9c4d75 (patch) | |
tree | 4f960e1eccd4a33889d12f67263b65d0ffbb0892 /tests | |
parent | 440ff9f241c98f55f3f457cd83ffd6e9894a73ba (diff) |
disable closure in benchmarks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_benchmark.py b/tests/test_benchmark.py index 780e03a9..a75f570b 100644 --- a/tests/test_benchmark.py +++ b/tests/test_benchmark.py @@ -80,7 +80,7 @@ process(sys.argv[1]) '-O2', '-s', 'DOUBLE_MODE=0', '-s', 'PRECISE_I64_MATH=0', '--memory-init-file', '0', '--js-transform', 'python hardcode.py', '-s', 'TOTAL_MEMORY=128*1024*1024', - '--closure', '1', + #'--closure', '1', #'-s', 'PRECISE_F32=1', #'-g', '-o', filename + '.js'] + shared_args + emcc_args, stdout=PIPE, stderr=PIPE).communicate() |