marko/.sizes.json
2024-08-08 14:12:51 -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": 14518,
"brotli": 5598
}
},
{
"name": "counter",
"user": {
"min": 301,
"brotli": 212
},
"runtime": {
"min": 3776,
"brotli": 1584
},
"total": {
"min": 4077,
"brotli": 1796
}
},
{
"name": "counter 💧",
"user": {
"min": 219,
"brotli": 159
},
"runtime": {
"min": 2555,
"brotli": 1168
},
"total": {
"min": 2774,
"brotli": 1327
}
},
{
"name": "comments",
"user": {
"min": 1066,
"brotli": 592
},
"runtime": {
"min": 7640,
"brotli": 3160
},
"total": {
"min": 8706,
"brotli": 3752
}
},
{
"name": "comments 💧",
"user": {
"min": 939,
"brotli": 543
},
"runtime": {
"min": 8144,
"brotli": 3346
},
"total": {
"min": 9083,
"brotli": 3889
}
}
]
}