chore(benchmarks): commit the remaining v1.7.1 perf-series probes#167
Merged
Conversation
AutoSizeMeasureProbe (Finding 12: textWidth request count for the auto-size grid search), RenderOperatorProbe (content-stream Tf/rg operator dedup stats), and TablePaginationAllocProbe (Finding 10: warm-compile allocation on a 2500-row table) measured the A/B deltas behind the v1.7.1 Performance entries but were never committed with their PRs - unlike FontEmbedProbe from the same series (01fc990). Committed for reproducibility of the published numbers; all three compile and run against current develop.
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
Three measurement probes from the v1.7.1 performance series sat untracked since June 8–9; only
FontEmbedProbefrom the same series was committed (01fc990b). They measured the A/B deltas behind shipped v1.7.1 Performance entries, so they belong in the benchmarks module for reproducibility of the published numbers:AutoSizeMeasureProbe— Finding 12: countstextWidthrequests for the auto-size grid search ("binary-searches the size grid" entry).RenderOperatorProbe— content-streamTf/rgoperator dedup stats.TablePaginationAllocProbe— Finding 10: warm-compile allocation on a 2500-row table.Verification
All three compile and run against current develop (benchmarks module, library installed from this branch):
Probes-only change — no
src/mainlibrary code touched.