| Index: tools/perf/benchmarks/v8.py
|
| diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
|
| index 4a543f137837def120baec6da9dae36b13dd3f02..bc9a75f71f9be38cd51b171d607687037b6d342a 100644
|
| --- a/tools/perf/benchmarks/v8.py
|
| +++ b/tools/perf/benchmarks/v8.py
|
| @@ -117,7 +117,9 @@ class _InfiniteScrollBenchmark(perf_benchmark.PerfBenchmark):
|
| 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
|
|
|