mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
Remove system parachains Polkadot and Kusama runtimes (#1737)
Since the Polkadot and Kusama runtimes are no longer in the repo, the relevant systems parachains runtimes also need to be removed. More context [here](https://github.com/paritytech/polkadot-sdk/issues/603) and [here](https://github.com/paritytech/polkadot-sdk/pull/1731). Removes the following: - `asset-hub-kusama` and `asset-hub-polkadot` - `bridge-hub-kusama` and `bridge-hub-polkadot` - `collectives-polkadot` - `glutton-kusama` Partially solves #603 and adds to #1731.
This commit is contained in:
@@ -6,16 +6,7 @@ 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 collectives collectives-westend target/$target $steps $repeat
|
||||
|
||||
${__dir}/benchmarks-ci.sh assets asset-hub-kusama target/$target $steps $repeat
|
||||
${__dir}/benchmarks-ci.sh assets asset-hub-polkadot target/$target $steps $repeat
|
||||
${__dir}/benchmarks-ci.sh assets asset-hub-westend 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
|
||||
|
||||
${__dir}/benchmarks-ci.sh glutton glutton-kusama target/$target $steps $repeat
|
||||
${__dir}/benchmarks-ci.sh glutton glutton-westend target/$target $steps $repeat
|
||||
|
||||
Reference in New Issue
Block a user