ci: reformat itegration/_payload-limits.json to be easier to read (#21344)

PR Close #21344
This commit is contained in:
Igor Minar 2018-01-05 16:15:14 -08:00 committed by Kara Erickson
parent 8e80db4982
commit 7269fe5203
1 changed files with 32 additions and 2 deletions

View File

@ -1,4 +1,34 @@
{
"cli-hello-world":{"master":{"gzip7":{"inline":847,"main":43542,"polyfills":20207},"gzip9":{"inline":847,"main":43471,"polyfills":20204},"uncompressed":{"inline":1447,"main":158096,"polyfills":61254}}},
"hello_world__closure":{"master":{"gzip7":{"bundle":32793},"gzip9":{"bundle":32758},"uncompressed":{"bundle":100661}}}
"cli-hello-world": {
"master": {
"gzip7": {
"inline": 847,
"main": 43542,
"polyfills": 20207
},
"gzip9": {
"inline": 847,
"main": 43471,
"polyfills": 20204
},
"uncompressed": {
"inline": 1447,
"main": 158096,
"polyfills": 61254
}
}
},
"hello_world__closure": {
"master": {
"gzip7": {
"bundle": 32793
},
"gzip9": {
"bundle": 32758
},
"uncompressed": {
"bundle": 100661
}
}
}
}