| 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."""
|
|
|