Chromium Code Reviews| Index: test/benchmarks/testcfg.py |
| diff --git a/test/benchmarks/testcfg.py b/test/benchmarks/testcfg.py |
| index 6607bef8cc68bc51c80e088a40bd32d069a2da4d..f9bbda731ac89f1e2127047ba6f34dc35d8dcae0 100644 |
| --- 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=*"]] |
|
Michael Achenbach
2014/10/13 09:25:59
+ ,
Benedikt Meurer
2014/10/13 09:26:41
Done.
|
| def GetSuite(name, root): |