Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight more levels of statistical significance #624

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

frouioui
Copy link
Member

Description

When comparing two benchmarks, we used to always have this black and white view of the result: either their significant or they are not. Which in some cases it can be a form of injustice, for instance a p-value of 0.053 would be considered insignificant, thus marked in flashy red, and the delta would not be highlighted, even though the p-value is very close to our threshold (0.050).

Instead, we now have four different level of statistical significance in the UI: Statistically Significant (p <= 0.01), Moderate Significance (p <= 0.05), Marginal Significance (p <= 0.1), Not Statistically Significant (p > 0.1).

Before
image

After
image

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
@frouioui frouioui merged commit a22bbb1 into main Nov 14, 2024
11 of 13 checks passed
@frouioui frouioui deleted the permissive-p-value branch November 14, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant