From a531ccc3fc3c9fd1f779fb1b10b5fb7335ca3b66 Mon Sep 17 00:00:00 2001 From: 0xFugue <119708655+0xFugue@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:50:38 +0530 Subject: [PATCH] config.json --- waku_scalability/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 waku_scalability/config.json 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" + } + } + } +}