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

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

Issue 113563004: Add perf tests for starting Chrome with URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing file Created 7 years 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/page_sets/startup_pages.json
diff --git a/tools/perf/page_sets/startup_pages.json b/tools/perf/page_sets/startup_pages.json
new file mode 100644
index 0000000000000000000000000000000000000000..1063eb03415ff4a35ee3267d55f06b69c3902a11
--- /dev/null
+++ b/tools/perf/page_sets/startup_pages.json
@@ -0,0 +1,31 @@
+{
+ "description": "Pages for testing starting Chrome with a URL",
+ "description": "Use record_wpr startup_pages_record to record data for this test",
jeremy 2013/12/15 13:03:36 Why 2 description keys?
aberent 2013/12/16 17:07:43 A mistake :-(. However JSON doesn't allow multilin
+ "archive_data_file": "data/startup_pages.json",
+ "pages": [
+ {
+ "url": "about:blank",
+ "why": "typical page",
+ "navigate_steps" : [
+ {"action": "set_startup_url", "startup_url": "about:blank"},
+ {"action": "wait", "seconds": 10 }
+ ]
+ },
+ {
+ "url": "http://news.bbc.co.uk",
+ "why": "typical page",
+ "navigate_steps" : [
+ {"action": "set_startup_url", "startup_url": "http://news.bbc.co.uk"},
+ {"action": "wait", "seconds": 10 }
+ ]
+ },
+ {
+ "url": "http://kapook.com",
+ "why": "Horribly complex page - stress test!",
+ "navigate_steps" : [
+ {"action": "set_startup_url", "startup_url": "http://kapook.com"},
+ {"action": "wait", "seconds": 10 }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698