swactor/crates/simulation-dashboard/examples/configs/star_7.toml
zacheryasc 402a106beb feat: distributed runtime (#30)
Major feature addition. For full details read `./docs/development_history/DISTRIBUTION.md`


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-12 09:13:50 +00:00

11 lines
169 B
TOML

name = "Star (7 nodes)"
topology = "star"
num_nodes = 7
num_rounds = 10
ticks_per_round = 4
num_threads = 1
[initial_data]
color = "red"
version = "2"
status = "ready"