rust-lang / rust-lang/rustc-perf
Show last N errors in the status page
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 733
- Forks
- 189
- Avg merge
- 10h 52m
- Merged PRs (30d)
- 43
Description
The status page currently shows the last N benchmarking runs. However, if there are some errors, these can vanish from this list quite quickly, making it harder for us to find them.
It would be better if it also showed (separately) the last N errors. The code for getting the run list is here.
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 reading site/src/request_handlers/status_page.rs around the linked run-list code. Trace how the status page obtains and renders the last N benchmarking runs, then add a separate last N errors list without removing the existing list. Done means the status page displays both recent runs and recent errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100