Commit b17583eb authored by robertocn's avatar robertocn Committed by Commit bot

Disable v8.infinite_scrolling on android.

Several android bots are failing v8.infinite_scrolling almost
consistently.

R=nednguyen,eakuefner,sullivan
BUG=579546
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect

Review URL: https://codereview.chromium.org/1638063002

Cr-Commit-Position: refs/heads/master@{#371728}
parent 689fe6ff
...@@ -53,7 +53,7 @@ class V8DetachedContextAgeInGC(perf_benchmark.PerfBenchmark): ...@@ -53,7 +53,7 @@ class V8DetachedContextAgeInGC(perf_benchmark.PerfBenchmark):
# Disabled on reference builds because they don't support the new # Disabled on reference builds because they don't support the new
# Tracing.requestMemoryDump DevTools API. See http://crbug.com/540022. # Tracing.requestMemoryDump DevTools API. See http://crbug.com/540022.
@benchmark.Disabled('reference') @benchmark.Disabled('reference', 'android') # crbug.com/579546
class V8InfiniteScroll(perf_benchmark.PerfBenchmark): class V8InfiniteScroll(perf_benchmark.PerfBenchmark):
"""Measures V8 GC metrics and memory usage while scrolling the top web pages. """Measures V8 GC metrics and memory usage while scrolling the top web pages.
http://www.chromium.org/developers/design-documents/rendering-benchmarks""" http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment