pbench
Percentile-focused benchmarking for Rust. Reports p50/p95/p99/p99.9/p99.99 instead of just min/max/median/mean.
Built from scratch, heavily inspired by divan's architecture.
NOTE: Currently only supports single-threaded benches. Working on this for my masstree project, so I will eventually add multi-thread support.
Quick Start
Check the pbench/benches/ in repo.
use Bencher;
License
MIT