mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-17 12:33:09 +00:00
add default configs to bulk_run
This commit is contained in:
parent
2cf26f202b
commit
4e9420d36a
@ -22,6 +22,13 @@ def bulk_run():
|
||||
|
||||
results = []
|
||||
|
||||
config.simulation.running_time = 30
|
||||
config.mixnet.payload_size = 320
|
||||
config.mixnet.real_message_prob = 0.01
|
||||
config.mixnet.real_message_prob_weights = []
|
||||
config.mixnet.max_message_prep_time = 0
|
||||
config.mixnet.max_mix_delay = 0
|
||||
|
||||
for num_nodes in NUM_NODES_SET:
|
||||
config.mixnet.num_nodes = num_nodes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user