docs(engine-plan): full v0.5.1299 baseline table and re-ordered backlog - #7534
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe project version is updated to ChangesRelease and engine plan updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
The plan's performance backlog topped out at 6.27x and omitted two kernels entirely — because until today they crashed rather than ran (#7495, #7516/#7529 fixed them).
Replaces it with all twelve app-pattern kernels plus the JSON polyglot legs, measured on the pinned quiet mini at v0.5.1299 (AC power, CPU-quiet gate passed, node 22.23.1 / bun 1.3.14, 11 runs/cell).
Two findings drive the re-ordering:
object_deep_cloneis 37.5x bun (657 ms vs 17.5 ms) — worst cell by 3x over the next, newly measurable. Now perf: object_deep_clone is 37.5x bun (657ms vs 17.5ms) — the worst row in the public artifact, newly visible now that it runs #7533, first in the queue, profile-first with an explicit A/B againstf06270d06to settle whether today's rooting re-reads are material on a spread-heavy workload.field_access(2984 vs 1350 ms) at 3.6x the RSS — while being a 6.8x win onroundtrip, where Perry beats bun and node and lands within ~8% of Rust serde_json. json tape: full-array scans pay 2.3× the direct parser (field_access 2981ms vs bun 223) — decomposition + roadmap #7478.Also adds #7502 to the ordering: nine mechanics of the shipped root lowering have no assertion anywhere, and today's ~20 rooting bugs were all found by hand because nothing else can find them.
Docs only.
Summary by CodeRabbit
Documentation
Chores