|
@@ -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);
|
|
|
|
|
|