aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-02-01 17:41:37 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-02-01 17:41:37 -0800
commitaebb45678c68f8afd3269852309815f16bf47da2 (patch)
tree54eb0e462182309fad8fcd187c85926a39b5ecfb /tests
parent88e80b39ca94ad8e9ef4b8b965cd61c2e4a410e5 (diff)
use ta2 in benchmark suite
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 55d0bd0b..c082f855 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5798,7 +5798,7 @@ elif 'benchmark' in str(sys.argv):
final_filename = os.path.join(dirname, 'src.js')
try_delete(final_filename)
- output = Popen([EMCC, filename, '-O3', '-s', 'USE_TYPED_ARRAYS=1', '-s', 'QUANTUM_SIZE=1',
+ output = Popen([EMCC, filename, '-O3',
'-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: ' + '\n'.join(output)