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

Unified Diff: tools/perf/page_sets/data/oopif_basic.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/octane.json ('k') | tools/perf/page_sets/data/oortonline.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/data/oopif_basic.json
diff --git a/tools/perf/page_sets/data/oopif_basic.json b/tools/perf/page_sets/data/oopif_basic.json
index fa626a468643682394ba5ccb16cd083d24d6b227..053073675fcd082b3d5588da3766077da2522edd 100644
--- a/tools/perf/page_sets/data/oopif_basic.json
+++ b/tools/perf/page_sets/data/oopif_basic.json
@@ -1,14 +1,27 @@
{
- "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "oopif_basic_000.wpr": [
- "http://www.cnn.com",
- "http://www.ebay.com",
- "http://booking.com",
- "http://www.rei.com/",
- "http://www.fifa.com/",
- "http://arstechnica.com/",
- "http://www.nationalgeographic.com/"
- ]
- }
+ "http://arstechnica.com/": {
+ "DEFAULT": "oopif_basic_000.wpr"
+ },
+ "http://booking.com": {
+ "DEFAULT": "oopif_basic_000.wpr"
+ },
+ "http://www.cnn.com": {
+ "DEFAULT": "oopif_basic_000.wpr"
+ },
+ "http://www.ebay.com": {
+ "DEFAULT": "oopif_basic_000.wpr"
+ },
+ "http://www.fifa.com/": {
+ "DEFAULT": "oopif_basic_000.wpr"
+ },
+ "http://www.nationalgeographic.com/": {
+ "DEFAULT": "oopif_basic_000.wpr"
+ },
+ "http://www.rei.com/": {
+ "DEFAULT": "oopif_basic_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/octane.json ('k') | tools/perf/page_sets/data/oortonline.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698