0
/ 100
Solid foundation. Invest in docs and CI to grow from here.
The most complete HTTP open source benchmarking platform. Don't just say you're fast, prove it.
Documentation
73
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Licensed under MIT.
Engineering
78
CI is configured (.github/workflows/benchmark-pr.yml).
Test files detected (frameworks/effinitive/app/Tests).
Lockfile present (frameworks/bananabread/bun.lock). Installs are reproducible.
.NET formatting configured (frameworks/trillium-tuned/rustfmt.toml).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (frameworks/_shared/authsvc/Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 53Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 82Watchers
Responsiveness
- 6hMedian issue response
- <1hMedian PR merge time
- 34Open issues
Repository files13 root entries
- .githubGood: CI is configured (.github/workflows/benchmark-pr.yml).Good: Issue or PR templates present.
- certs
- data
- docker
- frameworksGood: Test files detected (frameworks/effinitive/app/Tests).Good: .NET formatting configured (frameworks/trillium-tuned/rustfmt.toml).Good: Lockfile present (frameworks/bananabread/bun.lock). Installs are reproducible.Good: Environment pinned via frameworks/_shared/authsvc/Dockerfile.Good: Dependency manifest found (frameworks/_shared/authsvc/Cargo.toml).Issue: Build artifacts or local files may be committed (frameworks/symfony-spawn-franken/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- requests
- scripts
- site
- .gitattributes
- .gitignoreGood: .gitignore present.
- CHANGELOG.md
- LICENSEGood: Licensed under MIT.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.