From 84f3e2d4bb28a770978fdcfa1ee40c33c0a717a0 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:48:45 +0900 Subject: [PATCH] adjust params --- mixnet/ordering/src/paramset.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixnet/ordering/src/paramset.rs b/mixnet/ordering/src/paramset.rs index e71f0d9..3c81820 100644 --- a/mixnet/ordering/src/paramset.rs +++ b/mixnet/ordering/src/paramset.rs @@ -331,7 +331,7 @@ impl ParamSet { let mut paramsets: Vec = Vec::new(); match exp_id { ExperimentId::Experiment6 => { - for num_mixes in [100] { + for num_mixes in [1000, 10000, 100000] { for peering_degree in [10, 9, 8, 7, 6, 5, 4, 3] { for transmission_rate in [100, 50, 10] { for mix_data_msg_prob in [0.01] {