cargo-codspeed
A cargo subcommand to benchmark your Rust code with CodSpeed integration.
Compatibility layers
divan (recommended)
The compatibility layer for divan, the recommended benchmarking framework for
Rust.
criterion.rs
The compatibility layer for criterion.rs.
bencher (libtest)
The compatibility layer for bencher.