Browse Source

lower samples

narodnik 6 years ago
parent
commit
fde6105329
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mimc.rs

+ 1 - 1
src/mimc.rs

@@ -172,7 +172,7 @@ fn main() {
     println!("Creating proofs...");
     println!("Creating proofs...");
 
 
     // Let's benchmark stuff!
     // Let's benchmark stuff!
-    const SAMPLES: u32 = 50;
+    const SAMPLES: u32 = 10;
     let mut total_proving = Duration::new(0, 0);
     let mut total_proving = Duration::new(0, 0);
     let mut total_verifying = Duration::new(0, 0);
     let mut total_verifying = Duration::new(0, 0);