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

Unified Diff: tools/perf/page_sets/data/infinite_scroll.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
« no previous file with comments | « tools/perf/page_sets/data/inbox_data.json ('k') | tools/perf/page_sets/data/intl_ar_fa_he.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/data/infinite_scroll.json
diff --git a/tools/perf/page_sets/data/infinite_scroll.json b/tools/perf/page_sets/data/infinite_scroll.json
index 9f1943b9e6236db657a0e4a4dea451a7ad4fc3bd..53f53c376feea69130ec4c6d00536cf4b0d65607 100644
--- a/tools/perf/page_sets/data/infinite_scroll.json
+++ b/tools/perf/page_sets/data/infinite_scroll.json
@@ -1,22 +1,27 @@
{
- "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "infinite_scroll_001.wpr": [
- "facebook"
- ],
- "infinite_scroll_004.wpr": [
- "discourse"
- ],
- "infinite_scroll_003.wpr": [
- "flickr"
- ],
- "infinite_scroll_000.wpr": [
- "twitter",
- "espn",
- "yahoo"
- ],
- "infinite_scroll_002.wpr": [
- "tumblr"
- ]
- }
+ "discourse": {
+ "DEFAULT": "infinite_scroll_004.wpr"
+ },
+ "espn": {
+ "DEFAULT": "infinite_scroll_000.wpr"
+ },
+ "facebook": {
+ "DEFAULT": "infinite_scroll_001.wpr"
+ },
+ "flickr": {
+ "DEFAULT": "infinite_scroll_003.wpr"
+ },
+ "tumblr": {
+ "DEFAULT": "infinite_scroll_002.wpr"
+ },
+ "twitter": {
+ "DEFAULT": "infinite_scroll_000.wpr"
+ },
+ "yahoo": {
+ "DEFAULT": "infinite_scroll_000.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/inbox_data.json ('k') | tools/perf/page_sets/data/intl_ar_fa_he.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698