marko/.sizes.json
Michael Rawlings a6bac65c11
Stale closure bug (#2240)
* test: add broken closure case

* fix: for loop closures

---------

Co-authored-by: LuLaValva <lukelavalva@gmail.com>
2024-05-31 15:31:05 -04: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": 13497,
"brotli": 5251
}
},
{
"name": "counter",
"user": {
"min": 301,
"brotli": 211
},
"runtime": {
"min": 3670,
"brotli": 1543
},
"total": {
"min": 3971,
"brotli": 1754
}
},
{
"name": "counter 💧",
"user": {
"min": 219,
"brotli": 158
},
"runtime": {
"min": 2297,
"brotli": 1086
},
"total": {
"min": 2516,
"brotli": 1244
}
},
{
"name": "comments",
"user": {
"min": 1071,
"brotli": 598
},
"runtime": {
"min": 7435,
"brotli": 3064
},
"total": {
"min": 8506,
"brotli": 3662
}
},
{
"name": "comments 💧",
"user": {
"min": 939,
"brotli": 545
},
"runtime": {
"min": 7927,
"brotli": 3302
},
"total": {
"min": 8866,
"brotli": 3847
}
}
]
}