benchmarking set up
This commit is contained in:
Родитель
3f6541766e
Коммит
87340e57b4
|
@ -113,7 +113,8 @@ process(sys.argv[1])
|
|||
'-s', 'TOTAL_MEMORY=128*1024*1024',
|
||||
'--profiling',
|
||||
#'--closure', '1',
|
||||
'-o', final] + shared_args + emcc_args + self.extra_args, stdout=None, stderr=None, env=self.env).communicate()
|
||||
'-o', final] + shared_args + emcc_args + self.extra_args, stdout=PIPE, stderr=PIPE, env=self.env).communicate()
|
||||
#'-o', final] + shared_args + emcc_args + self.extra_args, stdout=None, stderr=None, env=self.env).communicate()
|
||||
assert os.path.exists(final), 'Failed to compile file: ' + output[0]
|
||||
self.filename = final
|
||||
|
||||
|
@ -140,7 +141,7 @@ try:
|
|||
#NativeBenchmarker('clang-3.4', os.path.join(LLVM_3_4, 'clang'), os.path.join(LLVM_3_4, 'clang++')),
|
||||
#NativeBenchmarker('gcc', 'gcc', 'g++'),
|
||||
#JSBenchmarker('sm-f32', SPIDERMONKEY_ENGINE, ['-s', 'PRECISE_F32=2']),
|
||||
#JSBenchmarker('sm', SPIDERMONKEY_ENGINE),
|
||||
JSBenchmarker('sm', SPIDERMONKEY_ENGINE),
|
||||
JSBenchmarker('sm-emterp', SPIDERMONKEY_ENGINE, ['-s', 'EMTERPRETIFY=1']),
|
||||
#JSBenchmarker('sm-f32-si', SPIDERMONKEY_ENGINE, ['--profiling', '-s', 'PRECISE_F32=2', '-s', 'SIMPLIFY_IFS=1']),
|
||||
#JSBenchmarker('sm-f32-aggro', SPIDERMONKEY_ENGINE, ['-s', 'PRECISE_F32=2', '-s', 'AGGRESSIVE_VARIABLE_ELIMINATION=1']),
|
||||
|
|
Загрузка…
Ссылка в новой задаче