Skip to content

test(build): raise the standalone size guard to 550 KiB - #1047

Open
Chemaclass wants to merge 1 commit into
mainfrom
fix/build-size-budget
Open

test(build): raise the standalone size guard to 550 KiB#1047
Chemaclass wants to merge 1 commit into
mainfrom
fix/build-size-budget

Conversation

@Chemaclass

Copy link
Copy Markdown
Member

🤔 Background

Build Verification has been red on main since #1037: the built binary is 513 KiB against a 512 KiB guard. The budget landed in #990 with the binary at 485 KiB, and the features merged since (#1033-#1042) grew it past the line.

💡 Changes

  • Re-baseline the standalone size guard to 550 KiB, ~9% headroom over the current 513 KiB build
  • Document that the guard catches accidental bloat (a stray embed, a disabled comment strip) rather than capping planned growth, and how to move it again

The 500 KiB budget landed in #990 with the binary at 485 KiB. Eight
feature PRs since (#1033-#1042) grew it to 513 KiB, so Build
Verification has been red on main since #1037.

The guard exists to catch accidental bloat, not to cap planned growth,
so re-baseline it to 550 KiB (~9% headroom) and document when to move
it again.
@Chemaclass Chemaclass added the bug Something isn't working label Aug 10, 2026
@Chemaclass Chemaclass self-assigned this Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant