Skip to main content

compare_performance

Function compare_performance 

Source
pub fn compare_performance<F1, F2>(label1: &str, f1: F1, label2: &str, f2: F2)
where F1: FnOnce(), F2: FnOnce(),
Expand description

Utility to compare performance of different approaches Utility to compare performance of different approaches