-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
/cmd queue -c bench-bot $ pallet dev pallet_contracts |
@athei https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/1814227 was started for your command Comment |
@athei Command |
.saturating_add(T::DbWeight::get().reads(1 as u64)) | ||
.saturating_add(T::DbWeight::get().writes(3 as u64)) | ||
Weight::from_ref_time(37_011_000 as u64) | ||
.saturating_add(T::DbWeight::get().reads(2 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.
There are storage count changes, so the weights were definitely out-dated.
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.
Yes. This was the PR that added topics to the event. Hmm topics are pretty expensive cause the are counted as normal storage writes even though they never touch storage.
bot merge |
Error: Checks failed for 40b8f69 |
* Dummy commit * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts Co-authored-by: command-bot <>
They weren't updated after recent PRs.