Increase benchmark duration

This commit is contained in:
aniampio
2023-01-09 14:11:49 +00:00
committed by durch
parent a70843b940
commit e6bcfb697c
+1 -1
View File
@@ -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,