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