Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: tools/perf/benchmarks/v8.py

Issue 2300613002: Revert of [BotHealth] Disable v8.infinite_scroll benchmarks on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index a2780c3d5e76af563b271081eca49e16bc27466b..9cb3b4442614825b47dfe4dd292e30347dab15b8 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -151,8 +151,7 @@
# Disabled on reference builds because they don't support the new
# Tracing.requestMemoryDump DevTools API. See http://crbug.com/540022.
-# Windows: crbug.com/638724
-@benchmark.Disabled('win', 'reference')
+@benchmark.Disabled('reference')
class V8InfiniteScroll(_InfiniteScrollBenchmark):
"""Measures V8 GC metrics and memory usage while scrolling the top web pages.
http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
@@ -166,8 +165,7 @@
# Disabled on reference builds because they don't support the new
# Tracing.requestMemoryDump DevTools API. See http://crbug.com/540022.
-# Windows: crbug.com/638724
-@benchmark.Disabled('win', 'reference') # crbug.com/579546
+@benchmark.Disabled('reference') # crbug.com/579546
class V8InfiniteScrollIgnition(V8InfiniteScroll):
"""Measures V8 GC metrics using Ignition."""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698