Skip to content

Commit 3dae2a0

Browse files
committed
Run benchmarks tests with --turbo-asm flag.
R=machenbach@chromium.org, mstarzinger@chromium.org Review URL: https://codereview.chromium.org/646373002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24549 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent 4a50551 commit 3dae2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/benchmarks/testcfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def VariantFlags(self, testcase, default_flags):
186186
# Both --nocrankshaft and --stressopt are very slow. Add TF but without
187187
# always opt to match the way the benchmarks are run for performance
188188
# testing.
189-
return [[], ["--turbo-filter=*"]]
189+
return [[], ["--turbo-asm", "--turbo-filter=*"]]
190190

191191

192192
def GetSuite(name, root):

0 commit comments

Comments
 (0)