Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_bench/benches/
H A D05_ripgrep.rs13 c.bench_function("build_rg_with_short_help", |b| b.iter(app_short)); in build_rg_with_short_help()
21 let mut cmd = app_short(); in write_rg_short_help()
32 b.iter(|| app_short().get_matches_from(vec!["rg", "pat"])) in parse_rg()
39 app_short().get_matches_from(vec![ in parse_rg_with_complex()
59 app_short().get_matches_from(vec![ in parse_rg_with_lots()
272 fn app_short() -> Command { in app_short() functions

Completed in 2 milliseconds