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

Unified Diff: tools/perf/page_sets/data/top_10.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/todomvc.json ('k') | tools/perf/page_sets/data/top_10_mobile.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/data/top_10.json
diff --git a/tools/perf/page_sets/data/top_10.json b/tools/perf/page_sets/data/top_10.json
index 621d86f4ebd1f290c10e4e922322b8ab4bae0d98..51e6a934868c75aacf71a42ecc3366469f82fe53 100644
--- a/tools/perf/page_sets/data/top_10.json
+++ b/tools/perf/page_sets/data/top_10.json
@@ -1,20 +1,39 @@
{
- "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "top_10_001.wpr": [
- "Facebook"
- ],
- "top_10_000.wpr": [
- "https://www.google.com/#hl=en&q=barack+obama",
- "https://mail.google.com/mail/",
- "https://www.google.com/calendar/",
- "http://www.youtube.com",
- "http://www.facebook.com/barackobama",
- "http://en.wikipedia.org/wiki/Wikipedia",
- "http://www.amazon.com",
- "http://www.yahoo.com/",
- "http://www.bing.com/",
- "http://www.ask.com/"
- ]
- }
+ "Facebook": {
+ "DEFAULT": "top_10_001.wpr"
+ },
+ "http://en.wikipedia.org/wiki/Wikipedia": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "http://www.amazon.com": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "http://www.ask.com/": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "http://www.bing.com/": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "http://www.facebook.com/barackobama": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "http://www.yahoo.com/": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "http://www.youtube.com": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "https://mail.google.com/mail/": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "https://www.google.com/#hl=en&q=barack+obama": {
+ "DEFAULT": "top_10_000.wpr"
+ },
+ "https://www.google.com/calendar/": {
+ "DEFAULT": "top_10_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/todomvc.json ('k') | tools/perf/page_sets/data/top_10_mobile.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698