Standalone loadtesting tool for Muse dev/test-nets.
- Create and fill the
config.toml
file per the source.fee_signer_pk
must be set to the secret ofmarketplace.fee_signer
.- Make sure
users_count
is at least twice as big assenders_count
. - A value for
batch_size
that reliably works without hitting weight/proof size limit is1000
.
- Set the
CONFIG_PATH
environment variable with the path to the config file. - Run
cargo run --release
or the compiled binary directly.