-
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 #936
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
…llet_collective-once-benchmarks-are-fixed-for-external-pallets
…llet_collective-once-benchmarks-are-fixed-for-external-pallets
…llet_collective-once-benchmarks-are-fixed-for-external-pallets
…tive-once-benchmarks-are-fixed-for-external-pallets' of https://github.com/LibertyDSNP/frequency into 706-run-benchmarks-and-update-weights-for-pallet_collective-once-benchmarks-are-fixed-for-external-pallets
Codecov Report
@@ Coverage Diff @@
## main #936 +/- ##
=======================================
Coverage 84.47% 84.47%
=======================================
Files 17 17
Lines 805 805
=======================================
Hits 680 680
Misses 125 125 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…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.
I think you still need to run the benchmarks on Jenkins to get the pallet_collective weights updated, no?
@wilwade said that I didn't have to run them again. But I could if you see a problem. |
…llet_collective-once-benchmarks-are-fixed-for-external-pallets
Goal
The goal of this PR is enable benchmarks for the collective pallet
Closes #706