0

/ 100

GradeC

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 guide5pt25

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.

Install and run instructions9pt45

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

78

CI/CD14pt57

CI is configured (.github/workflows/benchmark-pr.yml).

Tests18pt80

Test files detected (frameworks/effinitive/app/Tests).

Reproducibility6pt80

Lockfile present (frameworks/bananabread/bun.lock). Installs are reproducible.

Linting and formatting5pt100

.NET formatting configured (frameworks/trillium-tuned/rustfmt.toml).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (frameworks/_shared/authsvc/Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 53
    Forks
  • 0
    Releases

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 82
    Watchers

Responsiveness

  • 6h
    Median issue response
  • <1h
    Median PR merge time
  • 34
    Open issues
Repository files13 root entries
  • .github
    Good: CI is configured (.github/workflows/benchmark-pr.yml).
    Good: Issue or PR templates present.
  • certs
  • data
  • docker
  • frameworks
    Good: 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
  • .gitignore
    Good: .gitignore present.
  • CHANGELOG.md
  • LICENSE
    Good: Licensed under MIT.
  • README.md
    Good: 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.