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

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

Issue 113563004: Add perf tests for starting Chrome with URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improve name of option setting methords Created 6 years, 11 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/measurements/session_restore_with_url.py ('k') | tools/perf/measurements/startwithurl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/startup.py
diff --git a/tools/perf/measurements/startup.py b/tools/perf/measurements/startup.py
index e8ceaa8ad16b9b98ade55a0e2420b0d6a8fce648..be0c9711de569132ffed55572791f27a2eabb945 100644
--- a/tools/perf/measurements/startup.py
+++ b/tools/perf/measurements/startup.py
@@ -15,7 +15,8 @@ class Startup(page_measurement.PageMeasurement):
"""
def __init__(self):
- super(Startup, self).__init__(needs_browser_restart_after_each_run=True)
+ super(Startup, self).__init__(needs_browser_restart_after_each_run=True,
+ action_name_to_run='navigate_steps')
def AddCommandLineOptions(self, parser):
parser.add_option('--cold', action='store_true',
« no previous file with comments | « tools/perf/measurements/session_restore_with_url.py ('k') | tools/perf/measurements/startwithurl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698