Skip to content

Commit

Permalink
Update benches/rust/poker.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Mabileau <[email protected]>
  • Loading branch information
francescoalemanno and PaulDance authored Mar 8, 2021
1 parent afa2e03 commit 10fca38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions benches/rust/poker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ fn simple_bench_poker(b: &mut Bencher) {
];

b.iter(|| {
if let Some(_) = winning_hands(&hands) {} else {
panic!("bad");
}
winning_hands(&hands).unwrap();
});
}

0 comments on commit 10fca38

Please sign in to comment.