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

Unified Diff: tools/perf/page_sets/data/simple_mobile_sites.json

Issue 2688903002: [Telemetry] Update all WPR json files to the new format. (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: tools/perf/page_sets/data/simple_mobile_sites.json
diff --git a/tools/perf/page_sets/data/simple_mobile_sites.json b/tools/perf/page_sets/data/simple_mobile_sites.json
index 65a188e946e745c0b0fd8e62c753febb0ad3bed8..529e3bf8ce627fe3f4162cd33c565e94f9a7a77d 100644
--- a/tools/perf/page_sets/data/simple_mobile_sites.json
+++ b/tools/perf/page_sets/data/simple_mobile_sites.json
@@ -1,14 +1,27 @@
{
- "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "simple_mobile_sites_002.wpr": [
- "http://www.ebay.co.uk/",
- "https://www.flickr.com/",
- "http://www.apple.com/mac/",
- "http://www.nyc.gov",
- "http://m.nytimes.com/",
- "https://www.yahoo.com/",
- "http://m.us.wsj.com/"
- ]
- }
-}
+ "http://m.nytimes.com/": {
+ "DEFAULT": "simple_mobile_sites_002.wpr"
+ },
+ "http://m.us.wsj.com/": {
+ "DEFAULT": "simple_mobile_sites_002.wpr"
+ },
+ "http://www.apple.com/mac/": {
+ "DEFAULT": "simple_mobile_sites_002.wpr"
+ },
+ "http://www.ebay.co.uk/": {
+ "DEFAULT": "simple_mobile_sites_002.wpr"
+ },
+ "http://www.nyc.gov": {
+ "DEFAULT": "simple_mobile_sites_002.wpr"
+ },
+ "https://www.flickr.com/": {
+ "DEFAULT": "simple_mobile_sites_002.wpr"
+ },
+ "https://www.yahoo.com/": {
+ "DEFAULT": "simple_mobile_sites_002.wpr"
+ }
+ },
+ "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
+ "platform_specific": true
+}
« no previous file with comments | « tools/perf/page_sets/data/service_worker_micro_benchmark.json ('k') | tools/perf/page_sets/data/speedometer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698