marko/.sizes.json
2025-12-05 13:01:54 -08:00

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": 20363,
"brotli": 7810
}
},
{
"name": "counter",
"user": {
"min": 174,
"brotli": 140
},
"runtime": {
"min": 4084,
"brotli": 1846
},
"total": {
"min": 4258,
"brotli": 1986
}
},
{
"name": "counter 💧",
"user": {
"min": 96,
"brotli": 87
},
"runtime": {
"min": 2209,
"brotli": 1160
},
"total": {
"min": 2305,
"brotli": 1247
}
},
{
"name": "comments",
"user": {
"min": 735,
"brotli": 398
},
"runtime": {
"min": 7140,
"brotli": 3125
},
"total": {
"min": 7875,
"brotli": 3523
}
},
{
"name": "comments 💧",
"user": {
"min": 130,
"brotli": 115
},
"runtime": {
"min": 2361,
"brotli": 1208
},
"total": {
"min": 2491,
"brotli": 1323
}
}
]
}