Commit 11ba3bbd authored by eakuefner's avatar eakuefner Committed by Commit bot

[BotHealth] Disable v8.infinite_scroll benchmarks on Windows

BUG=638724
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq

Review-Url: https://codereview.chromium.org/2256853002
Cr-Commit-Position: refs/heads/master@{#412704}
parent 4238c660
...@@ -151,7 +151,8 @@ class V8TodoMVCIgnition(V8TodoMVC): ...@@ -151,7 +151,8 @@ class V8TodoMVCIgnition(V8TodoMVC):
# 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') # Windows: crbug.com/638724
@benchmark.Disabled('win', 'reference')
class V8InfiniteScroll(_InfiniteScrollBenchmark): class V8InfiniteScroll(_InfiniteScrollBenchmark):
"""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"""
...@@ -165,7 +166,8 @@ class V8InfiniteScroll(_InfiniteScrollBenchmark): ...@@ -165,7 +166,8 @@ class V8InfiniteScroll(_InfiniteScrollBenchmark):
# 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') # crbug.com/579546 # Windows: crbug.com/638724
@benchmark.Disabled('win', 'reference') # crbug.com/579546
class V8InfiniteScrollIgnition(V8InfiniteScroll): class V8InfiniteScrollIgnition(V8InfiniteScroll):
"""Measures V8 GC metrics using Ignition.""" """Measures V8 GC metrics using Ignition."""
......
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