0

/ 100

GradeC

Solid foundation. Invest in docs and CI to grow from here.

Top 33% of 5,156 graded repos

The most complete HTTP open source benchmarking platform. Don't just say you're fast, prove it.

Top fixes

Highest-impact changes first, ranked by point weight

11 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  4. 4
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

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.
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/mda2av/httparena)](https://www.repo-grade.com/report/mda2av/httparena)

More graded C# repos