Home
last modified time | relevance | path

Searched refs:build_empty (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/clap/clap_bench/benches/
H A D01_default.rs4 pub fn build_empty(c: &mut Criterion) { in build_empty() functions
5 c.bench_function("build_empty", |b| b.iter(|| Command::new("claptests"))); in build_empty()
14 criterion_group!(benches, build_empty, parse_empty);

Completed in 1 milliseconds