Ross ROSS = Recommend OSS · open-source software intelligence for agents

sharkdp/hyperfine

A command-line benchmarking tool observed · 2026-08-28

github.com/sharkdp/hyperfine · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 80
  • Release rhythm 25
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 371
  • age_days: 3154
  • days_rel: 288
  • days_push: 125
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

28741 stars · 507 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Hyperfine is a cross-platform command-line benchmarking tool written in Rust. It runs shell commands multiple times, performs statistical analysis with outlier detection, and supports warmup runs, cache-clearing preparation commands, and parameterized benchmark sweeps.

Use cases

  • benchmark shell commands from the terminal
  • compare the runtime of two or more CLI programs
  • measure command performance with warmup and cold-cache runs
  • run parameterized benchmarks varying a value like thread count
  • export benchmark results as CSV, JSON, or Markdown
  • detect statistical outliers in timing runs

When to choose

  • you need statistically sound CLI timing measurements with outlier detection
  • you want to compare alternative command-line tools side by side
  • you need parameter sweeps of a command across a range of values
  • you want a fast, cross-platform benchmarking tool with exportable results

When to avoid

  • you need to benchmark HTTP APIs or network services rather than shell commands
  • you need GUI application or in-process function benchmarking
  • you require profiling with flamegraphs or memory analysis rather than wall-clock timing

Facets

cli-tool · maturity stable

benchmarking cli developer-tools performance cli windows rust cross-platform benchmarking-tool shell-commands statistical-analysis outlier-detection parameterized-benchmarks rust command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
sharkdp/hyperfinemain65

For agents

markdown · JSON · MCP: product_card(name="sharkdp/hyperfine")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem