Stabilize Lighthouse budgets with confirmation samples - #4
Merged
Conversation
zhaowl94
marked this pull request as ready for review
July 31, 2026 06:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
0.95.Why
The
masterrun30602101413reported root-page performance0.94because Lighthouse measured 284.5 ms total blocking time on a page with no application JavaScript. All other categories/pages and prior local/PR/master runs scored1.00, so this was runner CPU variance rather than a product regression. Confirmation sampling filters a one-off outlier without weakening the quality budget.Impact
Normal passing CI remains fast with one sample per page. A first miss receives two independent confirmation samples; genuine regressions still fail when the median remains below
0.95.Validation
npm run check, 15/15 unit tests, build, 163/163 browser tests, Lighthouse 5/5 pages at 1.00, dependency audit (0 vulnerabilities), and 5/5 external links.