projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a50551
)
Run benchmarks tests with --turbo-asm flag.
author
bmeurer@chromium.org
<bmeurer@chromium.org>
Mon, 13 Oct 2014 09:30:27 +0000
(09:30 +0000)
committer
bmeurer@chromium.org
<bmeurer@chromium.org>
Mon, 13 Oct 2014 09:30:27 +0000
(09:30 +0000)
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
test/benchmarks/testcfg.py
patch
|
blob
|
history
diff --git
a/test/benchmarks/testcfg.py
b/test/benchmarks/testcfg.py
index 6607bef8cc68bc51c80e088a40bd32d069a2da4d..29e0c37e44f68df83393c1bcef379df7dccd19fd 100644
(file)
--- a/
test/benchmarks/testcfg.py
+++ b/
test/benchmarks/testcfg.py
@@
-186,7
+186,7
@@
class BenchmarksTestSuite(testsuite.TestSuite):
# Both --nocrankshaft and --stressopt are very slow. Add TF but without
# always opt to match the way the benchmarks are run for performance
# testing.
- return [[], ["--turbo-filter=*"]]
+ return [[], ["--turbo-
asm", "--turbo-
filter=*"]]
def GetSuite(name, root):