diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-07-17 11:39:00 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-07-17 11:39:00 -0700 |
commit | 03ed17a7b7b64ab55795d5a0fb671aa45f04f85f (patch) | |
tree | 264a80760bd0f4c75ba543b9ddeb142c0289015a /tests | |
parent | 064f18c96a8c0d1584ffad4a405c2041e328ec06 (diff) |
commented future change to benchmarks
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 7085f5f9..9c714da5 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8124,6 +8124,7 @@ elif 'benchmark' in str(sys.argv): try_delete(final_filename) output = Popen(['python', EMCC, filename, '-O3', + #'-O2', '-s', 'INLINING_LIMIT=0', '-s', 'DOUBLE_MODE=0', '-s', 'PRECISE_I64_MATH=0', '-s', 'TOTAL_MEMORY=100*1024*1024', '-s', 'FAST_MEMORY=10*1024*1024', '-o', final_filename] + emcc_args, stdout=PIPE, stderr=self.stderr_redirect).communicate() assert os.path.exists(final_filename), 'Failed to compile file: ' + output[0] |