Skip to content

Commit d26ab2b

Browse files
committed
fix: fixes the ripgrep benchmark by adding a value to a flag that expects it
1 parent 79c3639 commit d26ab2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/05_ripgrep.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn parse_complex(b: &mut Bencher) {
4343
app_short().get_matches_from(vec!["rg",
4444
"pat",
4545
"-cFlN",
46-
"-pqr",
46+
"-pqr=some",
4747
"--null",
4848
"--no-filename",
4949
"--no-messages",

0 commit comments

Comments
 (0)