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

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

Issue 1112553002: Explicitly disable large profile startup tests Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/startup.py
diff --git a/tools/perf/benchmarks/startup.py b/tools/perf/benchmarks/startup.py
index 243bb7a341b4843e4b435ce9d8f5135e81f72e93..1f536668bef59f8eab76a7425da3028750a9d8ab 100644
--- a/tools/perf/benchmarks/startup.py
+++ b/tools/perf/benchmarks/startup.py
@@ -60,7 +60,7 @@ class StartupWarmBlankPage(_StartupWarm):
@benchmark.Enabled('has tabs')
@benchmark.Enabled('win', 'linux', 'mac')
-@benchmark.Disabled('reference')
+@benchmark.Disabled('reference', 'android') # http://crbug.com/481919
class StartupLargeProfileColdBlankPage(_StartupCold):
"""Measures cold startup time with a large profile."""
tag = 'cold'
@@ -80,7 +80,7 @@ class StartupLargeProfileColdBlankPage(_StartupCold):
@benchmark.Enabled('has tabs')
@benchmark.Enabled('win', 'linux', 'mac')
-@benchmark.Disabled('reference')
+@benchmark.Disabled('reference', 'android') # http://crbug.com/481919
class StartupLargeProfileWarmBlankPage(_StartupWarm):
"""Measures warm startup time with a large profile."""
tag = 'warm'
« 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