Benchmarks: change the number of public keys

This commit is contained in:
aniampio
2022-08-31 12:51:04 +03:00
parent 3a152366d2
commit 4886312e43
2 changed files with 2 additions and 2 deletions
@@ -160,7 +160,7 @@ fn bench_compact_ecash(c: &mut Criterion) {
threshold_p: 0.7,
L: 100,
spend_vv: 1,
case_nr_pub_keys: 50,
case_nr_pub_keys: 99,
};
let params = setup(case.L);
@@ -157,7 +157,7 @@ fn bench_divisible_ecash(c: &mut Criterion) {
threshold_p: 0.7,
L: 100,
spend_vv: 10,
case_nr_pub_keys: 50,
case_nr_pub_keys: 99,
};
// SETUP PHASE