| Index: tools/perf/benchmarks/v8.py
|
| diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
|
| index 0a6ea1604247ec574b41b409e524a0b754771854..32080132eb9e279a23cde479abe4302ad905d125 100644
|
| --- a/tools/perf/benchmarks/v8.py
|
| +++ b/tools/perf/benchmarks/v8.py
|
| @@ -53,7 +53,7 @@ class V8DetachedContextAgeInGC(perf_benchmark.PerfBenchmark):
|
|
|
| # Disabled on reference builds because they don't support the new
|
| # Tracing.requestMemoryDump DevTools API. See http://crbug.com/540022.
|
| -@benchmark.Disabled('reference')
|
| +@benchmark.Disabled('reference', 'android') # crbug.com/579546
|
| class V8InfiniteScroll(perf_benchmark.PerfBenchmark):
|
| """Measures V8 GC metrics and memory usage while scrolling the top web pages.
|
| http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
|
|
|