You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a direct/corked runtime matrix spanning 4 KiB, 64 KiB, 64 KiB + 1, and 1 MiB writes while preserving ordinary-feature runtime coverage in a distinct component artifact
record the measured ownership boundary without selecting a speculative production mitigation
Measurements
the large-buffer marker completes in roughly 54–63 seconds, with host-facing socket delivery dominating both previews
the pipe marker takes roughly 91–97 seconds while its 5 MiB wasi:http body write completes in milliseconds, placing most wall time outside that transport path
increasing the receiver request size reduced crossings but regressed P2 wall time, so that experiment was reverted
Validation
exact-SHA CI passed all 37 executed checks, including all P2/P3 runtime groups and node-compat shards
independent Codex and Claude delta reviews found no high- or medium-severity regression
the slow buffer and pipe vendored cases remain measured known gaps because longer per-entry timeouts would add excessive concurrent-CI wall time
node-compat counts remain unchanged: primary CI-enforced 3174/4387 (72.4%); full public 3174/5750 (55.2%)
Boundary and next action
This PR is the reviewable instrumentation/research tranche for GOL-360; it does not claim the production throughput fix. The measurements require a truthful host-facing progress/backpressure contract before GOL-389 timeout semantics can distinguish an advancing native write from a stall. No batching, timeout, retry, or production scheduling change is included.
The earlier CI failures belong to 0cec3780 and were caused by feature-off registration of the private bridge method; the pushed candidate fixes that compile failure.
Uninstrumented controls were P2/P3 large Buffer 55.821s/55.566s and pipe 91.377s/91.148s. The P3 pipe profile completed the 5 MiB wasi:http body in one write_all in 12.255ms in one run and 6.629ms in the final diagnostic run, while total fixture time remained 92-97s. The slow Buffer and pipe cases therefore remain measured known gaps based on concurrent-CI cost and reliability, not a fixed timeout limitation. No production batching, retry, timeout, or scheduling mitigation is claimed by this draft.
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
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
Measurements
Validation
3174/4387 (72.4%); full public3174/5750 (55.2%)Boundary and next action
This PR is the reviewable instrumentation/research tranche for GOL-360; it does not claim the production throughput fix. The measurements require a truthful host-facing progress/backpressure contract before GOL-389 timeout semantics can distinguish an advancing native write from a stall. No batching, timeout, retry, or production scheduling change is included.