marko/.sizes.json
2024-11-25 10:26:41 -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": 17902,
"brotli": 6477
}
},
{
"name": "counter",
"user": {
"min": 209,
"brotli": 147
},
"runtime": {
"min": 3737,
"brotli": 1580
},
"total": {
"min": 3946,
"brotli": 1727
}
},
{
"name": "counter 💧",
"user": {
"min": 131,
"brotli": 125
},
"runtime": {
"min": 3137,
"brotli": 1416
},
"total": {
"min": 3268,
"brotli": 1541
}
},
{
"name": "comments",
"user": {
"min": 1003,
"brotli": 491
},
"runtime": {
"min": 7744,
"brotli": 3141
},
"total": {
"min": 8747,
"brotli": 3632
}
},
{
"name": "comments 💧",
"user": {
"min": 854,
"brotli": 451
},
"runtime": {
"min": 8751,
"brotli": 3547
},
"total": {
"min": 9605,
"brotli": 3998
}
}
]
}