-
Notifications
You must be signed in to change notification settings - Fork 379
[benchmarks] Update weights for assets #1784
[benchmarks] Update weights for assets #1784
Conversation
Whoever maintains this could add a link to https://weights.tasty.limo/compare-mr?repo=cumulus in the description. Specific link for this MR (will expire once the branch is deleted). |
.saturating_add(T::DbWeight::get().reads(10505 as u64)) | ||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(c as u64))) | ||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64))) | ||
.saturating_add(T::DbWeight::get().writes(10502 as u64)) |
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.
odd change?
.saturating_add(Weight::from_ref_time(10_684_701 as u64).saturating_mul(c as u64)) | ||
// Standard Error: 138_450 | ||
.saturating_add(Weight::from_ref_time(11_056_248 as u64).saturating_mul(s as u64)) | ||
.saturating_add(T::DbWeight::get().reads(10505 as u64)) |
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.
odd change?
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.
@EgorPopelyaev
The numbers for destroy are wrong, and I do not see any changes for destroy itself and its benches between 9300 and prev version.
Probably we need to rerun.
@ggwpez have you seen anything like this?
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.
Fuck, this is also happens when updating Substrate. Hopefully fixed by paritytech/substrate#12482, I am investigating.
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.
Okay it is merged in Substrate.
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.
There some big jumps from 0 to billion values
.saturating_add(Weight::from_ref_time(1_727_000 as u64).saturating_mul(m as u64)) | ||
// Standard Error: 13_000 | ||
.saturating_add(Weight::from_ref_time(1_664_000 as u64).saturating_mul(a as u64)) | ||
Weight::from_ref_time(2_473_812_000 as u64) |
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.
0 -> 71_841_919_000
.saturating_add(Weight::from_ref_time(1_703_000 as u64).saturating_mul(m as u64)) | ||
// Standard Error: 14_000 | ||
.saturating_add(Weight::from_ref_time(1_599_000 as u64).saturating_mul(a as u64)) | ||
Weight::from_ref_time(2_476_377_000 as u64) |
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.
0 -> 2_476_377_000
.saturating_add(T::DbWeight::get().writes((2 as u64).saturating_mul(s as u64))) | ||
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(a as u64))) | ||
fn destroy(c: u32, s: u32, _a: u32, ) -> Weight { | ||
Weight::from_ref_time(75_026_861_000 as u64) |
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.
0 -> 75_026_861_000
.saturating_add(Weight::from_ref_time(1_796_000 as u64).saturating_mul(m as u64)) | ||
// Standard Error: 13_000 | ||
.saturating_add(Weight::from_ref_time(1_646_000 as u64).saturating_mul(a as u64)) | ||
Weight::from_ref_time(2_475_972_000 as u64) |
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.
0 -> 2_475_972_000
/cmd queue -c bench-bot $ runtime statemint-dev pallet_assets::destroy |
@muharem https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/1972148 was started for your command Comment |
@muharem Command |
/cmd queue -c bench-bot $ pallet statemint-dev pallet_assets::destroy |
@muharem https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/1972150 was started for your command Comment |
@muharem Command |
/cmd queue -c bench-bot $ pallet statemint-dev pallet_assets |
@muharem https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/1972175 was started for your command Comment |
@muharem Command |
This PR is generated automatically by CI. (Once merged please backport to master and node release branch.)