From 4886312e435c2f67f7903d8f36e925059c28b8cb Mon Sep 17 00:00:00 2001 From: aniampio Date: Wed, 31 Aug 2022 12:51:04 +0300 Subject: [PATCH] Benchmarks: change the number of public keys --- common/nym_offline_compact_ecash/benches/benchmarks.rs | 2 +- common/nym_offline_divisible_ecash/benches/benchmarks.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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