refactor(benchmarks): clarify workload and scene ownership - #36
Merged
thejustinwalsh merged 7 commits intoAug 4, 2026
Merged
Conversation
thejustinwalsh
marked this pull request as ready for review
August 3, 2026 15:57
thejustinwalsh
force-pushed
the
feat/benchmark-public-api-audit
branch
from
August 4, 2026 01:44
7472911 to
638b675
Compare
thejustinwalsh
merged commit Aug 4, 2026
96bafbd
into
feat/benchmark-bitmap-conformance
1 of 2 checks passed
thejustinwalsh
added a commit
that referenced
this pull request
Aug 4, 2026
* refactor(benchmarks): clarify scene ownership * docs(benchmarks): record scene ownership evidence * refactor(benchmarks): isolate harness surfaces * fix(benchmarks): sample settled shaping cadence * docs(benchmarks): record public API audit * docs(text): close raster release review * docs: replace raster migration guide
thejustinwalsh
added a commit
that referenced
this pull request
Aug 4, 2026
* refactor(benchmarks): colocate slug role scenes (#30) * refactor(benchmarks): colocate slug role scenes * docs(benchmarks): record slug scene locality * refactor(benchmarks): remove standalone previews (#31) * refactor(benchmarks): remove standalone previews * docs(benchmarks): record persistent renderer cleanup * refactor(benchmarks): remove renderer asset facades (#33) * refactor(benchmarks): remove renderer asset facades * docs(benchmarks): record canonical asset ownership * refactor(benchmarks): move retained workload scene (#34) * refactor(benchmarks): move retained workload scene * docs(benchmarks): record workload scene ownership * refactor(benchmarks): finish benchmark boundary locality (#35) * refactor(benchmarks): finish boundary locality * docs(benchmarks): record boundary locality * refactor(benchmarks): clarify workload and scene ownership (#36) * refactor(benchmarks): clarify scene ownership * docs(benchmarks): record scene ownership evidence * refactor(benchmarks): isolate harness surfaces * fix(benchmarks): sample settled shaping cadence * docs(benchmarks): record public API audit * docs(text): close raster release review * docs: replace raster migration guide
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
Public API audit
All nine authored workloads use published @pmndrs/text, FontLoader, FontRegistry, raster-subpath, and runtime-bake surfaces. Workload code contains no raw Wasm URL, private baker package, internal package import, renderer allocation, or RAF ownership.
The audit found no missing common rendering API. It explicitly rejects public buffer-slack controls, a second Text flush/commit publication path, and shipped retained-update diagnostics: the required raster transaction already owns bounded capacity, Three matrix traversal owns publication, and diagnostics remain benchmark-only at zero runtime cost.
The accepted V1 reference now links a how-to for authoring external raster and baker packages through the public transaction. The renderer capability matrix distinguishes shipped V1 roles from later color, expanded-effect, paging, and mixed-raster work.
Runtime evidence
Repository gates
The benchmark OKF digest and canonical package, API-shape, roadmap, renderer-guidance, plugin-authoring, and chronology documents are refreshed in the same branch. Milestone 10 closes only with the latest top check and every lower stack check green.