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

Unified Diff: tools/perf/page_sets/startup_pages_record.json

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/page_sets/startup_pages.json ('k') | tools/telemetry/telemetry/page/actions/gesture_action.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/startup_pages_record.json
diff --git a/tools/perf/page_sets/startup_pages_record.json b/tools/perf/page_sets/startup_pages_record.json
new file mode 100644
index 0000000000000000000000000000000000000000..3717f077454c5cf2794a662746b4ffbccb1689e7
--- /dev/null
+++ b/tools/perf/page_sets/startup_pages_record.json
@@ -0,0 +1,20 @@
+{
+ "description":
+ ["Pages to record data for testing starting Chrome with a URL. We can't use",
+ "startup_pages.json with record_wpr, since record_wpr requires a default",
+ "navigate step, which we don't want for startup testing; but we do want to",
+ "record the pages it uses.",
+ "Also, record_wpr fails on about:blank, which we want to include in startup",
+ "testing."],
+ "archive_data_file": "data/startup_pages.json",
+ "pages": [
+ {
+ "url": "http://news.bbc.co.uk",
+ "why": "typical page"
+ },
+ {
+ "url": "http://kapook.com",
+ "why": "Horribly complex page - stress test!"
+ }
+ ]
+}
« no previous file with comments | « tools/perf/page_sets/startup_pages.json ('k') | tools/telemetry/telemetry/page/actions/gesture_action.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698