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

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

Issue 1751713002: Remove stale mentions of mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 4 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 | « tools/perf/benchmarks/page_cycler.py ('k') | ui/views/mus/input_method_mus.cc » ('j') | 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 6ed3d0bc01823bebb8130eb4a617b6880e862ef7..cb93e554d53b9eaf5c8f7dc7987e70baba2b86eb 100644
--- a/tools/perf/benchmarks/startup.py
+++ b/tools/perf/benchmarks/startup.py
@@ -61,7 +61,7 @@ class StartupWarmBlankPage(_StartupWarm):
@benchmark.Disabled('reference', # http://crbug.com/476882
'android', # http://crbug.com/481919
- 'content-shell', 'mandoline') # No pregenerated profiles.
+ 'content-shell') # No pregenerated profiles.
class StartupLargeProfileColdBlankPage(_StartupCold):
"""Measures cold startup time with a large profile."""
tag = 'cold'
@@ -81,7 +81,7 @@ class StartupLargeProfileColdBlankPage(_StartupCold):
@benchmark.Disabled('reference', # http://crbug.com/476882
'android', # http://crbug.com/481919
- 'content-shell', 'mandoline') # No pregenerated profiles.
+ 'content-shell') # No pregenerated profiles.
class StartupLargeProfileWarmBlankPage(_StartupWarm):
"""Measures warm startup time with a large profile."""
tag = 'warm'
« no previous file with comments | « tools/perf/benchmarks/page_cycler.py ('k') | ui/views/mus/input_method_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698