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

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

Issue 2745093002: perf: Disable startup.large_profile.{cold,warm}.blank_page on Mac (Closed)
Patch Set: Also failing on 10.12 Created 3 years, 9 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 74b1f3bfd0c86bb302d7986a2cfaead750cabc98..2ae0d45cc4bc55d69228a84d287a11cebc144c64 100644
--- a/tools/perf/benchmarks/startup.py
+++ b/tools/perf/benchmarks/startup.py
@@ -61,7 +61,8 @@ class StartupWarmBlankPage(_StartupWarm):
@benchmark.Disabled('reference', # http://crbug.com/476882
'android', # http://crbug.com/481919
- 'yosemite', # http://crbug.com/605485
+ 'yosemite', # http://crbug.com/605485
+ 'mac', # http://crbug.com/700843
'content-shell') # No pregenerated profiles.
class StartupLargeProfileColdBlankPage(_StartupCold):
"""Measures cold startup time with a large profile."""
@@ -82,7 +83,8 @@ class StartupLargeProfileColdBlankPage(_StartupCold):
@benchmark.Disabled('reference', # http://crbug.com/476882
'android', # http://crbug.com/481919
- 'yosemite', # http://crbug.com/605485
+ 'yosemite', # http://crbug.com/605485
+ 'mac', # http://crbug.com/700843
'content-shell') # No pregenerated profiles.
class StartupLargeProfileWarmBlankPage(_StartupWarm):
"""Measures warm startup time with a large profile."""
« 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