research/waku_scalability/batch.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2023-07-18 17:20:38 +00:00
{
2023-07-20 09:58:44 +00:00
"batch": {
2023-07-18 17:20:38 +00:00
"prng_seed": 1,
2023-07-20 06:31:37 +00:00
"output_dir": "analysis_output",
2023-07-23 15:10:17 +00:00
"benchmark": false,
"explore": false,
2023-08-03 18:02:01 +00:00
"per_node": true,
2023-12-06 05:22:20 +00:00
"cases" : ["case1", "case2point1"],
2023-07-20 06:31:37 +00:00
"runs" : {
"run-0": {
2023-12-06 05:22:20 +00:00
"num_nodes" : 5,
2023-07-20 06:31:37 +00:00
"fanout" : 6,
"network_type" : "regular",
2023-12-06 05:22:20 +00:00
"messages" : { "topic1" : {"size" : 0.0007153, "msgpsec" : 100}},
2023-07-20 06:31:37 +00:00
"per_hop_delay" : 100,
"gossip_msg_size" : 0.002,
"gossip_window_size" : 3,
"gossip2reply_ratio" : 0.01,
"nodes_per_shard" : 10000,
2023-12-06 05:22:20 +00:00
"shards_per_node" : 3
2023-07-18 17:20:38 +00:00
},
2023-07-20 06:31:37 +00:00
"run-1": {
2023-12-06 05:22:20 +00:00
"num_nodes" : 50,
"fanout" : 7,
2023-07-20 06:31:37 +00:00
"network_type" : "regular",
2023-12-06 05:22:20 +00:00
"messages" : { "topic1" : {"size" : 0.0007153, "msgpsec" : 100}},
2023-07-20 06:31:37 +00:00
"per_hop_delay" : 100,
"gossip_msg_size" : 0.002,
"gossip_window_size" : 3,
"gossip2reply_ratio" : 0.01,
"nodes_per_shard" : 10000,
2023-12-06 05:22:20 +00:00
"shards_per_node" : 3
2023-07-20 06:38:32 +00:00
},
2023-07-20 06:31:37 +00:00
"run-2": {
"num_nodes" : 100,
2023-12-06 05:22:20 +00:00
"fanout" : 8
2023-07-18 17:20:38 +00:00
}
}
}
}