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

Unified Diff: tools/perf/page_sets/data/todomvc.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/system_health_desktop.json ('k') | tools/perf/page_sets/data/top_10.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/data/todomvc.json
diff --git a/tools/perf/page_sets/data/todomvc.json b/tools/perf/page_sets/data/todomvc.json
index 995e6d2bf189854453da27cffca68b82a4c30504..27c01e6a8568f59df3f7351d1efcfd2c13546e50 100644
--- a/tools/perf/page_sets/data/todomvc.json
+++ b/tools/perf/page_sets/data/todomvc.json
@@ -1,16 +1,33 @@
{
- "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "todomvc_000.wpr": [
- "Dart",
- "Ember.js",
- "React",
- "AngularJS",
- "Closure",
- "Backbone.js",
- "Vanilla JS",
- "Polymer",
- "GWT"
- ]
- }
+ "AngularJS": {
+ "DEFAULT": "todomvc_000.wpr"
+ },
+ "Backbone.js": {
+ "DEFAULT": "todomvc_000.wpr"
+ },
+ "Closure": {
+ "DEFAULT": "todomvc_000.wpr"
+ },
+ "Dart": {
+ "DEFAULT": "todomvc_000.wpr"
+ },
+ "Ember.js": {
+ "DEFAULT": "todomvc_000.wpr"
+ },
+ "GWT": {
+ "DEFAULT": "todomvc_000.wpr"
+ },
+ "Polymer": {
+ "DEFAULT": "todomvc_000.wpr"
+ },
+ "React": {
+ "DEFAULT": "todomvc_000.wpr"
+ },
+ "Vanilla JS": {
+ "DEFAULT": "todomvc_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/system_health_desktop.json ('k') | tools/perf/page_sets/data/top_10.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698