A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing!).
# Cargo.toml
[dependencies]
bencher = "0.1.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define and run a benchmark using the bencher crate.
Replace bencher's missing black_box with std::hint::black_box.
No dependency data recorded yet.