docs: trajectory panel shows Flow-vs-Python speedup per freeze - #473
Merged
Conversation
Replaces the six absolute before/now columns with the speedup at the previous and latest freeze, plus a column attributing any >10% move to whichever side's own time moved more. Env-change banner retained. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
environment_id covers only the software stack. Freeze 42b61f5 ran on a different machine (runtime_environment_id fbf1f8c6 vs def1cc47) with the same software env, sklearn's BLAS-heavy rows ran up to 10x faster there, and the banner stayed silent. The regression gate already uses runtime_environment_id for runtime comparability; the banner now matches. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 trajectory table showed six columns of absolute per-side timings. Per review, it now shows what the rest of the page speaks in: the speedup (sklearn time over Flow time) at the previous freeze and at the latest one.
To keep the honesty the absolutes provided, a 'moved because' column attributes any speedup change over 10% to whichever side's absolute time moved more between the two freezes, and the environment-change banner still fires when the runner class differs.
Verified with node --check on the extracted script.
🤖 Generated with Claude Code