Skip to content

Commit

Permalink
runtimes: update pallet weights
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 8472ffc commit 714be86
Show file tree
Hide file tree
Showing 14 changed files with 106 additions and 106 deletions.
12 changes: 5 additions & 7 deletions runtimes/mainnet/src/weights/dmail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,14 @@ impl<T: frame_system::Config> pallet_dmail::WeightInfo for WeightInfo<T> {
/// The range of component `b` is `[1, 1000]`.
/// The range of component `a` is `[1, 1000]`.
/// The range of component `b` is `[1, 1000]`.
fn send_email(a: u32, b: u32, ) -> Weight {
fn send_email(_a: u32, b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_745_000 picoseconds.
Weight::from_parts(7_077_095, 0)
// Minimum execution time: 7_665_000 picoseconds.
Weight::from_parts(9_179_515, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 79
.saturating_add(Weight::from_parts(1_367, 0).saturating_mul(a.into()))
// Standard Error: 79
.saturating_add(Weight::from_parts(1_366, 0).saturating_mul(b.into()))
// Standard Error: 81
.saturating_add(Weight::from_parts(916, 0).saturating_mul(b.into()))
}
}
4 changes: 2 additions & 2 deletions runtimes/mainnet/src/weights/elections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ impl<T: frame_system::Config> pallet_elections::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `123`
// Estimated: `3588`
// Minimum execution time: 12_052_000 picoseconds.
Weight::from_parts(12_554_000, 0)
// Minimum execution time: 12_254_000 picoseconds.
Weight::from_parts(14_597_000, 0)
.saturating_add(Weight::from_parts(0, 3588))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
Expand Down
12 changes: 6 additions & 6 deletions runtimes/mainnet/src/weights/members.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_members::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `244`
// Estimated: `3709`
// Minimum execution time: 62_537_000 picoseconds.
Weight::from_parts(70_913_000, 0)
// Minimum execution time: 61_755_000 picoseconds.
Weight::from_parts(63_109_000, 0)
.saturating_add(Weight::from_parts(0, 3709))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(8))
Expand All @@ -73,8 +73,8 @@ impl<T: frame_system::Config> pallet_members::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `293`
// Estimated: `3758`
// Minimum execution time: 21_731_000 picoseconds.
Weight::from_parts(37_128_000, 0)
// Minimum execution time: 21_701_000 picoseconds.
Weight::from_parts(22_612_000, 0)
.saturating_add(Weight::from_parts(0, 3758))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_members::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3845`
// Minimum execution time: 57_668_000 picoseconds.
Weight::from_parts(92_182_000, 0)
// Minimum execution time: 56_055_000 picoseconds.
Weight::from_parts(57_627_000, 0)
.saturating_add(Weight::from_parts(0, 3845))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(8))
Expand Down
12 changes: 7 additions & 5 deletions runtimes/mainnet/src/weights/networks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ impl<T: frame_system::Config> pallet_networks::WeightInfo for WeightInfo<T> {
/// The range of component `b` is `[1, 1000]`.
/// The range of component `a` is `[1, 1000]`.
/// The range of component `b` is `[1, 1000]`.
fn register_network(_a: u32, _b: u32, ) -> Weight {
fn register_network(_a: u32, b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `118`
// Estimated: `3583`
// Minimum execution time: 57_338_000 picoseconds.
Weight::from_parts(66_813_960, 0)
// Minimum execution time: 54_622_000 picoseconds.
Weight::from_parts(63_368_961, 0)
.saturating_add(Weight::from_parts(0, 3583))
// Standard Error: 302
.saturating_add(Weight::from_parts(152, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(13))
}
Expand All @@ -87,8 +89,8 @@ impl<T: frame_system::Config> pallet_networks::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `277`
// Estimated: `3742`
// Minimum execution time: 21_850_000 picoseconds.
Weight::from_parts(24_506_000, 0)
// Minimum execution time: 21_551_000 picoseconds.
Weight::from_parts(24_305_000, 0)
.saturating_add(Weight::from_parts(0, 3742))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(4))
Expand Down
16 changes: 8 additions & 8 deletions runtimes/mainnet/src/weights/shards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ impl<T: frame_system::Config> pallet_shards::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `757`
// Estimated: `11647`
// Minimum execution time: 515_504_000 picoseconds.
Weight::from_parts(548_417_000, 0)
// Minimum execution time: 520_973_000 picoseconds.
Weight::from_parts(535_372_000, 0)
.saturating_add(Weight::from_parts(0, 11647))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(3))
Expand All @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_shards::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `591`
// Estimated: `11481`
// Minimum execution time: 60_092_000 picoseconds.
Weight::from_parts(62_766_000, 0)
// Minimum execution time: 59_773_000 picoseconds.
Weight::from_parts(62_868_000, 0)
.saturating_add(Weight::from_parts(0, 11481))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
Expand Down Expand Up @@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_shards::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `453`
// Estimated: `11343`
// Minimum execution time: 72_947_000 picoseconds.
Weight::from_parts(76_995_000, 0)
// Minimum execution time: 72_847_000 picoseconds.
Weight::from_parts(76_424_000, 0)
.saturating_add(Weight::from_parts(0, 11343))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(14))
Expand All @@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_shards::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `6`
// Estimated: `3471`
// Minimum execution time: 3_426_000 picoseconds.
Weight::from_parts(3_607_000, 0)
// Minimum execution time: 3_487_000 picoseconds.
Weight::from_parts(3_707_000, 0)
.saturating_add(Weight::from_parts(0, 3471))
.saturating_add(T::DbWeight::get().reads(1))
}
Expand Down
20 changes: 10 additions & 10 deletions runtimes/mainnet/src/weights/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_tasks::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1380`
// Estimated: `12270`
// Minimum execution time: 624_469_000 picoseconds.
Weight::from_parts(661_136_000, 0)
// Minimum execution time: 629_617_000 picoseconds.
Weight::from_parts(664_553_000, 0)
.saturating_add(Weight::from_parts(0, 12270))
.saturating_add(T::DbWeight::get().reads(19))
.saturating_add(T::DbWeight::get().writes(14))
Expand Down Expand Up @@ -99,11 +99,11 @@ impl<T: frame_system::Config> pallet_tasks::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `2647 + b * (92 ±0)`
// Estimated: `8309 + b * (2568 ±0)`
// Minimum execution time: 60_322_000 picoseconds.
Weight::from_parts(62_317_000, 0)
// Minimum execution time: 60_634_000 picoseconds.
Weight::from_parts(114_509_910, 0)
.saturating_add(Weight::from_parts(0, 8309))
// Standard Error: 9_364
.saturating_add(Weight::from_parts(10_930_824, 0).saturating_mul(b.into()))
// Standard Error: 21_464
.saturating_add(Weight::from_parts(10_781_369, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(3))
Expand All @@ -123,11 +123,11 @@ impl<T: frame_system::Config> pallet_tasks::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `958`
// Estimated: `6794 + b * (1 ±0)`
// Minimum execution time: 25_608_000 picoseconds.
Weight::from_parts(44_757_340, 0)
// Minimum execution time: 25_498_000 picoseconds.
Weight::from_parts(45_985_582, 0)
.saturating_add(Weight::from_parts(0, 6794))
// Standard Error: 409
.saturating_add(Weight::from_parts(14_594, 0).saturating_mul(b.into()))
// Standard Error: 473
.saturating_add(Weight::from_parts(14_981, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
}
Expand Down
28 changes: 14 additions & 14 deletions runtimes/mainnet/src/weights/timegraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ impl<T: frame_system::Config> pallet_timegraph::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3`
// Estimated: `3468`
// Minimum execution time: 35_767_000 picoseconds.
Weight::from_parts(40_986_000, 0)
// Minimum execution time: 33_403_000 picoseconds.
Weight::from_parts(52_739_000, 0)
.saturating_add(Weight::from_parts(0, 3468))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_timegraph::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3`
// Estimated: `3468`
// Minimum execution time: 34_814_000 picoseconds.
Weight::from_parts(38_622_000, 0)
// Minimum execution time: 33_683_000 picoseconds.
Weight::from_parts(43_631_000, 0)
.saturating_add(Weight::from_parts(0, 3468))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_timegraph::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `272`
// Estimated: `6196`
// Minimum execution time: 90_350_000 picoseconds.
Weight::from_parts(108_222_000, 0)
// Minimum execution time: 84_116_000 picoseconds.
Weight::from_parts(87_223_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_timegraph::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `285`
// Estimated: `3593`
// Minimum execution time: 87_204_000 picoseconds.
Weight::from_parts(100_317_000, 0)
// Minimum execution time: 81_122_000 picoseconds.
Weight::from_parts(83_175_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -97,8 +97,8 @@ impl<T: frame_system::Config> pallet_timegraph::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3`
// Estimated: `1488`
// Minimum execution time: 10_390_000 picoseconds.
Weight::from_parts(12_734_000, 0)
// Minimum execution time: 9_436_000 picoseconds.
Weight::from_parts(10_149_000, 0)
.saturating_add(Weight::from_parts(0, 1488))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -109,8 +109,8 @@ impl<T: frame_system::Config> pallet_timegraph::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3`
// Estimated: `1488`
// Minimum execution time: 9_768_000 picoseconds.
Weight::from_parts(16_190_000, 0)
// Minimum execution time: 9_358_000 picoseconds.
Weight::from_parts(9_959_000, 0)
.saturating_add(Weight::from_parts(0, 1488))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_timegraph::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3`
// Estimated: `1488`
// Minimum execution time: 9_356_000 picoseconds.
Weight::from_parts(11_601_000, 0)
// Minimum execution time: 9_207_000 picoseconds.
Weight::from_parts(10_490_000, 0)
.saturating_add(Weight::from_parts(0, 1488))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand Down
12 changes: 6 additions & 6 deletions runtimes/testnet/src/weights/dmail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ impl<T: frame_system::Config> pallet_dmail::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_955_000 picoseconds.
Weight::from_parts(7_915_289, 0)
// Minimum execution time: 7_665_000 picoseconds.
Weight::from_parts(7_586_366, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 13
.saturating_add(Weight::from_parts(627, 0).saturating_mul(a.into()))
// Standard Error: 13
.saturating_add(Weight::from_parts(670, 0).saturating_mul(b.into()))
// Standard Error: 20
.saturating_add(Weight::from_parts(729, 0).saturating_mul(a.into()))
// Standard Error: 20
.saturating_add(Weight::from_parts(761, 0).saturating_mul(b.into()))
}
}
4 changes: 2 additions & 2 deletions runtimes/testnet/src/weights/elections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ impl<T: frame_system::Config> pallet_elections::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `123`
// Estimated: `3588`
// Minimum execution time: 12_193_000 picoseconds.
Weight::from_parts(13_697_000, 0)
// Minimum execution time: 11_932_000 picoseconds.
Weight::from_parts(12_644_000, 0)
.saturating_add(Weight::from_parts(0, 3588))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
Expand Down
12 changes: 6 additions & 6 deletions runtimes/testnet/src/weights/members.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_members::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `244`
// Estimated: `3709`
// Minimum execution time: 60_674_000 picoseconds.
Weight::from_parts(62_867_000, 0)
// Minimum execution time: 61_785_000 picoseconds.
Weight::from_parts(63_699_000, 0)
.saturating_add(Weight::from_parts(0, 3709))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(8))
Expand All @@ -73,8 +73,8 @@ impl<T: frame_system::Config> pallet_members::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `293`
// Estimated: `3758`
// Minimum execution time: 22_102_000 picoseconds.
Weight::from_parts(23_063_000, 0)
// Minimum execution time: 21_852_000 picoseconds.
Weight::from_parts(23_134_000, 0)
.saturating_add(Weight::from_parts(0, 3758))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_members::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3845`
// Minimum execution time: 56_064_000 picoseconds.
Weight::from_parts(58_418_000, 0)
// Minimum execution time: 56_034_000 picoseconds.
Weight::from_parts(57_978_000, 0)
.saturating_add(Weight::from_parts(0, 3845))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(8))
Expand Down
16 changes: 8 additions & 8 deletions runtimes/testnet/src/weights/networks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ impl<T: frame_system::Config> pallet_networks::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `118`
// Estimated: `3583`
// Minimum execution time: 53_972_000 picoseconds.
Weight::from_parts(56_441_587, 0)
// Minimum execution time: 59_872_000 picoseconds.
Weight::from_parts(61_803_066, 0)
.saturating_add(Weight::from_parts(0, 3583))
// Standard Error: 351
.saturating_add(Weight::from_parts(642, 0).saturating_mul(a.into()))
// Standard Error: 351
.saturating_add(Weight::from_parts(1_923, 0).saturating_mul(b.into()))
// Standard Error: 166
.saturating_add(Weight::from_parts(3_245, 0).saturating_mul(a.into()))
// Standard Error: 166
.saturating_add(Weight::from_parts(745, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(13))
}
Expand All @@ -91,8 +91,8 @@ impl<T: frame_system::Config> pallet_networks::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `277`
// Estimated: `3742`
// Minimum execution time: 20_969_000 picoseconds.
Weight::from_parts(21_861_000, 0)
// Minimum execution time: 22_693_000 picoseconds.
Weight::from_parts(23_674_000, 0)
.saturating_add(Weight::from_parts(0, 3742))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(4))
Expand Down
16 changes: 8 additions & 8 deletions runtimes/testnet/src/weights/shards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ impl<T: frame_system::Config> pallet_shards::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `757`
// Estimated: `11647`
// Minimum execution time: 533_517_000 picoseconds.
Weight::from_parts(558_064_000, 0)
// Minimum execution time: 515_706_000 picoseconds.
Weight::from_parts(523_459_000, 0)
.saturating_add(Weight::from_parts(0, 11647))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(3))
Expand All @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_shards::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `591`
// Estimated: `11481`
// Minimum execution time: 60_504_000 picoseconds.
Weight::from_parts(63_700_000, 0)
// Minimum execution time: 59_541_000 picoseconds.
Weight::from_parts(61_636_000, 0)
.saturating_add(Weight::from_parts(0, 11481))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
Expand Down Expand Up @@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_shards::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `453`
// Estimated: `11343`
// Minimum execution time: 73_177_000 picoseconds.
Weight::from_parts(76_683_000, 0)
// Minimum execution time: 70_832_000 picoseconds.
Weight::from_parts(73_588_000, 0)
.saturating_add(Weight::from_parts(0, 11343))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(14))
Expand All @@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_shards::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `6`
// Estimated: `3471`
// Minimum execution time: 3_376_000 picoseconds.
Weight::from_parts(3_717_000, 0)
// Minimum execution time: 3_496_000 picoseconds.
Weight::from_parts(3_687_000, 0)
.saturating_add(Weight::from_parts(0, 3471))
.saturating_add(T::DbWeight::get().reads(1))
}
Expand Down
Loading

0 comments on commit 714be86

Please sign in to comment.