mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-13 11:36:28 +00:00
add local experiment config
This commit is contained in:
parent
d6c2085575
commit
cdb02f814e
19
experiments-local.yaml
Normal file
19
experiments-local.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
# You can use this configuration to run the experiments locally with the provided
|
||||
# Docker compose environment.
|
||||
deluge_experiment:
|
||||
seeders: 1
|
||||
tracker_announce_url: http://127.0.0.1:8000/announce
|
||||
file_size: 52428800
|
||||
repetitions: 3
|
||||
shared_volume_path: ${PWD}/volume
|
||||
|
||||
nodes:
|
||||
- address: localhost
|
||||
daemon_port: 6890
|
||||
listen_ports: [ 6891, 6892 ]
|
||||
- address: localhost
|
||||
daemon_port: 6893
|
||||
listen_ports: [ 6894, 6895 ]
|
||||
- address: localhost
|
||||
daemon_port: 6896
|
||||
listen_ports: [ 6897, 6898 ]
|
Loading…
x
Reference in New Issue
Block a user