Skip to content

Commit

Permalink
chore: refactor render queue sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jan 28, 2025
1 parent 80192ae commit f481b92
Show file tree
Hide file tree
Showing 11 changed files with 196 additions and 166 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-spoons-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marko/runtime-tags": patch
---

Refactor render queue sorting.
36 changes: 18 additions & 18 deletions .sizes.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"name": "*",
"total": {
"min": 17958,
"brotli": 6561
"min": 18063,
"brotli": 6602
}
},
{
Expand All @@ -18,12 +18,12 @@
"brotli": 144
},
"runtime": {
"min": 4097,
"brotli": 1762
"min": 4180,
"brotli": 1781
},
"total": {
"min": 4286,
"brotli": 1906
"min": 4369,
"brotli": 1925
}
},
{
Expand All @@ -33,12 +33,12 @@
"brotli": 100
},
"runtime": {
"min": 3524,
"brotli": 1602
"min": 3619,
"brotli": 1626
},
"total": {
"min": 3635,
"brotli": 1702
"min": 3730,
"brotli": 1726
}
},
{
Expand All @@ -48,12 +48,12 @@
"brotli": 541
},
"runtime": {
"min": 7765,
"brotli": 3180
"min": 7863,
"brotli": 3214
},
"total": {
"min": 8905,
"brotli": 3721
"min": 9003,
"brotli": 3755
}
},
{
Expand All @@ -63,12 +63,12 @@
"brotli": 478
},
"runtime": {
"min": 8747,
"brotli": 3559
"min": 8857,
"brotli": 3593
},
"total": {
"min": 9695,
"brotli": 4037
"min": 9805,
"brotli": 4071
}
}
]
Expand Down
Loading

0 comments on commit f481b92

Please sign in to comment.