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

Unified Diff: tools/perf/run_measurement

Issue 22300013: Add a Telemetry based cold startup test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use one benchmark file 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
Index: tools/perf/run_measurement
diff --git a/tools/perf/run_measurement b/tools/perf/run_measurement
index 8893fcd22bf81d6352fd531c28d001b00174f838..8b662ae106a749a91234c457be92888d255cfc59 100755
--- a/tools/perf/run_measurement
+++ b/tools/perf/run_measurement
@@ -83,8 +83,8 @@ def main():
"scrolling_benchmark": "smoothness",
"smoothness_benchmark": "smoothness",
"smoothness_measurement": "smoothness",
- "startup_benchmark": "startup_warm",
- "startup_measurement": "startup_warm",
+ "startup_benchmark": "startup_warm_blank_page",
+ "startup_measurement": "startup",
"tab_switching_measurement": "tab_switching",
}

Powered by Google App Engine
This is Rietveld 408576698