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

Unified Diff: tools/perf/page_sets/data/top_7_stress.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_25_smooth.json ('k') | tools/perf/page_sets/data/tough_ad_cases.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_7_stress.json
diff --git a/tools/perf/page_sets/data/top_7_stress.json b/tools/perf/page_sets/data/top_7_stress.json
index 0ec4850327adf590f293be8a4c8521f600437581..9efc6805de50aa1df2f08ae7534ea0498b2f487e 100644
--- a/tools/perf/page_sets/data/top_7_stress.json
+++ b/tools/perf/page_sets/data/top_7_stress.json
@@ -1,20 +1,27 @@
{
- "description": "Describes the Web Page Replay archives for a user story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "top_7_stress_004.wpr": [
- "Facebook"
- ],
- "top_7_stress_001.wpr": [
- "https://plus.google.com/110031535020051778989/posts"
- ],
- "top_7_stress_000.wpr": [
- "https://www.google.com/#hl=en&q=barack+obama",
- "https://mail.google.com/mail/",
- "https://www.google.com/calendar/"
- ],
- "top_7_stress_002.wpr": [
- "Blogger",
- "Wordpress"
- ]
- }
+ "Blogger": {
+ "DEFAULT": "top_7_stress_002.wpr"
+ },
+ "Facebook": {
+ "DEFAULT": "top_7_stress_004.wpr"
+ },
+ "Wordpress": {
+ "DEFAULT": "top_7_stress_002.wpr"
+ },
+ "https://mail.google.com/mail/": {
+ "DEFAULT": "top_7_stress_000.wpr"
+ },
+ "https://plus.google.com/110031535020051778989/posts": {
+ "DEFAULT": "top_7_stress_001.wpr"
+ },
+ "https://www.google.com/#hl=en&q=barack+obama": {
+ "DEFAULT": "top_7_stress_000.wpr"
+ },
+ "https://www.google.com/calendar/": {
+ "DEFAULT": "top_7_stress_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/top_25_smooth.json ('k') | tools/perf/page_sets/data/tough_ad_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698