bench_diff 1.1.0

Reliably compare the latencies of two functions/closures.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Core [`bench_diff`] functioality.

mod diff_out;
pub use diff_out::*;

mod bench_diff;
pub use bench_diff::*;

mod summary_stats;
pub use summary_stats::*;