From a25fcc2431b3db81f1de69f0260126a2b1ab245d Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:21:18 +0900 Subject: [PATCH] adjust params --- mixnet/ordering/src/paramset.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mixnet/ordering/src/paramset.rs b/mixnet/ordering/src/paramset.rs index c1c44e0..e71f0d9 100644 --- a/mixnet/ordering/src/paramset.rs +++ b/mixnet/ordering/src/paramset.rs @@ -331,9 +331,9 @@ impl ParamSet { let mut paramsets: Vec = Vec::new(); match exp_id { ExperimentId::Experiment6 => { - for num_mixes in [32] { - for peering_degree in [10, 9, 8, 7, 6, 5, 4, 3, 2] { - for transmission_rate in [1000, 500, 100, 50, 10, 1] { + for num_mixes in [100] { + 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] { let paramset = ParamSet { id,