marko/.sizes.json
2024-03-06 16:02:23 -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": 13282,
"brotli": 5196
}
},
{
"name": "counter",
"user": {
"min": 351,
"brotli": 241
},
"runtime": {
"min": 3821,
"brotli": 1614
},
"total": {
"min": 4172,
"brotli": 1855
}
},
{
"name": "counter 💧",
"user": {
"min": 204,
"brotli": 152
},
"runtime": {
"min": 2683,
"brotli": 1220
},
"total": {
"min": 2887,
"brotli": 1372
}
},
{
"name": "comments",
"user": {
"min": 1182,
"brotli": 639
},
"runtime": {
"min": 7358,
"brotli": 3096
},
"total": {
"min": 8540,
"brotli": 3735
}
},
{
"name": "comments 💧",
"user": {
"min": 949,
"brotli": 540
},
"runtime": {
"min": 7887,
"brotli": 3283
},
"total": {
"min": 8836,
"brotli": 3823
}
}
]
}