sharkdp/hyperfine
A command-line benchmarking tool 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
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
- readme: https://github.com/sharkdp/hyperfine · fetched 2026-08-28 · c3cd880547a7
- registry_crates: https://crates.io/api/v1/crates/hyperfine · fetched 2026-08-29 · bf0d7beba83c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sharkdp/hyperfine | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="sharkdp/hyperfine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem