Skip to content

Commit

Permalink
fix: fixes the ripgrep benchmark by adding a value to a flag that exp…
Browse files Browse the repository at this point in the history
…ects it
  • Loading branch information
kbknapp committed Jan 9, 2018
1 parent 79c3639 commit d26ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/05_ripgrep.rs
Expand Up @@ -43,7 +43,7 @@ fn parse_complex(b: &mut Bencher) {
app_short().get_matches_from(vec!["rg",
"pat",
"-cFlN",
"-pqr",
"-pqr=some",
"--null",
"--no-filename",
"--no-messages",
Expand Down

0 comments on commit d26ab2b

Please sign in to comment.