Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant