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

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

Issue 1061683002: Telemetry: Disable large profile startup benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 fb69784f9c76d72cf316f43395819a3fa27c29db..41b08f0a217bea1fd621b9deb793cb484ff073f8 100644
--- a/tools/perf/benchmarks/startup.py
+++ b/tools/perf/benchmarks/startup.py
@@ -60,6 +60,9 @@ class StartupWarmBlankPage(_StartupWarm):
@benchmark.Enabled('has tabs')
@benchmark.Enabled('win', 'linux', 'mac')
+# TODO(erikchen): Investigate source of 30s browser hang on startup.
+# http://crbug.com/473827
+@benchmark.Disabled
class StartupLargeProfileColdBlankPage(_StartupCold):
"""Measures cold startup time with a large profile."""
tag = 'cold'
@@ -76,6 +79,9 @@ class StartupLargeProfileColdBlankPage(_StartupCold):
@benchmark.Enabled('has tabs')
@benchmark.Enabled('win', 'linux', 'mac')
+# TODO(erikchen): Investigate source of 30s browser hang on startup.
+# http://crbug.com/473827
+@benchmark.Disabled
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