mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-01-27 11:25:00 +00:00
35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
YAML
experiment:
|
|
networkSize: 10
|
|
fileSize: "100MB"
|
|
seeders: 4
|
|
seederSets: 4
|
|
repetitions: 10
|
|
|
|
# Experiments are ran as part of groups which may entail several invocations for this Helm chart.
|
|
# We therefore identify both the experiment within a group, and the group itself.
|
|
|
|
# Identifies the experiment within the group. If left empty, defaults to the release name.
|
|
id: ""
|
|
# Identifies the experiment group. Needs to be defined by the user.
|
|
groupId: ""
|
|
|
|
# If set to false, does not deploy a test runner (useful if you just want the network).
|
|
testRunner: true
|
|
|
|
deployment:
|
|
appName: ""
|
|
|
|
# If false, Deluge nodes will not be allowed to run on the same node.
|
|
allowColocation: true
|
|
|
|
# Disables pulling of images and uses :minikube tag for the test runner and agents.
|
|
minikubeEnv: false
|
|
|
|
# Labels for setting Deluge, tracker, and experiment runner node affinity towards pools.
|
|
# Example:
|
|
# delugeNodePool:
|
|
# workload: benchmarks
|
|
delugeNodePool: {}
|
|
trackerNodePool: {}
|
|
runnerNodePool: {}
|