4 comments (4 comments)1 reaction (1 reaction)0 assignees (0 assignees)Rust139 forks (139 forks)github user discovery
benchmarksgood first issuetests
Repository metrics
- Stars
- 123 stars (123 stars)
- PR merge metrics
- Avg merge 5d 11h (Avg merge 5d 11h)110 merged PRs in 30d (110 merged PRs in 30d)
Description
It would be good to have a cron-like scheduling of running a full benchmark CI job, e.g. weekly. (GitHub allows for periodic CI job scheduling).
Ideally, abnormal results would be flagged to the repo maintainers.
Contributor guide
- Research direction
- Review GitHub Actions documentation for scheduled workflows, then add a new workflow file in .github/workflows that runs benchmarks on a weekly schedule.
- Tech stack
- rust
- Domain
- ci cddevops
- Issue type
- Feature
- Prerequisites
- GitHub Actions