Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

update weights #5768

Merged
merged 4 commits into from
Jul 12, 2022
Merged

update weights #5768

merged 4 commits into from
Jul 12, 2022

Conversation

coderobe
Copy link
Contributor

@coderobe coderobe commented Jul 8, 2022

same as #5767 but on the release branch

@coderobe coderobe added A8-backport A0-please_review Pull request needs code review. C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit. labels Jul 8, 2022
@coderobe coderobe mentioned this pull request Jul 8, 2022
20 tasks
@@ -174,9 +174,9 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Storage: Democracy ReferendumInfoOf (r:1 w:0)
/// The range of component `r` is `[1, 99]`.
fn on_initialize_base(r: u32, ) -> Weight {
(1_518_000 as Weight)
(3_049_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weight x2

(2_368_000 as Weight)
// Standard Error: 40_000
.saturating_add((26_438_000 as Weight).saturating_mul(s as Weight))
(4_874_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weight x2

.saturating_add((895_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 12_000
.saturating_add((110_000 as Weight).saturating_mul(d as Weight))
(106_736_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weight x2.5

(2_739_000 as Weight)
// Standard Error: 32_000
.saturating_add((26_230_000 as Weight).saturating_mul(s as Weight))
(599_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weight went down by x4

(1_851_000 as Weight)
// Standard Error: 29_000
.saturating_add((23_826_000 as Weight).saturating_mul(s as Weight))
(421_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weight went down by x4

(1_517_000 as Weight)
// Standard Error: 29_000
.saturating_add((21_305_000 as Weight).saturating_mul(s as Weight))
(3_073_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weight x2

(5_079_000 as Weight)
// Standard Error: 33_000
.saturating_add((26_738_000 as Weight).saturating_mul(s as Weight))
(1_711_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weight went down by x4

(5_021_000 as Weight)
// Standard Error: 24_000
.saturating_add((21_541_000 as Weight).saturating_mul(s as Weight))
(348_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weight went down significantly

(392_000 as Weight)
// Standard Error: 33_000
.saturating_add((24_462_000 as Weight).saturating_mul(s as Weight))
(3_072_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weight went up significantly

(1_755_000 as Weight)
// Standard Error: 76_000
.saturating_add((20_919_000 as Weight).saturating_mul(s as Weight))
(5_493_000 as Weight)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weight x4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants