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 11273081: Adding a test for measuring memory usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review (tonyg, nduca) Created 8 years, 1 month 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 | « no previous file | tools/perf/perf_tools/memory_benchmark.py » ('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_path": "../data/top_25.wpr",
4 "credentials_path": "../data/credentials.json", 4 "credentials_path": "../data/credentials.json",
5 "pages": [ 5 "pages": [
6 { 6 {
7 "url": "https://www.google.com/#hl=en&q=barack+obama", 7 "url": "https://www.google.com/#hl=en&q=barack+obama",
8 "why": "top google property; a google tab is often open" 8 "why": "top google property; a google tab is often open"
9 }, 9 },
10 { 10 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit ors-picks-for-august-2012/", 54 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit ors-picks-for-august-2012/",
55 "why": "#18 (Alexa global), Picked an interesting post" 55 "why": "#18 (Alexa global), Picked an interesting post"
56 }, 56 },
57 { 57 {
58 "name": "Facebook", 58 "name": "Facebook",
59 "url": "http://www.facebook.com/barackobama", 59 "url": "http://www.facebook.com/barackobama",
60 "why": "top social,Public profile", 60 "why": "top social,Public profile",
61 "credentials": "facebook", 61 "credentials": "facebook",
62 "scroll_is_infinite": true, 62 "scroll_is_infinite": true,
63 "stress_memory": { 63 "stress_memory": {
64 "action": "compound", 64 "action": "compound_interaction",
65 "actions": [ 65 "actions": [
66 { 66 {
67 "action": "click_to_navigate", 67 "action": "click_to_navigate_interaction",
68 "selector": "a[href=\"http://www.facebook.com/WomenforOb ama\"]" 68 "selector": "a[href=\"http://www.facebook.com/WomenforOb ama\"]"
69 }, 69 },
70 { 70 {
71 "action": "click_to_navigate", 71 "action": "click_to_navigate_interaction",
72 "selector": "a[href=\"http://www.facebook.com/WomenforOb ama/info\"]" 72 "selector": "a[href=\"http://www.facebook.com/WomenforOb ama/info\"]"
73 }, 73 },
74 { 74 {
75 "action": "click_to_navigate", 75 "action": "click_to_navigate_interaction",
76 "selector": "a[href=\"http://www.facebook.com/?ref=tn_tn mn\"]" 76 "selector": "a[href=\"http://www.facebook.com/?ref=tn_tn mn\"]"
77 } 77 }
78 ] 78 ]
79 } 79 }
80 }, 80 },
81 { 81 {
82 "name": "LinkedIn", 82 "name": "LinkedIn",
83 "url": "http://www.linkedin.com/in/linustorvalds", 83 "url": "http://www.linkedin.com/in/linustorvalds",
84 "why": "#12 (Alexa global),Public profile" 84 "why": "#12 (Alexa global),Public profile"
85 }, 85 },
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 { 141 {
142 "url": "http://sports.yahoo.com/", 142 "url": "http://sports.yahoo.com/",
143 "why": "#1 Alexa sports" 143 "why": "#1 Alexa sports"
144 }, 144 },
145 { 145 {
146 "url": "http://techcrunch.com", 146 "url": "http://techcrunch.com",
147 "why": "top tech blog" 147 "why": "top tech blog"
148 } 148 }
149 ] 149 ]
150 } 150 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/perf_tools/memory_benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698