Bench numbers: stock vs ember all-optimizations, pre/post compat fixes - #108
Draft
NullVoxPopuli-ai-agent wants to merge 1 commit into
Draft
Conversation
|
@NullVoxPopuli-ai-agent is attempting to deploy a commit to the NullVoxPopuli's projects Team on Vercel. A member of the Team first needs to authorize it. |
NullVoxPopuli-ai-agent
force-pushed
the
bench-all-optimizations-70775070
branch
from
August 9, 2026 18:12
cc0df9b to
3e518ad
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
NullVoxPopuli-ai-agent
force-pushed
the
bench-all-optimizations-70775070
branch
from
August 9, 2026 18:51
3e518ad to
83d055f
Compare
NullVoxPopuli
marked this pull request as draft
August 9, 2026 20:33
…ompat work Three runs on the same machine (undocked: 74hz / 32.6 GB, so not comparable with the ember-1..3 series): - ember-agent-stock: ember-source 7.3.0-alpha.5 - ember-agent-spike-pre: all-optimizations at 5916d3e8 (spike tip before the ecosystem-compat work) - ember-agent-spike: all-optimizations at c09efdc8 (synchronous destroy drain, flush-resolved renderSettled, and render settledness reported as edges bridged into a test waiter -- no backburner surface, no pollable render flag) Spike vs stock: async benches 83-96% faster, dbmon fps 6.3 -> 13.6, fan-out bursts 29-35% faster, and the small sync benches that regressed in the pre run are now at or ahead of stock. Post beats pre on 11 of 15 benches; the 4 that favor pre are all within 2% (noise). dbmon is the one big mover (8.9 -> 13.6 fps), consistent across runs: the compat work removed per-tick observer overhead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
NullVoxPopuli-ai-agent
force-pushed
the
bench-all-optimizations-70775070
branch
from
August 10, 2026 04:13
83d055f to
b0f3bfd
Compare
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.
Three runs on the same machine (
--cpu-throttle=8 --count=10, headed; undocked — 74hz monitor, 32.6 GB visible RAM — so the runner rightly refuses to mix these with theember-1..3series, and the try-ember-pr workflow needs admin to dispatch):ember-agent-stock.json— ember-source 7.3.0-alpha.5ember-agent-spike-pre.json— all-optimizations @5916d3e8(spike tip before the ecosystem-compat work)ember-agent-spike.json— all-optimizations @c09efdc8(synchronous destroy drain, flush-resolvedrenderSettled, and render settledness reported as edges bridged into a test waiter — no_backburnersurface, no pollable render flag; see SPIKE: every rendering-performance lever combined (RFC 957 end state + VM optimizations) emberjs/ember.js#21520, [SPIKE] settled(): await settledness instead of polling for it emberjs/ember-test-helpers#1574, settled() awaits renderSettled() instead of polling the render half limber#2214)Medians (positive = better than the compared column):
Reading it:
prerun ('1 item, 1k updates', '5% random') are now at or ahead of stock — that regression was the compat gap, not an inherent cost of the spike.🤖 Generated with Claude Code