marko/.sizes.json
2025-10-08 14:53: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": 19366,
"brotli": 7367
}
},
{
"name": "counter",
"user": {
"min": 184,
"brotli": 158
},
"runtime": {
"min": 3948,
"brotli": 1762
},
"total": {
"min": 4132,
"brotli": 1920
}
},
{
"name": "counter 💧",
"user": {
"min": 106,
"brotli": 103
},
"runtime": {
"min": 2205,
"brotli": 1152
},
"total": {
"min": 2311,
"brotli": 1255
}
},
{
"name": "comments",
"user": {
"min": 809,
"brotli": 431
},
"runtime": {
"min": 6996,
"brotli": 2991
},
"total": {
"min": 7805,
"brotli": 3422
}
},
{
"name": "comments 💧",
"user": {
"min": 142,
"brotli": 125
},
"runtime": {
"min": 2357,
"brotli": 1192
},
"total": {
"min": 2499,
"brotli": 1317
}
}
]
}