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

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

Issue 23618042: [telemetry] Add new benchmarks and rename them all. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tab switching and flag to netsim. Created 7 years, 3 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') | tools/perf/benchmarks/tab_switching.py » ('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 df8d0500ed272677bf96bc000b23352faedce3df..1fda6bd638b1d7c1ebb4d2483083bb1eb6b88555 100644
--- a/tools/perf/benchmarks/startup.py
+++ b/tools/perf/benchmarks/startup.py
@@ -7,6 +7,7 @@ from measurements import startup
class StartupColdBlankPage(test.Test):
+ tag = 'cold'
test = startup.Startup
page_set = 'page_sets/blank_page.json'
options = {'cold': True,
@@ -14,6 +15,7 @@ class StartupColdBlankPage(test.Test):
class StartupWarmBlankPage(test.Test):
+ tag = 'warm'
test = startup.Startup
page_set = 'page_sets/blank_page.json'
options = {'warm': True,
« no previous file with comments | « tools/perf/benchmarks/page_cycler.py ('k') | tools/perf/benchmarks/tab_switching.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698