From cdb02f814e04fab929bb34ec59da791127993fe9 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 28 Nov 2024 16:52:27 -0300 Subject: [PATCH] add local experiment config --- experiments-local.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 experiments-local.yaml diff --git a/experiments-local.yaml b/experiments-local.yaml new file mode 100644 index 0000000..f6c9321 --- /dev/null +++ b/experiments-local.yaml @@ -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 ]