[][src]Function zkp_criterion_utils::log_thread_bench

pub fn log_thread_bench<F>(crit: &mut Criterion, id: &str, size: usize, f: F) where
    F: FnMut(&mut Bencher) + 'static + Send

Benchmark over the number of threads.

Produces a log-log plot.

The size argument is for througput computations.