marko/.sizes.json
Ryan Turnquist 3464f38903
fix: walk over child with no sibling (#2293)
* fix: walk over child with no sibling
2024-09-10 16:17:03 -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": 14561,
"brotli": 5580
}
},
{
"name": "counter",
"user": {
"min": 305,
"brotli": 231
},
"runtime": {
"min": 3761,
"brotli": 1581
},
"total": {
"min": 4066,
"brotli": 1812
}
},
{
"name": "counter 💧",
"user": {
"min": 219,
"brotli": 160
},
"runtime": {
"min": 2583,
"brotli": 1185
},
"total": {
"min": 2802,
"brotli": 1345
}
},
{
"name": "comments",
"user": {
"min": 1052,
"brotli": 586
},
"runtime": {
"min": 7625,
"brotli": 3141
},
"total": {
"min": 8677,
"brotli": 3727
}
},
{
"name": "comments 💧",
"user": {
"min": 903,
"brotli": 523
},
"runtime": {
"min": 8157,
"brotli": 3354
},
"total": {
"min": 9060,
"brotli": 3877
}
}
]
}