ソースを参照

lower samples

narodnik 6 年 前
コミット
fde6105329
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/mimc.rs

+ 1 - 1
src/mimc.rs

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