rust-lang / rust-lang/rustc-perf
triage script is sometimes producing "<UNKNOWN>" for the titles of PR's
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 733
- Forks
- 189
- Avg merge
- 10h 52m
- Merged PRs (30d)
- 43
Description
While doing triage this week for: https://perf.rust-lang.org/perf/triage?start=e2116acae59654bfab2a9729a024f3e2fd6d4b02
I found that the title for every PR is listed as "" in the report.
For example:
#### Regressions
<UNKNOWN> [#91224](https://github.com/rust-lang/rust/issues/91224)
- Moderate regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=c5c94945096265b6d675b2f55a247c4799de8d87&end=0b6f079e4987ded15c13a15b734e7cfb8176839f&stat=instructions:u) (up to 0.8% on `incr-unchanged` builds of `externs`)
<UNKNOWN> [#91760](https://github.com/rust-lang/rust/issues/91760)
- Very large regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=0b42deaccc2cbe17a68067aa5fdb76104369e1fd&end=f0448f44bcda55fd9eb71da82495ef648eedb4e4&stat=instructions:u) (up to 5.5% on `incr-unchanged` builds of `inflate`)
<UNKNOWN> [#91776](https://github.com/rust-lang/rust/issues/91776)
- Very large regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=4a66a704b2c3d30ff07d89380ebb9ba3de3b3182&end=b9a37ad0d995c71518629b032f8e816e1efa8bca&stat=instructions:u) (up to 6.2% on `incr-unchanged` builds of `inflate`)
[...]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the linked triage report and trace how PR titles are fetched and rendered by the triage script. Confirm why the affected entries become ""; done means the report displays the actual titles for those PRs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100