Skip to content

Commit

Permalink
chore: Change the number of bootstrap samples to the default of 100,000.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apricot-S committed Sep 25, 2024
1 parent 12eaba9 commit de4c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use xiangting::common::{

const NUM_HAND: usize = 10_000_000;
const SAMPLE_SIZE: usize = 10_000;
const NUM_RESAMPLE: usize = 1_000;
const NUM_RESAMPLE: usize = 100_000;

fn xiangting_normal(c: &mut Criterion) {
let mut rng = create_rng();
Expand Down

0 comments on commit de4c5ce

Please sign in to comment.