2020-06-30 11:07:00 +00:00
|
|
|
[metadata]
|
|
|
|
name = "lotus-soup"
|
|
|
|
author = ""
|
|
|
|
|
|
|
|
[global]
|
|
|
|
plan = "lotus-soup"
|
2020-07-10 11:48:52 +00:00
|
|
|
case = "deals-stress"
|
2020-06-30 11:07:00 +00:00
|
|
|
total_instances = 6
|
|
|
|
builder = "docker:go"
|
|
|
|
runner = "local:docker"
|
|
|
|
|
2020-07-02 15:38:57 +00:00
|
|
|
[global.build]
|
|
|
|
selectors = ["testground"]
|
|
|
|
|
2020-07-03 09:54:09 +00:00
|
|
|
[global.run_config]
|
2020-07-08 12:50:07 +00:00
|
|
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
|
|
|
|
|
|
|
[global.build_config]
|
|
|
|
enable_go_build_cache = true
|
2020-07-03 09:54:09 +00:00
|
|
|
|
2020-06-30 11:07:00 +00:00
|
|
|
[global.run.test_params]
|
|
|
|
clients = "3"
|
|
|
|
miners = "2"
|
|
|
|
genesis_timestamp_offset = "100000"
|
2020-07-09 13:57:18 +00:00
|
|
|
balance = "20000000" # These balances will work for maximum 100 nodes, as TotalFilecoin is 2B
|
2020-06-30 11:07:00 +00:00
|
|
|
sectors = "1000"
|
|
|
|
random_beacon_type = "mock"
|
|
|
|
|
|
|
|
[[groups]]
|
|
|
|
id = "bootstrapper"
|
|
|
|
[groups.instances]
|
|
|
|
count = 1
|
|
|
|
percentage = 0.0
|
|
|
|
[groups.run]
|
|
|
|
[groups.run.test_params]
|
|
|
|
role = "bootstrapper"
|
|
|
|
|
|
|
|
[[groups]]
|
|
|
|
id = "miners"
|
|
|
|
[groups.instances]
|
|
|
|
count = 2
|
|
|
|
percentage = 0.0
|
|
|
|
[groups.run]
|
|
|
|
[groups.run.test_params]
|
|
|
|
role = "miner"
|
|
|
|
|
|
|
|
[[groups]]
|
|
|
|
id = "clients"
|
|
|
|
[groups.instances]
|
|
|
|
count = 3
|
|
|
|
percentage = 0.0
|
|
|
|
[groups.run]
|
|
|
|
[groups.run.test_params]
|
|
|
|
role = "client"
|
|
|
|
deals = "300"
|
|
|
|
deal_mode = "serial"
|