Conversation
…acts Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1803d5f8-45cd-4fa3-a31a-de048ca6d289
Swap reusable task queues, borrow the polling waker, and process queued wakes as ordered contiguous slices. Preserve wake accounting, metrics, and shutdown ownership. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1803d5f8-45cd-4fa3-a31a-de048ca6d289
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1803d5f8-45cd-4fa3-a31a-de048ca6d289
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1803d5f8-45cd-4fa3-a31a-de048ca6d289
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1803d5f8-45cd-4fa3-a31a-de048ca6d289
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #779 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 738 736 -2
Lines 98471 98543 +72
=======================================
+ Hits 98471 98543 +72
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Consolidates the executor benchmarks into 23 shared metabench scenarios and reduces runtime overhead with reusable queue swaps, borrowed polling wakers, and ordered wake-slice processing.
Three-run Linux Gungraun medians show 7.25% fewer instructions for one spawn/complete, 8.72% for a 10,000-task ready burst, 9.23% for 32 awakened tasks, and 13.31% for overflow processing. All 21 steady-state scenarios remain allocation-free. Public APIs, scheduling boundaries, wake accounting, metrics, and shutdown lifetime contracts are preserved.
The before/after report includes every scenario, raw repeated counts, toolchain and reproduction commands, timing observations, rejected candidates, and the stopping rationale. This establishes measured local improvements, not global optimality.
Independent Opus, Sonnet, and GPT reviews found no blocking issues. Required automation is green for this revision, and Codecov reports all modified coverable lines covered. The PR remains a draft.