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

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

Issue 22300013: Add a Telemetry based cold startup test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/benchmarks/startup_warm.py » ('j') | tools/perf/benchmarks/startup_warm.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/startup_cold.py
diff --git a/tools/perf/benchmarks/startup_warm.py b/tools/perf/benchmarks/startup_cold.py
similarity index 64%
copy from tools/perf/benchmarks/startup_warm.py
copy to tools/perf/benchmarks/startup_cold.py
index b132052c00fd9d7bf3a3406012043c8b2f0e56fe..79c37aa5e9ea7390c0e7e4766eaf794996f13799 100644
--- a/tools/perf/benchmarks/startup_warm.py
+++ b/tools/perf/benchmarks/startup_cold.py
@@ -3,9 +3,10 @@
# found in the LICENSE file.
from telemetry import test
-from measurements import startup_warm
+from measurements import startup
-class StartupWarmBlankPage(test.Test):
- test = startup_warm.StartupWarm
+class StartupColdBlankPage(test.Test):
tonyg 2013/08/08 01:16:35 Let's just have a single benchmarks/startup.py fil
James Simonsen 2013/08/08 02:06:07 Done.
+ test = startup.StartupTest
page_set = 'page_sets/blank_page.json'
+ options = {'cold': True}
« no previous file with comments | « no previous file | tools/perf/benchmarks/startup_warm.py » ('j') | tools/perf/benchmarks/startup_warm.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698