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

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

Issue 24294003: [Telemetry] Move WPR archives and credentials from src-internal to Cloud Storage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test fixes and .gitignore 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": "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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698