diff --git a/common/nym_offline_compact_ecash/benches/benchmarks.rs b/common/nym_offline_compact_ecash/benches/benchmarks.rs index 974e79d847..ba1b8dd022 100644 --- a/common/nym_offline_compact_ecash/benches/benchmarks.rs +++ b/common/nym_offline_compact_ecash/benches/benchmarks.rs @@ -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); diff --git a/common/nym_offline_divisible_ecash/benches/benchmarks.rs b/common/nym_offline_divisible_ecash/benches/benchmarks.rs index 1fd436ca2d..a2c4148974 100644 --- a/common/nym_offline_divisible_ecash/benches/benchmarks.rs +++ b/common/nym_offline_divisible_ecash/benches/benchmarks.rs @@ -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