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

Unified Diff: tools/perf/page_sets/data/service_worker.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
Index: tools/perf/page_sets/data/service_worker.json
diff --git a/tools/perf/page_sets/data/service_worker.json b/tools/perf/page_sets/data/service_worker.json
index a397d4610bcb13eceb3c261975fed155fa8b1440..6359a4d3f62b5bd54bb34f0511e006453941d5d8 100644
--- a/tools/perf/page_sets/data/service_worker.json
+++ b/tools/perf/page_sets/data/service_worker.json
@@ -1,15 +1,24 @@
{
- "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "service_worker_038.wpr": [
- "https://jakearchibald.github.io/trained-to-thrill/"
- ],
- "service_worker_040.wpr": [
- "third_load",
- "svgomg_second_load",
- "first_load",
- "svgomg_first_load",
- "second_load"
- ]
- }
+ "first_load": {
+ "DEFAULT": "service_worker_040.wpr"
+ },
+ "https://jakearchibald.github.io/trained-to-thrill/": {
+ "DEFAULT": "service_worker_038.wpr"
+ },
+ "second_load": {
+ "DEFAULT": "service_worker_040.wpr"
+ },
+ "svgomg_first_load": {
+ "DEFAULT": "service_worker_040.wpr"
+ },
+ "svgomg_second_load": {
+ "DEFAULT": "service_worker_040.wpr"
+ },
+ "third_load": {
+ "DEFAULT": "service_worker_040.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/robohornet_pro.json ('k') | tools/perf/page_sets/data/service_worker_micro_benchmark.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698