modfiy benches a bit

This commit is contained in:
Janmajaya Mall
2024-06-11 14:28:35 +05:30
parent 590a222c92
commit a4a8e8930c
4 changed files with 7 additions and 7 deletions

View File

@@ -103,9 +103,9 @@ mod test {
// let mut stats = Stats::new();
for _ in 0..1000 {
let now = std::time::Instant::now();
// let now = std::time::Instant::now();
let c_out = evaluator.xor(&c_m0, &c_m1, &runtime_server_key);
println!("Gate time: {:?}", now.elapsed());
// println!("Gate time: {:?}", now.elapsed());
// mp decrypt
let decryption_shares = cks