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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "description": "Describes the Web Page Replay archives for a story set. Don' t edit by hand! Use record_wpr for updating.",
3 "archives": { 2 "archives": {
4 "service_worker_038.wpr": [ 3 "first_load": {
5 "https://jakearchibald.github.io/trained-to-thrill/" 4 "DEFAULT": "service_worker_040.wpr"
6 ], 5 },
7 "service_worker_040.wpr": [ 6 "https://jakearchibald.github.io/trained-to-thrill/": {
8 "third_load", 7 "DEFAULT": "service_worker_038.wpr"
9 "svgomg_second_load", 8 },
10 "first_load", 9 "second_load": {
11 "svgomg_first_load", 10 "DEFAULT": "service_worker_040.wpr"
12 "second_load" 11 },
13 ] 12 "svgomg_first_load": {
14 } 13 "DEFAULT": "service_worker_040.wpr"
14 },
15 "svgomg_second_load": {
16 "DEFAULT": "service_worker_040.wpr"
17 },
18 "third_load": {
19 "DEFAULT": "service_worker_040.wpr"
20 }
21 },
22 "description": "Describes the Web Page Replay archives for a story set. Don' t edit by hand! Use record_wpr for updating.",
23 "platform_specific": true
15 } 24 }
OLDNEW
« 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