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

Unified Diff: tools/perf/page_sets/data/top_25.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/top_10_mobile.json ('k') | tools/perf/page_sets/data/top_25_repaint.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_25.json
diff --git a/tools/perf/page_sets/data/top_25.json b/tools/perf/page_sets/data/top_25.json
index 45af8b9578258084ed3d6dda1c0b638fb5da46d1..029d301b5320e941cdb7c076619bdab135ad26d1 100644
--- a/tools/perf/page_sets/data/top_25.json
+++ b/tools/perf/page_sets/data/top_25.json
@@ -1,43 +1,90 @@
{
- "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "top_25_003.wpr": [
- "Facebook"
- ],
- "top_25_001.wpr": [
- "https://plus.google.com/110031535020051778989/posts"
- ],
- "top_25_004.wpr": [
- "Wikipedia (1 tab)"
- ],
- "top_25_002.wpr": [
- "https://www.google.com/search?q=cats&tbm=isch"
- ],
- "top_25_000.wpr": [
- "https://www.google.com/#hl=en&q=barack+obama",
- "https://mail.google.com/mail/",
- "https://www.google.com/calendar/",
- "https://drive.google.com",
- "https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5sbsat3mfTpAPUSX3_s4/view",
- "http://www.youtube.com",
- "http://googlewebmastercentral.blogspot.com/",
- "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-picks-for-august-2012/",
- "http://www.facebook.com/barackobama",
- "http://www.linkedin.com/in/linustorvalds",
- "http://en.wikipedia.org/wiki/Wikipedia",
- "https://twitter.com/katyperry",
- "http://pinterest.com",
- "http://espn.go.com",
- "http://news.yahoo.com",
- "http://www.cnn.com",
- "http://www.weather.com/weather/right-now/Mountain+View+CA+94043",
- "http://www.amazon.com",
- "http://www.ebay.com",
- "http://games.yahoo.com",
- "http://booking.com",
- "http://answers.yahoo.com",
- "http://sports.yahoo.com/",
- "http://techcrunch.com"
- ]
- }
+ "Facebook": {
+ "DEFAULT": "top_25_003.wpr"
+ },
+ "Wikipedia (1 tab)": {
+ "DEFAULT": "top_25_004.wpr"
+ },
+ "http://answers.yahoo.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://booking.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-picks-for-august-2012/": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://en.wikipedia.org/wiki/Wikipedia": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://espn.go.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://games.yahoo.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://googlewebmastercentral.blogspot.com/": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://news.yahoo.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://pinterest.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://sports.yahoo.com/": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://techcrunch.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://www.amazon.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://www.cnn.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://www.ebay.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://www.facebook.com/barackobama": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://www.linkedin.com/in/linustorvalds": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://www.weather.com/weather/right-now/Mountain+View+CA+94043": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "http://www.youtube.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5sbsat3mfTpAPUSX3_s4/view": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "https://drive.google.com": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "https://mail.google.com/mail/": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "https://plus.google.com/110031535020051778989/posts": {
+ "DEFAULT": "top_25_001.wpr"
+ },
+ "https://twitter.com/katyperry": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "https://www.google.com/#hl=en&q=barack+obama": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "https://www.google.com/calendar/": {
+ "DEFAULT": "top_25_000.wpr"
+ },
+ "https://www.google.com/search?q=cats&tbm=isch": {
+ "DEFAULT": "top_25_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/top_10_mobile.json ('k') | tools/perf/page_sets/data/top_25_repaint.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698