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

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

Issue 11881051: Telemetry: add a metadata layer between page set and .wpr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 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_path": "../data/top_25.wpr", 3 "archive_data_file": "../data/top_25/index.json",
dtu 2013/01/23 21:07:02 Are you updating all the page sets to use the new
marja 2013/01/24 16:03:33 Yes, I'll need to add a similar kind of update to
4 "credentials_path": "../data/credentials.json", 4 "credentials_path": "../data/credentials.json",
5 "user_agent_type": "desktop", 5 "user_agent_type": "desktop",
6 "pages": [ 6 "pages": [
7 { 7 {
8 "url": "https://www.google.com/#hl=en&q=barack+obama", 8 "url": "https://www.google.com/#hl=en&q=barack+obama",
9 "why": "top google property; a google tab is often open", 9 "why": "top google property; a google tab is often open",
10 "smoothness": { 10 "smoothness": {
11 "action": "scrolling_interaction" 11 "action": "scrolling_interaction"
12 }, 12 },
13 "wait_for_element_with_text": "Next", 13 "wait_for_element_with_text": "Next",
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 }, 493 },
494 { 494 {
495 "url": "http://techcrunch.com", 495 "url": "http://techcrunch.com",
496 "why": "top tech blog", 496 "why": "top tech blog",
497 "smoothness": { 497 "smoothness": {
498 "action": "scrolling_interaction" 498 "action": "scrolling_interaction"
499 } 499 }
500 } 500 }
501 ] 501 ]
502 } 502 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698