Decrease number of maximum iterations again

master
Trivernis 4 years ago
parent 18c2919203
commit 86026536ef

@ -1,6 +1,6 @@
[package]
name = "benchlib-rs"
version = "0.1.1"
version = "0.1.2"
authors = ["Trivernis <trivernis@gmail.com>"]
edition = "2018"
license-file = "LICENSE"

@ -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 {

Loading…
Cancel
Save