marko/.sizes.json

75 lines
1.3 KiB
JSON

{
"examples": {
"counter": "./packages/runtime-tags/src/__tests__/fixtures/basic-counter/template.marko",
"comments": "./packages/runtime-tags/src/__tests__/fixtures/basic-inert-collapsible-tree/template.marko"
},
"results": [
{
"name": "*",
"total": {
"min": 18045,
"brotli": 6518
}
},
{
"name": "counter",
"user": {
"min": 189,
"brotli": 144
},
"runtime": {
"min": 3802,
"brotli": 1590
},
"total": {
"min": 3991,
"brotli": 1734
}
},
{
"name": "counter 💧",
"user": {
"min": 111,
"brotli": 100
},
"runtime": {
"min": 3168,
"brotli": 1438
},
"total": {
"min": 3279,
"brotli": 1538
}
},
{
"name": "comments",
"user": {
"min": 1153,
"brotli": 544
},
"runtime": {
"min": 7809,
"brotli": 3166
},
"total": {
"min": 8962,
"brotli": 3710
}
},
{
"name": "comments 💧",
"user": {
"min": 954,
"brotli": 477
},
"runtime": {
"min": 8821,
"brotli": 3573
},
"total": {
"min": 9775,
"brotli": 4050
}
}
]
}