Redesign the Compare tab around one row per metric#4836
Merged
Conversation
The compare view asked the reader to cross-reference a nine-column statistics table against 24 separate scatter charts to answer one question: did anything change, and by how much? The scatter charts also plotted values against run index, which carries no meaning for independent samples — the actual signal is how the two distributions sit against each other. Each metric is now a single row: the p-value, a distribution strip showing every baseline and current run on a shared value axis with median ticks, median → median with the delta, and the verdict. A verdict card on top gives the headline count with chips that jump to the flagged metrics, and significant rows are tinted by direction — regressions red, improvements green (the old layout showed a significant improvement in error-red). When both medians are zero but runs differ, the row falls back to means so flaky CPU long tasks stop looking identical. The old chart anchors stay alive as row ids, and the per-series colors were replaced with a colorblind-validated pair (the old tan failed contrast on the card surface). Co-authored-by: Claude Fable 5 noreply@anthropic.com
c8171b9 to
5dc959e
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.
The compare view asked the reader to cross-reference a nine-column statistics table against 24 separate scatter charts to answer one question: did anything change, and by how much? The scatter charts also plotted values against run index, which carries no meaning for independent samples — the actual signal is how the two distributions sit against each other.
Each metric is now a single row: the p-value, a distribution strip showing every baseline and current run on a shared value axis with median ticks, median → median with the delta, and the verdict. A verdict card on top gives the headline count with chips that jump to the flagged metrics, and significant rows are tinted by direction — regressions red, improvements green (the old layout showed a significant improvement in error-red). When both medians are zero but runs differ, the row falls back to means so flaky CPU long tasks stop looking identical. The old chart anchors stay alive as row ids, and the per-series colors were replaced with a colorblind-validated pair (the old tan failed contrast on the card surface).
Co-authored-by: Claude Fable 5 noreply@anthropic.com