Skip to content

Commit

Permalink
Add missing 'precision' argument in the output_covdir call in the ben…
Browse files Browse the repository at this point in the history
…chmarks

Fixes #1127, regression from aca8828
  • Loading branch information
marco-c committed Oct 29, 2023
1 parent 58b6544 commit cc77ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fn bench_output_covdir(b: &mut Bencher) {
black_box(output_covdir(
&generate_cov_result_iter(),
Some(&dir.path().join("temp")),
2,
));
});
}
Expand Down

0 comments on commit cc77ce3

Please sign in to comment.