-
Notifications
You must be signed in to change notification settings - Fork 335
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
use state_version 1 when running benchmarks #3006
base: master
Are you sure you want to change the base?
Conversation
WASM runtime size check:Compared to target branchMoonbase runtime: 2260 KB (no changes) ✅ Moonbeam runtime: 2228 KB (no changes) ✅ Moonriver runtime: 2232 KB (no changes) ✅ Compared to latest release (runtime-3300)Moonbase runtime: 2260 KB (+232 KB compared to latest release) Moonbeam runtime: 2228 KB (+232 KB compared to latest release) Moonriver runtime: 2232 KB (+240 KB compared to latest release) |
Will the migration be done by the next release? We want to make sure that the state trie migration is fully done before switching the benchmarks |
That is the intention, didn't you try it? |
Coverage Report@@ Coverage Diff @@
## master rq/use-state_version_1-in-benches +/- ##
====================================================================
Coverage 79.06% 79.06% 0.00%
Files 305 305
Lines 88382 88382
====================================================================
Hits 69878 69878
Misses 18504 18504
|
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.
LGTM
What does it do?
With RT 3300, the state trie will be migrated to version 1. This means that weights in RT 3400 should be generated for a runtime with
state_version
set to 1.Migrations completed: