diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-05-12 14:46:48 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-05-12 14:46:48 -0700 |
commit | 9a515a27c158b487839beea9c5d79c0f7957e83a (patch) | |
tree | 85421a0689e00fd633622db990c21ce4641f9081 | |
parent | 0edf2a8c95724ffcb89f01fb65c2331eea8b9248 (diff) |
commented closure in benchmarks
-rw-r--r-- | tests/test_benchmark.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_benchmark.py b/tests/test_benchmark.py index 735f0feb..821caa6b 100644 --- a/tests/test_benchmark.py +++ b/tests/test_benchmark.py @@ -112,6 +112,7 @@ process(sys.argv[1]) '--memory-init-file', '0', '--js-transform', 'python hardcode.py', '-s', 'TOTAL_MEMORY=128*1024*1024', #'-profiling', + #'--closure', '1', '-o', final] + shared_args + emcc_args + self.extra_args, stdout=PIPE, stderr=PIPE, env=self.env).communicate() assert os.path.exists(final), 'Failed to compile file: ' + output[0] self.filename = final |