feat(benchmarks): prove the typography tier in an editorial workload (11.14 layer 5) - #71
Open
thejustinwalsh wants to merge 1 commit into
Open
feat(benchmarks): prove the typography tier in an editorial workload (11.14 layer 5)#71thejustinwalsh wants to merge 1 commit into
thejustinwalsh wants to merge 1 commit into
Conversation
…(11.14 layer 5) Three justified paragraphs on one animated measure: first-line indents after the opener, paragraph space before and after, per-span word spacing, word-space ratios bounded to [0.75, 1.35] with a 0.4-unit letter-gap budget, and a justified last line. Registered as the editorial comparison workload, wired into the presentation workload probe, and settling all nine workloads on Bitmap/WebGPU with editorial batching to one draw over 768 glyphs. Roadmap 11.14 closes as D-252. The probe's extended paint-effects soak still reproduces the known metric-topology poisoning fixed separately in PR #66; a composition run with that fix applied locally settles all nine workloads with zero engine errors.
size-limit report 📦
|
thejustinwalsh
marked this pull request as ready for review
August 14, 2026 02:39
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
Layer 5 of the 11.14 typography tier: the product proof. A new
editorialcomparison workload — three justified paragraphs on one animated measure with first-line indents after the opener, paragraph space before and after, per-span word spacing, word-space ratios bounded to [0.75, 1.35], a 0.4-unit letter-gap budget, and a justified last line. Registered in the catalog (so the presentation matrix renders it through every technique and backend) and in the presentation workload probe.Roadmap 11.14 closes; the tier is recorded as D-252.
Evidence
The probe settles all nine workloads on Bitmap/WebGPU, with editorial batching to one draw over 768 glyphs at 119 FPS (0.45 ms GPU median).
The probe's extended paint-effects soak still reproduces the known metric-topology session poisoning on this stack's base — that defect is fixed separately in #66 (off main, green). A composition run with the #66 patch applied locally settles all nine workloads with zero engine errors, so the tier and the fix compose cleanly: merge #66 first, then sync this stack.