python-math #46: feat(delphi): large-conv tick benchmark (Phase 5) — synthesized 33k x 783 shape, cold+warm tick timing - #2675
Draft
jucor wants to merge 1 commit into
Draft
Conversation
This was referenced Jul 27, 2026
Draft
python-math #43: docs(delphi): s7 goal state + journal — mode collapse executed, battery 20/20
#2672
Draft
Draft
Draft
Draft
This was referenced Jul 27, 2026
Draft
Draft
Draft
Draft
Draft
Draft
Draft
5 tasks
3 tasks
…synthesized 33k x 783 shape, cold+warm tick timing ## What `GOAL_CUTOVER_READY.md` Phase 5 / `CUTOVER_RUNBOOK.md` risk item 3: the pre-flip measurement tool — a benchmark answering whether the Python engine can tick the largest production-scale conversations serially before production is flipped onto it. ## How it works Synthesizes the largest conversation shape found in prodclone (the local clone of the production database): 33,422 participants x 783 comments, ~2.0M votes — seeded RNG, no real data. It then times one COLD tick (full PCA from scratch) and one WARM tick (lineage warm starts populated — the steady per-tick cost the serial-capacity verdict rides on). ## First numbers Smoke run at 2000 x 200 x 120k votes on an arm64 laptop: cold 6.5s, warm 14.4s — the warm tick is the expensive one at scale (the legacy kmeans warm-start path). The benchmark runs on the bench EC2 instance class via a plain clone; the dataset is synthesized on-instance. commit-id:5747f8c9
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.
What
GOAL_CUTOVER_READY.mdPhase 5 /CUTOVER_RUNBOOK.mdrisk item 3: the pre-flip measurement tool — a benchmark answering whether the Python engine can tick the largest production-scale conversations serially before production is flipped onto it.How it works
Synthesizes the largest conversation shape found in prodclone (the local clone of the production database): 33,422 participants x 783 comments, ~2.0M votes — seeded RNG, no real data. It then times one COLD tick (full PCA from scratch) and one WARM tick (lineage warm starts populated — the steady per-tick cost the serial-capacity verdict rides on).
First numbers
Smoke run at 2000 x 200 x 120k votes on an arm64 laptop: cold 6.5s, warm 14.4s — the warm tick is the expensive one at scale (the legacy kmeans warm-start path). The benchmark runs on the bench EC2 instance class via a plain clone; the dataset is synthesized on-instance.
commit-id:5747f8c9
Stack: