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

Side by Side Diff: tools/perf/page_sets/top_25.json

Issue 24294003: [Telemetry] Move WPR archives and credentials from src-internal to Cloud Storage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test fixes and .gitignore 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "description": "Pages hand-picked for 2012 CrOS scrolling tuning efforts.", 2 "description": "Pages hand-picked for 2012 CrOS scrolling tuning efforts.",
3 "archive_data_file": "../data/top_25.json", 3 "archive_data_file": "data/top_25.json",
4 "credentials_path": "../data/credentials.json", 4 "credentials_path": "data/credentials.json",
5 "user_agent_type": "desktop", 5 "user_agent_type": "desktop",
6 "smoothness": { "action": "scroll" }, 6 "smoothness": { "action": "scroll" },
7 "pages": [ 7 "pages": [
8 { 8 {
9 "url": "https://www.google.com/#hl=en&q=barack+obama", 9 "url": "https://www.google.com/#hl=en&q=barack+obama",
10 "why": "top google property; a google tab is often open", 10 "why": "top google property; a google tab is often open",
11 "navigate_steps" : [ 11 "navigate_steps" : [
12 { "action": "navigate" }, 12 { "action": "navigate" },
13 { "action": "wait", "condition": "element", "text": "Next" } 13 { "action": "wait", "condition": "element", "text": "Next" }
14 ], 14 ],
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 { 335 {
336 "url": "http://sports.yahoo.com/", 336 "url": "http://sports.yahoo.com/",
337 "why": "#1 Alexa sports" 337 "why": "#1 Alexa sports"
338 }, 338 },
339 { 339 {
340 "url": "http://techcrunch.com", 340 "url": "http://techcrunch.com",
341 "why": "top tech blog" 341 "why": "top tech blog"
342 } 342 }
343 ] 343 ]
344 } 344 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698