From: Huck Boles Date: Thu, 1 Jun 2023 18:07:12 +0000 (-0500) Subject: updated: bench function description X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=5176dc914b210abe5d5a66825426f831d5bcae5a;p=metaforge.git updated: bench function description --- diff --git a/benches/parallel.rs b/benches/parallel.rs index b31ed61..9e7a694 100644 --- a/benches/parallel.rs +++ b/benches/parallel.rs @@ -13,7 +13,7 @@ pub fn parallel_build_dir(c: &mut Criterion) { opts.clean = true; opts.parallel = true; - c.bench_function("build dir", |b| { + c.bench_function("parallel build", |b| { if opts.build.exists() { std::fs::remove_dir_all(&opts.build).expect("clean build dir"); }