marko/.sizes.json
2024-11-22 15:02:38 -07:00

75 lines
1.3 KiB
JSON

{
"examples": {
"counter": "./packages/translator-tags/src/__tests__/fixtures/basic-counter/template.marko",
"comments": "./packages/translator-tags/src/__tests__/fixtures/basic-inert-collapsible-tree/template.marko"
},
"results": [
{
"name": "*",
"total": {
"min": 17902,
"brotli": 6477
}
},
{
"name": "counter",
"user": {
"min": 208,
"brotli": 146
},
"runtime": {
"min": 3737,
"brotli": 1580
},
"total": {
"min": 3945,
"brotli": 1726
}
},
{
"name": "counter 💧",
"user": {
"min": 130,
"brotli": 125
},
"runtime": {
"min": 3137,
"brotli": 1416
},
"total": {
"min": 3267,
"brotli": 1541
}
},
{
"name": "comments",
"user": {
"min": 1000,
"brotli": 491
},
"runtime": {
"min": 7744,
"brotli": 3141
},
"total": {
"min": 8744,
"brotli": 3632
}
},
{
"name": "comments 💧",
"user": {
"min": 851,
"brotli": 449
},
"runtime": {
"min": 8751,
"brotli": 3547
},
"total": {
"min": 9602,
"brotli": 3996
}
}
]
}