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

Add untriaged performance regressions to the performance triage report #905

Closed
rylev opened this issue Jul 13, 2021 · 1 comment
Closed

Comments

@rylev
Copy link
Member

rylev commented Jul 13, 2021

In order to track that performance regressions are being triaged, we should make sure that they're being listed in the triage report.

This should be possible to get from the GitHub API by searching for perf-regression and filtering all those with perf-regression-triaged. We should be able to do that directly in the API with:
https://api.github.com/search/issues?q=repo:rust-lang/rust+label:perf-regression+-label:perf-regression-triaged+state:closed

@rylev
Copy link
Member Author

rylev commented Jul 29, 2021

This was fixed in #907

@rylev rylev closed this as completed Jul 29, 2021
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

No branches or pull requests

1 participant