research/waku_scalability/config.json

20 lines
363 B
JSON
Raw Normal View History

2023-07-18 17:20:38 +00:00
{
"config": {
"prng_seed": 1,
"output_dir": "network_data",
"benchmark": "False",
"networks" : {
"net-0": {
"num_nodes": 5,
"fanout": 3,
"network_type": "newmanwattsstrogatz"
},
"net-0": {
"num_nodes": 5,
"fanout": 3,
"network_type": "newmanwattsstrogatz"
}
}
}
}