OLD | NEW |
1 { | 1 { |
2 "description": "The slowest layouts observed in the alexa top 1 million sites
in July 2013.", | 2 "description": "The slowest layouts observed in the alexa top 1 million sites
in July 2013.", |
3 "archive_data_file": "../data/tough_layout_cases.json", | 3 "archive_data_file": "data/tough_layout_cases.json", |
4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
5 "user_agent_type": "desktop", | 5 "user_agent_type": "desktop", |
6 "smoothness": { "action": "scroll" }, | 6 "smoothness": { "action": "scroll" }, |
7 "pages": [ | 7 "pages": [ |
8 { | 8 { |
9 "url": "http://oilevent.com" | 9 "url": "http://oilevent.com" |
10 }, | 10 }, |
11 { | 11 { |
12 "url": "http://www.muzoboss.ru" | 12 "url": "http://www.muzoboss.ru" |
13 }, | 13 }, |
14 { | 14 { |
(...skipping 15 matching lines...) Expand all Loading... |
30 "url": "http://picarisimo.es" | 30 "url": "http://picarisimo.es" |
31 }, | 31 }, |
32 { | 32 { |
33 "url": "http://chinaapache.com" | 33 "url": "http://chinaapache.com" |
34 }, | 34 }, |
35 { | 35 { |
36 "url": "http://indoritel.com" | 36 "url": "http://indoritel.com" |
37 } | 37 } |
38 ] | 38 ] |
39 } | 39 } |
OLD | NEW |