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

Side by Side Diff: tools/perf/page_sets/2012Q3.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
OLDNEW
1 { 1 {
2 "description": "Pages hand-picked from top-lists in Q32012.", 2 "description": "Pages hand-picked from top-lists in Q32012.",
3 "archive_data_file": "../data/2012Q3.json", 3 "archive_data_file": "../data/2012Q3.json",
4 "credentials_path": "../data/credentials.json", 4 "credentials_path": "../data/credentials.json",
5 "smoothness": { "action": "scroll" }, 5 "smoothness": { "action": "scroll" },
6 "reload_and_gc": [{"action": "reload", "wait_seconds": 1}, {"action": "js_coll ect_garbage"}], 6 "reload_and_gc": [
7 {"action": "reload" },
8 {"action": "wait", "seconds": 1 },
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 { "url": "http://www.facebook.com/barackobama" }, 13 { "url": "http://www.facebook.com/barackobama" },
10 { "url": "https://www.google.com/search?q=barack%20obama" }, 14 { "url": "https://www.google.com/search?q=barack%20obama" },
11 { "url": "http://youtube.com" }, 15 { "url": "http://youtube.com" },
12 { "url": "http://yahoo.com" }, 16 { "url": "http://yahoo.com" },
13 { "url": "http://www.baidu.com/s?wd=barack+obama" }, 17 { "url": "http://www.baidu.com/s?wd=barack+obama" },
14 { "url": "http://en.wikipedia.org/wiki/Wikipedia" }, 18 { "url": "http://en.wikipedia.org/wiki/Wikipedia" },
15 { "url": "http://qq.com" }, 19 { "url": "http://qq.com" },
16 { "url": "http://www.amazon.com/Kindle-Fire-Amazon-Tablet/dp/B0051VVOB2" }, 20 { "url": "http://www.amazon.com/Kindle-Fire-Amazon-Tablet/dp/B0051VVOB2" },
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 { "url": "http://php.net" }, 223 { "url": "http://php.net" },
220 { "url": "http://www.target.com/c/women/-/N-5xtd3#?lnk=nav_t_spc_1_0" }, 224 { "url": "http://www.target.com/c/women/-/N-5xtd3#?lnk=nav_t_spc_1_0" },
221 { "url": "http://dianxin.cn" }, 225 { "url": "http://dianxin.cn" },
222 { "url": "http://www.aizhan.com/siteall/www.youboy.com/" }, 226 { "url": "http://www.aizhan.com/siteall/www.youboy.com/" },
223 { "url": "http://veiculos-home.mercadolivre.com.br/" }, 227 { "url": "http://veiculos-home.mercadolivre.com.br/" },
224 { "url": "http://kakaku.com" }, 228 { "url": "http://kakaku.com" },
225 { "url": "http://flipkart.com" }, 229 { "url": "http://flipkart.com" },
226 { "url": "http://paipai.com" } 230 { "url": "http://paipai.com" }
227 ] 231 ]
228 } 232 }
OLDNEW
« no previous file with comments | « content/test/gpu/page_sets/pixel_tests.json ('k') | tools/perf/page_sets/calendar_forward_backward.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698