Index: test/benchmarks/testcfg.py |
diff --git a/test/benchmarks/testcfg.py b/test/benchmarks/testcfg.py |
index c8d05e61f4727e0a8af15cd8aed5c89ceb3149b4..6607bef8cc68bc51c80e088a40bd32d069a2da4d 100644 |
--- a/test/benchmarks/testcfg.py |
+++ b/test/benchmarks/testcfg.py |
@@ -186,8 +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. |
- # TODO(mstarzinger): Enable typed pipeline soon! |
- return [[], ["--turbo-filter=*", "--noturbo-types"]] |
+ return [[], ["--turbo-filter=*"]] |
def GetSuite(name, root): |