marko/.sizes.json
2024-07-10 14:04:37 -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": 13988,
"brotli": 5409
}
},
{
"name": "counter",
"user": {
"min": 301,
"brotli": 211
},
"runtime": {
"min": 3670,
"brotli": 1543
},
"total": {
"min": 3971,
"brotli": 1754
}
},
{
"name": "counter 💧",
"user": {
"min": 219,
"brotli": 160
},
"runtime": {
"min": 2297,
"brotli": 1086
},
"total": {
"min": 2516,
"brotli": 1246
}
},
{
"name": "comments",
"user": {
"min": 1071,
"brotli": 588
},
"runtime": {
"min": 7435,
"brotli": 3064
},
"total": {
"min": 8506,
"brotli": 3652
}
},
{
"name": "comments 💧",
"user": {
"min": 934,
"brotli": 544
},
"runtime": {
"min": 7927,
"brotli": 3302
},
"total": {
"min": 8861,
"brotli": 3846
}
}
]
}