diff --git a/examples/performance_model.rs b/examples/performance_model.rs index 36d5c11a..4b900fc2 100644 --- a/examples/performance_model.rs +++ b/examples/performance_model.rs @@ -227,6 +227,9 @@ fn main() { // Initialize the proving key let pk = keygen(¶ms, &empty_circuit).expect("keygen should not fail"); + println!("[Keygen] {}", recorder); + recorder.clear(); + let circuit: MyCircuit = MyCircuit { a: Some(Fp::random()), k,