Index: tools/perf/benchmarks/v8.py |
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py |
index bc9a75f71f9be38cd51b171d607687037b6d342a..4a543f137837def120baec6da9dae36b13dd3f02 100644 |
--- a/tools/perf/benchmarks/v8.py |
+++ b/tools/perf/benchmarks/v8.py |
@@ -117,9 +117,7 @@ |
def ShouldTearDownStateAfterEachStoryRun(cls): |
return True |
-# Disabled on reference builds as they are failing across multiple Android |
-# devices. see http://crbug.com/636405 |
-@benchmark.Disabled('reference') |
+ |
class V8TodoMVC(perf_benchmark.PerfBenchmark): |
"""Measures V8 Execution metrics on the TodoMVC examples.""" |
page_set = page_sets.TodoMVCPageSet |