marko/.sizes.json
2024-08-21 15:12:04 -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": 14546,
"brotli": 5565
}
},
{
"name": "counter",
"user": {
"min": 301,
"brotli": 211
},
"runtime": {
"min": 3776,
"brotli": 1584
},
"total": {
"min": 4077,
"brotli": 1795
}
},
{
"name": "counter 💧",
"user": {
"min": 219,
"brotli": 160
},
"runtime": {
"min": 2583,
"brotli": 1185
},
"total": {
"min": 2802,
"brotli": 1345
}
},
{
"name": "comments",
"user": {
"min": 1066,
"brotli": 587
},
"runtime": {
"min": 7640,
"brotli": 3156
},
"total": {
"min": 8706,
"brotli": 3743
}
},
{
"name": "comments 💧",
"user": {
"min": 939,
"brotli": 544
},
"runtime": {
"min": 8172,
"brotli": 3357
},
"total": {
"min": 9111,
"brotli": 3901
}
}
]
}