mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-03 05:33:06 +00:00
47 lines
927 B
JSON
47 lines
927 B
JSON
{
|
|
"network_settings": {
|
|
"network_behaviors": {
|
|
"north america:north america": "10ms",
|
|
"north america:europe": "150ms",
|
|
"north america:asia": "250ms",
|
|
"europe:europe": "10ms",
|
|
"europe:asia": "200ms",
|
|
"europe:north america": "150ms",
|
|
"asia:north america": "250ms",
|
|
"asia:europe": "200ms",
|
|
"asia:asia": "10ms"
|
|
},
|
|
"regions": {
|
|
"north america": 0.4,
|
|
"europe": 0.4,
|
|
"asia": 0.3
|
|
}
|
|
},
|
|
"overlay_settings": {},
|
|
"node_settings": {
|
|
"network_capacity_kbps": 10000024,
|
|
"timeout": "10000ms"
|
|
},
|
|
"step_time": "100ms",
|
|
"runner_settings": "Sync",
|
|
"stream_settings": {
|
|
"path": "output/100_3_33_1_view_1.json",
|
|
"format": "csv"
|
|
},
|
|
"node_count": 100,
|
|
"views_count": 10,
|
|
"leaders_count": 1,
|
|
"seed": 0,
|
|
"wards": [
|
|
{"max_view": 1},
|
|
{
|
|
"stalled_view": {
|
|
"consecutive_viewed_checkpoint": null,
|
|
"criterion": 0,
|
|
"threshold": 100
|
|
}
|
|
}
|
|
],
|
|
"record_settings": {}
|
|
}
|