diff --git a/Cargo.toml b/Cargo.toml index 2d8c348..8bb079e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benchlib-rs" -version = "0.1.0" +version = "0.1.1" authors = ["Trivernis "] edition = "2018" license-file = "LICENSE" diff --git a/src/benching.rs b/src/benching.rs index 380aff4..53fc9dd 100644 --- a/src/benching.rs +++ b/src/benching.rs @@ -127,7 +127,7 @@ pub struct Bencher { iterations: usize, } -const MAX_AUTO_ITERATIONS: usize = 1000; +const MAX_AUTO_ITERATIONS: usize = 1000000; impl Bencher { pub fn new() -> Self {