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

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

Issue 2401253002: Disable v8.browsing_desktop & v8.browsing_desktop_ignition on Win Perf bots (Closed)
Patch Set: Created 4 years, 2 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_browsing.py
diff --git a/tools/perf/benchmarks/v8_browsing.py b/tools/perf/benchmarks/v8_browsing.py
index 4e4c15f4b6ffec74bf25d5a8c093e87fc36cc231..bdf94458d074f6b3fcbbbbb0132ecebc39434441 100644
--- a/tools/perf/benchmarks/v8_browsing.py
+++ b/tools/perf/benchmarks/v8_browsing.py
@@ -105,6 +105,7 @@ class _V8MobileBrowsingBenchmark(_V8BrowsingBenchmark):
return possible_browser.platform.GetDeviceTypeName() == 'Desktop'
+@benchmark.Disabled('win') # http://crbug.com/654209
class V8DesktopBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
PLATFORM = 'desktop'
TEST_SUFFIX = ''
@@ -116,6 +117,7 @@ class V8MobileBrowsingBenchmark(_V8MobileBrowsingBenchmark):
TEST_SUFFIX = ''
+@benchmark.Disabled('win') # http://crbug.com/654209
class V8DesktopIgnitionBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
PLATFORM = 'desktop'
TEST_SUFFIX = '_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