perf(formatter): stage assignment-like left hand side on the heap#24613
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merging this PR will improve performance by 5.24%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | Simulation | formatter[types.ts] |
12.5 ms | 11.6 ms | +7.36% |
| ⚡ | Simulation | formatter[App.tsx] |
47.4 ms | 45.9 ms | +3.16% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing 07-17-perf_formatter_stage_assignment-like_left_hand_side_on_the_heap (a1da8be) with main (8eb9eca)2
Footnotes
-
19 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
-
No successful run was found on
07-16-perf_formatter_accumulate_jsx_child-list_builders_on_the_heap(679a9e8) during the generation of this report, somain(8eb9eca) was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩
Oxfmt Ecosystem CI
💥 = panic, |
d9a6184 to
8510ba2
Compare
1045871 to
a78f766
Compare
a78f766 to
4488757
Compare
0433b79 to
679a9e8
Compare
4488757 to
a1da8be
Compare
Merge activity
|
…4613) The last section where arena stranding was taking place. --- There was a suggestion to use a dedicated temporary-arena as a temporary data storage; however, as with the previous JSX PR and this PR has become clear that this does not meet the current requirements.
679a9e8 to
94de05f
Compare
a1da8be to
a5f7b15
Compare

The last section where arena stranding was taking place.
There was a suggestion to use a dedicated temporary-arena as a temporary data storage; however, as with the previous JSX PR and this PR has become clear that this does not meet the current requirements.