ci: reformat itegration/_payload-limits.json to be easier to read (#21344)
PR Close #21344
This commit is contained in:
parent
8e80db4982
commit
7269fe5203
|
@ -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}}},
|
"cli-hello-world": {
|
||||||
"hello_world__closure":{"master":{"gzip7":{"bundle":32793},"gzip9":{"bundle":32758},"uncompressed":{"bundle":100661}}}
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue