Reviewers: mstarzinger, titzer,

Message:
PTAL. I'll wait with landing this until TF is ready.

Description:
Enable TF for testing benchmarks.

BUG=

Please review this at https://codereview.chromium.org/440383002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+4, -2 lines):
  M test/benchmarks/testcfg.py


Index: test/benchmarks/testcfg.py
diff --git a/test/benchmarks/testcfg.py b/test/benchmarks/testcfg.py
index c94a35ffd9f17112a7611f141dc2463febecc5d0..6607bef8cc68bc51c80e088a40bd32d069a2da4d 100644
--- a/test/benchmarks/testcfg.py
+++ b/test/benchmarks/testcfg.py
@@ -183,8 +183,10 @@ class BenchmarksTestSuite(testsuite.TestSuite):
     os.chdir(old_cwd)

   def VariantFlags(self, testcase, default_flags):
-    # Both --nocrankshaft and --stressopt are very slow.
-    return [[]]
+    # 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=*"]]


 def GetSuite(name, root):


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to