-
Notifications
You must be signed in to change notification settings - Fork 103
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
Fix Encointer benchmarks #155
Comments
cc: @brenzi |
@brenzi are you working on this? |
Planned for next week |
@bkontur how did you run those benchmarks? How can I reproduce your error? |
I just follow this: https://github.com/polkadot-fellows/runtimes/blob/main/docs/weight-generation.md so basically just these steps:
|
thanks @bkontur, that worked nicely (need to build polkadot-parachain binary, not polkadot) |
closes #155 <!-- Remember that you can run `/merge` to enable auto-merge in the PR --> <!-- Remember to modify the changelog. If you don't need to modify it, you can check the following box. Instead, if you have already modified it, simply delete the following line. --> - [x] Does not require a CHANGELOG entry --------- Co-authored-by: Bastian Köcher <[email protected]>
this should've been closed by #177 |
I fixed one for
frame_system::set_code
here,but there are several others failing (probably easy to fix e.g. "attempt to divide by zero"):
The text was updated successfully, but these errors were encountered: