We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
perf-regression
perf-regression-triaged
The text was updated successfully, but these errors were encountered:
This was fixed in #907
Sorry, something went wrong.
No branches or pull requests
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 withperf-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
The text was updated successfully, but these errors were encountered: