mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
- 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
31 lines
519 B
TOML
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"
|