mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-01-10 11:25:42 +00:00
12 lines
361 B
YAML
12 lines
361 B
YAML
deluge_experiment:
|
|
seeders: ${SEEDERS}
|
|
tracker_announce_url: ${TRACKER_ANNOUNCE_URL}
|
|
file_size: ${FILE_SIZE}
|
|
repetitions: ${REPETITIONS}
|
|
shared_volume_path: ${SHARED_VOLUME_PATH}
|
|
|
|
nodes:
|
|
network_size: ${NETWORK_SIZE}
|
|
address: 'node-{node_index}.deluge.codexbenchmarks.svc.cluster.local'
|
|
daemon_port: 6890
|
|
listen_ports: [ 6891, 6892 ] |