marko/.sizes.json
2024-10-22 10:24:25 -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": 14504,
"brotli": 5578
}
},
{
"name": "counter",
"user": {
"min": 305,
"brotli": 221
},
"runtime": {
"min": 3586,
"brotli": 1510
},
"total": {
"min": 3891,
"brotli": 1731
}
},
{
"name": "counter 💧",
"user": {
"min": 219,
"brotli": 158
},
"runtime": {
"min": 2985,
"brotli": 1381
},
"total": {
"min": 3204,
"brotli": 1539
}
},
{
"name": "comments",
"user": {
"min": 1159,
"brotli": 604
},
"runtime": {
"min": 7572,
"brotli": 3112
},
"total": {
"min": 8731,
"brotli": 3716
}
},
{
"name": "comments 💧",
"user": {
"min": 995,
"brotli": 538
},
"runtime": {
"min": 8554,
"brotli": 3526
},
"total": {
"min": 9549,
"brotli": 4064
}
}
]
}