mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Fix for poeple-* benchmarks command + added them to CI (#3146)
Found it when trying to run: ``` bot bench-all pallet --pallet=pallet_balances ``` https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5081585 ## TODO - [x] check/fix command bot for `people-westend-dev` / `people-rococo-dev` https://github.com/paritytech/command-bot-scripts/pull/67
This commit is contained in:
@@ -84,6 +84,16 @@ short-benchmark-coretime-westend:
|
||||
variables:
|
||||
RUNTIME_CHAIN: coretime-westend-dev
|
||||
|
||||
short-benchmark-people-rococo:
|
||||
<<: *short-bench-cumulus
|
||||
variables:
|
||||
RUNTIME_CHAIN: people-rococo-dev
|
||||
|
||||
short-benchmark-people-westend:
|
||||
<<: *short-bench-cumulus
|
||||
variables:
|
||||
RUNTIME_CHAIN: people-westend-dev
|
||||
|
||||
short-benchmark-glutton-westend:
|
||||
<<: *short-bench-cumulus
|
||||
variables:
|
||||
|
||||
Reference in New Issue
Block a user