-
Notifications
You must be signed in to change notification settings - Fork 19
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
706 run benchmarks and update weights for pallet collective once benchmarks are fixed for external pallets #923
Conversation
Added constant CouncilMaxMembers for maximum number of council members. Increase max number of tech committee members from 3 to 10 to fix benchmarking.
Added pallet_collective to benchmarks now that it is working.
…llet_collective-once-benchmarks-are-fixed-for-external-pallets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Nice! We got these in.
LGTM, I would double-check that those are still the config values we want. |
…llet_collective-once-benchmarks-are-fixed-for-external-pallets
Codecov Report
@@ Coverage Diff @@
## main #923 +/- ##
=======================================
Coverage 84.19% 84.19%
=======================================
Files 17 17
Lines 797 797
=======================================
Hits 671 671
Misses 126 126 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏋️♂️
…llet_collective-once-benchmarks-are-fixed-for-external-pallets
…hmarks are fixed for external pallets (#923) The goal of this PR is to enable the benchmarks for the collective pallet. Closes #706 Co-authored-by: Jenkins <[email protected]>
…hmarks are fixed for external pallets (#923) The goal of this PR is to enable the benchmarks for the collective pallet. Closes #706 Co-authored-by: Jenkins <[email protected]>
Goal
The goal of this PR is to enable the benchmarks for the collective pallet.
Closes #706