Skip to content

Regression is described as both 'significant' and 'small' #968

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

Closed
Aaron1011 opened this issue Aug 14, 2021 · 3 comments · Fixed by #972
Closed

Regression is described as both 'significant' and 'small' #968

Aaron1011 opened this issue Aug 14, 2021 · 3 comments · Fixed by #972

Comments

@Aaron1011
Copy link
Member

In rust-lang/rust#87990 (comment), a 'small 0.3% regression' results in an overall description of a 'significant regression', and a corresponding 'perf-regression' label.

If 'significant regression' is referring to the magnitude of the regression, then this inconsistency should be fixed. If the message instead means something like 'statistically significant' or 'not due to noise', then the bot should leave a more descriptive comment.

@bjorn3
Copy link
Member

bjorn3 commented Aug 14, 2021

That PR has a lot of smalish regressions. #965 seems relevant.

@rylev
Copy link
Member

rylev commented Aug 16, 2021

The message is indeed a bit out of date. It originally meant "significant" as in "reasonably large", but #956 and #965 have adjusted how we're calculating whether a comparison is worth surfacing for attention. As is the case here, we can surface comparisons that include comparatively small deltas. We should update our messaging to better reflect this.

@rylev
Copy link
Member

rylev commented Aug 16, 2021

To be clear, I believe that the classifying of this particular comparison as a performance regression is correct. In turn, the justification given for why the change should be merged anyway is also appropriate and correct. So overall, I think all that needs to be fixed here is the wording to make things clearer.

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 a pull request may close this issue.

3 participants