diff --git a/waku_scalability/config.json b/waku_scalability/config.json new file mode 100644 index 0000000..ef7be88 --- /dev/null +++ b/waku_scalability/config.json @@ -0,0 +1,19 @@ +{ + "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" + } + } + } +}