Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

bench all networks by pallet name #262

Closed
Tracked by #209
mordamax opened this issue Jan 20, 2024 · 1 comment · Fixed by paritytech/command-bot-scripts#66
Closed
Tracked by #209

bench all networks by pallet name #262

mordamax opened this issue Jan 20, 2024 · 1 comment · Fixed by paritytech/command-bot-scripts#66
Assignees

Comments

@mordamax
Copy link
Contributor

mordamax commented Jan 20, 2024

Ref: paritytech/polkadot-sdk#3001 (comment)

bot bench cumulus-collectives --pallet=pallet_balances
bot bench cumulus-bridge-hubs --runtime=bridge-hub-rococo --pallet=pallet_balances
bot bench cumulus-bridge-hubs --runtime=bridge-hub-westend --pallet=pallet_balances
bot bench cumulus-assets --runtime=asset-hub-westend --pallet=pallet_balances
bot bench cumulus-assets --runtime=asset-hub-rococo --pallet=pallet_balances
bot bench cumulus-coretime --runtime=coretime-rococo --pallet=pallet_balances
bot bench cumulus-coretime --runtime=coretime-westend --pallet=pallet_balances
bot bench polkadot-pallet --runtime=westend --pallet=pallet_balances

it could probably automatically detect where everywhere the is a pallet_balances*.rs weight file and then recommend a command, otherwise looking for them all manually is slightly annoying 😅

@mordamax
Copy link
Contributor Author

a new command is bot bench-all pallet --pallet="pallet_name"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant