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

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: no ordereddict Created 7 years, 10 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
« no previous file with comments | « tools/perf/page_sets/robohornetpro.json ('k') | tools/perf/page_sets/tough_canvas_cases.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.json",
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_action" 11 "action": "scrolling_action"
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_action" 498 "action": "scrolling_action"
499 } 499 }
500 } 500 }
501 ] 501 ]
502 } 502 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/robohornetpro.json ('k') | tools/perf/page_sets/tough_canvas_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698