From e6bcfb697c8a992b60749a9ebf94c6bace8da7f9 Mon Sep 17 00:00:00 2001 From: aniampio Date: Mon, 9 Jan 2023 14:11:49 +0000 Subject: [PATCH] Increase benchmark duration --- common/nymcoconut/benches/benchmarks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nymcoconut/benches/benchmarks.rs b/common/nymcoconut/benches/benchmarks.rs index f9cd7d3495..e53c8f378f 100644 --- a/common/nymcoconut/benches/benchmarks.rs +++ b/common/nymcoconut/benches/benchmarks.rs @@ -173,7 +173,7 @@ impl BenchCase { fn bench_coconut(c: &mut Criterion) { let mut group = c.benchmark_group("benchmark-coconut"); - group.measurement_time(Duration::from_secs(100)); + group.measurement_time(Duration::from_secs(1000)); let case = BenchCase { num_authorities: 100, threshold_p: 0.7,