nvzqz/divan
Fast and simple benchmarking for Rust projects observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 93
- Release rhythm 35
- Longevity 82
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1160
- days_rel: n/a
- days_push: 45
- n_releases_24m: 0
Adoption not part of the score
1442 stars · 43 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Divan is a fast and simple benchmarking library for Rust projects, used via a #[divan::bench] attribute and cargo bench. It offers allocation profiling, generic parameter benchmarking, thread contention insights, and statistical output.
Use cases
- benchmark rust functions
- measure memory allocations in rust code
- compare performance of generic rust functions
- run benchmarks in CI
- find an alternative to criterion.rs
- profile thread contention in rust
When to choose
- you want a simpler, faster benchmarking API than Criterion
- you need allocation and throughput metrics out of the box
- you benchmark generic functions with multiple parameter cases
- you want quick benchmark runs suitable for CI
When to avoid
- you need Criterion's mature statistical analysis and HTML reports
- you are not working in Rust
- you need flamegraph-style CPU profiling rather than benchmarking
Facets
library · maturity active
benchmarking developer-tools developer-tools performance programming-languages rust cli cross-platform rust-benchmarking criterion-alternative allocation-profiling cargo-bench statistics
4 sources
- readme: https://github.com/nvzqz/divan · fetched 2026-08-28 · 71fb4cf74731
- homepage: https://nikolaivazquez.com/blog/divan/ · fetched 2026-08-29 · 4a4c88dad682
- site_page: https://nikolaivazquez.com/about · fetched 2026-08-29 · e66f185e1025
- registry_crates: https://crates.io/api/v1/crates/divan · fetched 2026-08-29 · d5e1457b2f1a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nvzqz/divan | main | 70 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem