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

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

Issue 22883011: Removing Page.WaitToLoad and update all pagesets to use explicit wait actions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Putting default navigate_steps inside page_set rather than page 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
« no previous file with comments | « tools/perf/page_sets/key_mobile_sites.json ('k') | tools/perf/page_sets/pica.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": "Mobile sites with interesting memory characteristics", 2 "description": "Mobile sites with interesting memory characteristics",
3 "archive_data_file": "../data/mobile_memory.json", 3 "archive_data_file": "../data/mobile_memory.json",
4 "credentials_path": "../data/credentials.json", 4 "credentials_path": "../data/credentials.json",
5 "user_agent_type": "mobile", 5 "user_agent_type": "mobile",
6 "reload_and_gc": [{"action": "reload", "wait_seconds": 15}, {"action": "js_col lect_garbage"}], 6 "reload_and_gc": [
7 {"action": "reload" },
8 {"action": "wait", "seconds": 15 },
9 {"action": "js_collect_garbage" }
10 ],
7 "stress_memory": { "action": "reload_and_gc", "repeat": 3 }, 11 "stress_memory": { "action": "reload_and_gc", "repeat": 3 },
8 "pages": [ 12 "pages": [
9 { 13 {
10 "url": "https://mail.google.com/mail/mu", 14 "url": "https://mail.google.com/mail/mu",
11 "credentials": "google" 15 "credentials": "google"
12 } 16 }
13 ] 17 ]
14 } 18 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/key_mobile_sites.json ('k') | tools/perf/page_sets/pica.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698