marko/.sizes.json
2024-05-01 16: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": 13287,
"brotli": 5182
}
},
{
"name": "counter",
"user": {
"min": 357,
"brotli": 251
},
"runtime": {
"min": 3783,
"brotli": 1593
},
"total": {
"min": 4140,
"brotli": 1844
}
},
{
"name": "counter 💧",
"user": {
"min": 204,
"brotli": 151
},
"runtime": {
"min": 2566,
"brotli": 1184
},
"total": {
"min": 2770,
"brotli": 1335
}
},
{
"name": "comments",
"user": {
"min": 1188,
"brotli": 632
},
"runtime": {
"min": 7371,
"brotli": 3080
},
"total": {
"min": 8559,
"brotli": 3712
}
},
{
"name": "comments 💧",
"user": {
"min": 949,
"brotli": 539
},
"runtime": {
"min": 7895,
"brotli": 3265
},
"total": {
"min": 8844,
"brotli": 3804
}
}
]
}