From 7ad8825e9a88abfeab9a508241a7ea2c05cc42bb Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:37:52 +0900 Subject: [PATCH] decrease G --- 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 f07dc99..85f8c23 100644 --- a/mixnet/ordering/src/paramset.rs +++ b/mixnet/ordering/src/paramset.rs @@ -350,7 +350,7 @@ impl ParamSet { let mut paramsets: Vec = Vec::new(); match exp_id { ExperimentId::Experiment7 => { - for num_mixes in [100, 1000, 10000] { + for num_mixes in [20, 40, 60, 80] { for peering_degree in [12, 10, 8, 6, 4] { for transmission_rate in [1.0, 1.5, 2.0] { for mix_data_msg_interval in [1.0, 2.0, 4.0, 6.0, 8.0, 10.0, 12.0, 14.0]