-
Notifications
You must be signed in to change notification settings - Fork 9
/
rfcBBL102.toml
40 lines (34 loc) · 1.01 KB
/
rfcBBL102.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = "rfcBBL102"
author = "@adlrocha"
[global]
plan = "testbed"
case = "transfer"
builder = "docker:go"
runner = "local:docker"
total_instances = 30
[[groups]]
id = "nodes"
instances = { count = 30 }
[groups.build]
skip_runtime_image = "true"
dependencies = [
{ module = "github.com/ipfs/go-bitswap", target="github.com/adlrocha/go-bitswap", version = "c40f2c5613e47bcff700eb154e6c0e0120e2f6d2"}
]
[groups.run]
[groups.run.test_params]
input_data = "files"
data_dir = "../extra/test-datasets"
run_timeout_secs = "900"
timeout_secs = "2000"
run_count = "3"
leech_count= "15"
passive_count = "10"
max_connection_rate = "100"
# input_data = "random"
# file_size = "10000000,30000000,50000000"
latency_ms= "100"
bandwidth_mb= "100"
enable_tcp= "false"
enable_dht= "false"
dialer = "sparse"