Skip to content

Commit

Permalink
fix bechmark
Browse files Browse the repository at this point in the history
Signed-off-by: qupeng <[email protected]>
  • Loading branch information
hicqu committed Oct 12, 2019
1 parent 3bb4a02 commit a718cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/suites/progress_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub fn bench_progress_set_remove(c: &mut Criterion) {
let set = quick_progress_set(voters, learners);
b.iter(|| {
let mut set = set.clone();
set.remove(3)
set.remove(3, 100)
});
}
};
Expand Down

0 comments on commit a718cb3

Please sign in to comment.