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

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

Issue 134793002: Restore results of startup tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | tools/perf/measurements/session_restore.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/start_with_url.py
diff --git a/tools/perf/benchmarks/start_with_url.py b/tools/perf/benchmarks/start_with_url.py
index a82ca92d87ed2c555f99c10a81e2c258c5728125..fe1b9f28860f3860bf01980864cee4b443659b2a 100644
--- a/tools/perf/benchmarks/start_with_url.py
+++ b/tools/perf/benchmarks/start_with_url.py
@@ -9,7 +9,7 @@ from measurements import startup
class StartWithUrlCold(test.Test):
"""Measure time to start Chrome cold with startup URLs"""
tag = 'cold'
- test = startup.Startup
+ test = startup.StartWithUrl
page_set = 'page_sets/startup_pages.json'
options = {'cold': True,
'pageset_repeat_iters': 5}
@@ -17,7 +17,7 @@ class StartWithUrlCold(test.Test):
class StartWithUrlWarm(test.Test):
"""Measure time to start Chrome warm with startup URLs"""
tag = 'warm'
- test = startup.Startup
+ test = startup.StartWithUrl
page_set = 'page_sets/startup_pages.json'
options = {'warm': True,
'pageset_repeat_iters': 10}
« no previous file with comments | « no previous file | tools/perf/measurements/session_restore.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698