kubo/testplans/bitswap/_compositions/small-docker.toml
Cory Schwartz 84291d172a
add testground plans to bitswap on CI
- Add a basic testground plan for bitswap
   - Showcases how to emit regressions stats from a testplan
- Add CI plumbing to run testplans on push
As a result of this PR, also:
- Created the ipfs/go-ipfs-regressions repo, which defines stats structures for the output of testplans and the input to regression analysis and tests
2021-09-29 13:22:33 -07:00

31 lines
519 B
TOML

[metadata]
name = "bitswap-local-speed-test"
[global]
plan = "bitswap"
case = "speed-test"
total_instances = 2
builder = "docker:go"
runner = "local:docker"
[global.build_config]
push_registry=false
[global.run.test_params]
size = "1MB"
count = "1000"
[[groups]]
id = "providers"
instances = { count = 1 }
[groups.resources]
memory = "4096Mi"
cpu = "1000m"
[[groups]]
id = "requestors"
instances = { count = 1 }
[groups.resources]
memory = "4096Mi"
cpu = "1000m"