1
0
mirror of synced 2025-01-28 16:35:27 +00:00
Al Liu 9afd6c007c
Simulation conf polish (#181)
* polish Duration ser/deser and support step_time in conf file
2023-06-15 17:42:42 +08:00

33 lines
692 B
JSON

{
"network_settings": {
"network_behaviors": {
"north america:north america": "1s",
"north america:europe": "1s",
"north america:asia": "1s",
"europe:europe": "1s",
"europe:asia": "1s",
"europe:north america": "1s",
"asia:north america": "1s",
"asia:europe": "1s",
"asia:asia": "1s"
},
"regions": {
"north america": 0.4,
"europe": 0.4,
"asia": 0.3
}
},
"overlay_settings": "Flat",
"node_settings": {
"seed": 0,
"timeout": "1000ms"
},
"runner_settings": "Sync",
"stream_settings": {
"format": "json"
},
"node_count": 3,
"views_count": 3,
"leaders_count": 1,
"seed": 0
}