docs(research): interaction borderline perf diagnostic (real over-budget on pretable filter-text)#134
Open
blove wants to merge 3 commits into
Open
docs(research): interaction borderline perf diagnostic (real over-budget on pretable filter-text)#134blove wants to merge 3 commits into
blove wants to merge 3 commits into
Conversation
Verdict: pretable filter-text is real-over-budget (16.79 ± 0.31 ms at n=20); tanstack vs pretable filter-metadata is noise-tied (1.6 ms mean diff vs 23 ms 2σ noise floor — tanstack's σ at n=8 is 11.6 ms). Incidental finding: pretable filter-metadata is also over budget at the mean (17.51 ± 2.44 ms). PR #131's 16.0 ms n=3 reading was a low-end sample. Homepage prose claims filter-metadata is "clear of" the single-frame budget; that's no longer accurate. Three recommendations queued (editorial cleanup + perf-fix investigation); see memo for details. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Vercel preview readyPreview: https://pretable-9q0cp73pq-cacheplane.vercel.app Updated automatically by the |
5 tasks
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.
Summary
Tightens PR #131's two borderline numbers via n=20 re-run. No auto-merge — real-over-budget verdict on pretable filter-text requires editorial review.
Incidental finding: pretable
filter-metadatais also over budget at the mean (17.51 ± 2.44 ms at n=20). PR #131's 16.0 ms n=3 reading was a low-end sample.Full data
Recommendations (in the memo)
/benchpage prose: move filter-text + filter-metadata out of the "clears the budget" set.All four are editorial / scoping decisions the user should weigh in on before any homepage change ships.
Matrix wall-clock note
Original matrix flaked at ~22% (PR #133 had the same pattern); ran a follow-up tanstack-only matrix that also flaked early. Final sample counts: pretable 20+20, tanstack 8+6. Tight enough for unambiguous verdicts.
Test plan
🤖 Generated with Claude Code