mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 10:48:00 +00:00
d21bfd7ac5
* Benchmarks script improvements * EOF --------- Co-authored-by: parity-processbot <>
18 lines
701 B
Bash
Executable File
18 lines
701 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
target=${1:-production}
|
|
steps=${2:-50}
|
|
repeat=${3:-20}
|
|
|
|
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
${__dir}/benchmarks-ci.sh collectives collectives-polkadot target/$target $steps $repeat
|
|
|
|
${__dir}/benchmarks-ci.sh assets statemine target/$target $steps $repeat
|
|
${__dir}/benchmarks-ci.sh assets statemint target/$target $steps $repeat
|
|
${__dir}/benchmarks-ci.sh assets westmint target/$target $steps $repeat
|
|
|
|
${__dir}/benchmarks-ci.sh bridge-hubs bridge-hub-polkadot target/$target $steps $repeat
|
|
${__dir}/benchmarks-ci.sh bridge-hubs bridge-hub-kusama target/$target $steps $repeat
|
|
${__dir}/benchmarks-ci.sh bridge-hubs bridge-hub-rococo target/$target $steps $repeat
|