Skip to content

Commit

Permalink
Fix an error in benchmark show.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryDarkness committed Oct 10, 2024
1 parent b7fd9cd commit 1dd6971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/show.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn many_integers(c: &mut Criterion) {
-0x80000000..-0x7fff0000,
0x70000000..0x70010000,
];
let s = unwrap!(std::fs::read_to_string("benches/integers.txt"));
let s = unwrap!(std::fs::read_to_string("benches/long.txt"));
c.bench_function("default_separator", |b| {
b.iter(|| {
let mut buf = Vec::new();
Expand Down

0 comments on commit 1dd6971

Please sign in to comment.