marko/.sizes.json
2025-09-12 14:22:43 -07: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": 19249,
"brotli": 7293
}
},
{
"name": "counter",
"user": {
"min": 184,
"brotli": 158
},
"runtime": {
"min": 3942,
"brotli": 1764
},
"total": {
"min": 4126,
"brotli": 1922
}
},
{
"name": "counter 💧",
"user": {
"min": 106,
"brotli": 103
},
"runtime": {
"min": 2199,
"brotli": 1151
},
"total": {
"min": 2305,
"brotli": 1254
}
},
{
"name": "comments",
"user": {
"min": 890,
"brotli": 457
},
"runtime": {
"min": 6985,
"brotli": 2983
},
"total": {
"min": 7875,
"brotli": 3440
}
},
{
"name": "comments 💧",
"user": {
"min": 142,
"brotli": 125
},
"runtime": {
"min": 2351,
"brotli": 1194
},
"total": {
"min": 2493,
"brotli": 1319
}
}
]
}