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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "description": "Pages for testing starting Chrome with a URL",
3 "description": "Use record_wpr startup_pages_record to record data for this te st",
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
4 "archive_data_file": "data/startup_pages.json",
5 "pages": [
6 {
7 "url": "about:blank",
8 "why": "typical page",
9 "navigate_steps" : [
10 {"action": "set_startup_url", "startup_url": "about:blank"},
11 {"action": "wait", "seconds": 10 }
12 ]
13 },
14 {
15 "url": "http://news.bbc.co.uk",
16 "why": "typical page",
17 "navigate_steps" : [
18 {"action": "set_startup_url", "startup_url": "http://news.bbc.co.uk"},
19 {"action": "wait", "seconds": 10 }
20 ]
21 },
22 {
23 "url": "http://kapook.com",
24 "why": "Horribly complex page - stress test!",
25 "navigate_steps" : [
26 {"action": "set_startup_url", "startup_url": "http://kapook.com"},
27 {"action": "wait", "seconds": 10 }
28 ]
29 }
30 ]
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698