Crates continued to grow in number, but most are still quite small and feature specific. This refactor consolidates them.
11 lines
173 B
TOML
11 lines
173 B
TOML
name = "Ring (10 nodes)"
|
|
topology = "ring"
|
|
num_nodes = 10
|
|
num_rounds = 15
|
|
ticks_per_round = 5
|
|
num_threads = 1
|
|
|
|
[initial_data]
|
|
color = "blue"
|
|
version = "1"
|
|
status = "active"
|