Skip to content

Commit

Permalink
Increase the sample size
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jul 16, 2020
1 parent 2c48357 commit 87365dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/speed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mod configuration;

use rand::seq::SliceRandom;

const SAMPLES: usize = 2;
const SAMPLES: usize = 100;

fn main() -> std::io::Result<()> {
let root = configuration::root();
Expand Down

0 comments on commit 87365dc

Please sign in to comment.