-
Notifications
You must be signed in to change notification settings - Fork 9
/
baseline.toml
37 lines (32 loc) · 975 Bytes
/
baseline.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
[metadata]
name = "rfcBBL104 baseline"
author = "@adlrocha"
[global]
plan = "testbed"
case = "transfer"
builder = "docker:go"
runner = "local:docker"
total_instances = 30
[[groups]]
id = "nodes"
instances = { count = 30 }
[groups.build]
dependencies = [
{ module = "github.com/ipfs/go-bitswap", target="github.com/adlrocha/go-bitswap", version = "fad1a007cf9bc4f7e8e3f182a4645df60a88a9c6"}
]
[groups.run]
[groups.run.test_params]
input_data = "files"
data_dir = "../extra/test-datasets"
run_timeout_secs = "900"
timeout_secs = "2000"
run_count = "1"
leech_count= "29"
max_connection_rate = "100"
# input_data = "random"
# file_size = "10000000,30000000,50000000"
latency_ms= "100"
bandwidth_mb= "100"
enable_tcp= "false"
enable_dht= "false"
number_waves= "10"