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

Commit bf2ebf3

Browse files
committed
update weights (#6798)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
1 parent 70ce8a3 commit bf2ebf3

File tree

165 files changed

+6970
-5176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+6970
-5176
lines changed

runtime/kusama/constants/src/weights/block_weights.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
1616
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
17-
//! DATE: 2023-02-23 (Y/M/D)
17+
//! DATE: 2023-02-28 (Y/M/D)
1818
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
1919
//!
2020
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
@@ -42,17 +42,17 @@ parameter_types! {
4242
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
4343
///
4444
/// Stats nanoseconds:
45-
/// Min, Max: 9_063_597, 9_605_760
46-
/// Average: 9_225_024
47-
/// Median: 9_197_375
48-
/// Std-Dev: 83325.89
45+
/// Min, Max: 9_120_818, 9_607_011
46+
/// Average: 9_246_456
47+
/// Median: 9_232_819
48+
/// Std-Dev: 75654.75
4949
///
5050
/// Percentiles nanoseconds:
51-
/// 99th: 9_437_618
52-
/// 95th: 9_402_155
53-
/// 75th: 9_250_717
51+
/// 99th: 9_433_167
52+
/// 95th: 9_411_822
53+
/// 75th: 9_272_878
5454
pub const BlockExecutionWeight: Weight =
55-
Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_225_024));
55+
Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_246_456));
5656
}
5757

5858
#[cfg(test)]

runtime/kusama/constants/src/weights/extrinsic_weights.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
1616
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
17-
//! DATE: 2023-02-23 (Y/M/D)
17+
//! DATE: 2023-02-28 (Y/M/D)
1818
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
1919
//!
2020
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development`
@@ -42,17 +42,17 @@ parameter_types! {
4242
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
4343
///
4444
/// Stats nanoseconds:
45-
/// Min, Max: 99_280, 101_585
46-
/// Average: 99_912
47-
/// Median: 99_844
48-
/// Std-Dev: 361.48
45+
/// Min, Max: 103_518, 106_907
46+
/// Average: 104_517
47+
/// Median: 104_438
48+
/// Std-Dev: 475.03
4949
///
5050
/// Percentiles nanoseconds:
51-
/// 99th: 101_439
52-
/// 95th: 100_633
53-
/// 75th: 99_966
51+
/// 99th: 106_279
52+
/// 95th: 105_257
53+
/// 75th: 104_647
5454
pub const ExtrinsicBaseWeight: Weight =
55-
Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(99_912));
55+
Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(104_517));
5656
}
5757

5858
#[cfg(test)]

runtime/kusama/src/weights/frame_benchmarking_baseline.rs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! Autogenerated weights for `frame_benchmarking::baseline`
1717
//!
1818
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
19-
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
19+
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2020
//! WORST CASE MAP SIZE: `1000000`
2121
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -50,54 +50,54 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
5050
// Proof Size summary in bytes:
5151
// Measured: `0`
5252
// Estimated: `0`
53-
// Minimum execution time: 115 nanoseconds.
54-
Weight::from_ref_time(156_869)
53+
// Minimum execution time: 169 nanoseconds.
54+
Weight::from_ref_time(211_793)
5555
.saturating_add(Weight::from_proof_size(0))
5656
}
5757
/// The range of component `i` is `[0, 1000000]`.
5858
fn subtraction(_i: u32, ) -> Weight {
5959
// Proof Size summary in bytes:
6060
// Measured: `0`
6161
// Estimated: `0`
62-
// Minimum execution time: 126 nanoseconds.
63-
Weight::from_ref_time(163_413)
62+
// Minimum execution time: 172 nanoseconds.
63+
Weight::from_ref_time(210_656)
6464
.saturating_add(Weight::from_proof_size(0))
6565
}
6666
/// The range of component `i` is `[0, 1000000]`.
6767
fn multiplication(_i: u32, ) -> Weight {
6868
// Proof Size summary in bytes:
6969
// Measured: `0`
7070
// Estimated: `0`
71-
// Minimum execution time: 125 nanoseconds.
72-
Weight::from_ref_time(165_700)
71+
// Minimum execution time: 173 nanoseconds.
72+
Weight::from_ref_time(216_851)
7373
.saturating_add(Weight::from_proof_size(0))
7474
}
7575
/// The range of component `i` is `[0, 1000000]`.
7676
fn division(_i: u32, ) -> Weight {
7777
// Proof Size summary in bytes:
7878
// Measured: `0`
7979
// Estimated: `0`
80-
// Minimum execution time: 114 nanoseconds.
81-
Weight::from_ref_time(160_757)
80+
// Minimum execution time: 171 nanoseconds.
81+
Weight::from_ref_time(210_747)
8282
.saturating_add(Weight::from_proof_size(0))
8383
}
8484
fn hashing() -> Weight {
8585
// Proof Size summary in bytes:
8686
// Measured: `0`
8787
// Estimated: `0`
88-
// Minimum execution time: 20_199_657 nanoseconds.
89-
Weight::from_ref_time(20_348_638_000)
88+
// Minimum execution time: 24_801_107 nanoseconds.
89+
Weight::from_ref_time(25_036_984_000)
9090
.saturating_add(Weight::from_proof_size(0))
9191
}
9292
/// The range of component `i` is `[0, 100]`.
9393
fn sr25519_verification(i: u32, ) -> Weight {
9494
// Proof Size summary in bytes:
9595
// Measured: `0`
9696
// Estimated: `0`
97-
// Minimum execution time: 146 nanoseconds.
98-
Weight::from_ref_time(181_000)
97+
// Minimum execution time: 197 nanoseconds.
98+
Weight::from_ref_time(220_000)
9999
.saturating_add(Weight::from_proof_size(0))
100-
// Standard Error: 18_837
101-
.saturating_add(Weight::from_ref_time(47_289_133).saturating_mul(i.into()))
100+
// Standard Error: 18_400
101+
.saturating_add(Weight::from_ref_time(47_299_555).saturating_mul(i.into()))
102102
}
103103
}

runtime/kusama/src/weights/frame_election_provider_support.rs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! Autogenerated weights for `frame_election_provider_support`
1717
//!
1818
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
19-
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
19+
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2020
//! WORST CASE MAP SIZE: `1000000`
2121
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -52,13 +52,13 @@ impl<T: frame_system::Config> frame_election_provider_support::WeightInfo for We
5252
// Proof Size summary in bytes:
5353
// Measured: `0`
5454
// Estimated: `0`
55-
// Minimum execution time: 5_806_565 nanoseconds.
56-
Weight::from_ref_time(5_866_482_000)
55+
// Minimum execution time: 6_256_446 nanoseconds.
56+
Weight::from_ref_time(6_327_881_000)
5757
.saturating_add(Weight::from_proof_size(0))
58-
// Standard Error: 138_296
59-
.saturating_add(Weight::from_ref_time(5_701_761).saturating_mul(v.into()))
60-
// Standard Error: 14_138_940
61-
.saturating_add(Weight::from_ref_time(1_548_790_171).saturating_mul(d.into()))
58+
// Standard Error: 140_664
59+
.saturating_add(Weight::from_ref_time(5_840_511).saturating_mul(v.into()))
60+
// Standard Error: 14_381_047
61+
.saturating_add(Weight::from_ref_time(1_543_872_437).saturating_mul(d.into()))
6262
}
6363
/// The range of component `v` is `[1000, 2000]`.
6464
/// The range of component `t` is `[500, 1000]`.
@@ -67,12 +67,12 @@ impl<T: frame_system::Config> frame_election_provider_support::WeightInfo for We
6767
// Proof Size summary in bytes:
6868
// Measured: `0`
6969
// Estimated: `0`
70-
// Minimum execution time: 4_595_992 nanoseconds.
71-
Weight::from_ref_time(4_626_336_000)
70+
// Minimum execution time: 4_822_640 nanoseconds.
71+
Weight::from_ref_time(4_870_840_000)
7272
.saturating_add(Weight::from_proof_size(0))
73-
// Standard Error: 149_717
74-
.saturating_add(Weight::from_ref_time(5_673_749).saturating_mul(v.into()))
75-
// Standard Error: 15_306_572
76-
.saturating_add(Weight::from_ref_time(1_806_945_095).saturating_mul(d.into()))
73+
// Standard Error: 150_173
74+
.saturating_add(Weight::from_ref_time(5_687_544).saturating_mul(v.into()))
75+
// Standard Error: 15_353_175
76+
.saturating_add(Weight::from_ref_time(1_784_144_004).saturating_mul(d.into()))
7777
}
7878
}

runtime/kusama/src/weights/frame_system.rs

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! Autogenerated weights for `frame_system`
1717
//!
1818
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
19-
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
19+
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2020
//! WORST CASE MAP SIZE: `1000000`
2121
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -50,22 +50,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
5050
// Proof Size summary in bytes:
5151
// Measured: `0`
5252
// Estimated: `0`
53-
// Minimum execution time: 1_670 nanoseconds.
54-
Weight::from_ref_time(1_704_000)
53+
// Minimum execution time: 1_917 nanoseconds.
54+
Weight::from_ref_time(1_973_000)
5555
.saturating_add(Weight::from_proof_size(0))
5656
// Standard Error: 0
57-
.saturating_add(Weight::from_ref_time(415).saturating_mul(b.into()))
57+
.saturating_add(Weight::from_ref_time(370).saturating_mul(b.into()))
5858
}
5959
/// The range of component `b` is `[0, 3932160]`.
6060
fn remark_with_event(b: u32, ) -> Weight {
6161
// Proof Size summary in bytes:
6262
// Measured: `0`
6363
// Estimated: `0`
64-
// Minimum execution time: 6_327 nanoseconds.
65-
Weight::from_ref_time(6_508_000)
64+
// Minimum execution time: 7_274 nanoseconds.
65+
Weight::from_ref_time(7_405_000)
6666
.saturating_add(Weight::from_proof_size(0))
6767
// Standard Error: 0
68-
.saturating_add(Weight::from_ref_time(1_777).saturating_mul(b.into()))
68+
.saturating_add(Weight::from_ref_time(1_731).saturating_mul(b.into()))
6969
}
7070
/// Storage: System Digest (r:1 w:1)
7171
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
7575
// Proof Size summary in bytes:
7676
// Measured: `0`
7777
// Estimated: `495`
78-
// Minimum execution time: 3_621 nanoseconds.
79-
Weight::from_ref_time(3_764_000)
78+
// Minimum execution time: 3_833 nanoseconds.
79+
Weight::from_ref_time(3_995_000)
8080
.saturating_add(Weight::from_proof_size(495))
8181
.saturating_add(T::DbWeight::get().reads(1))
8282
.saturating_add(T::DbWeight::get().writes(2))
@@ -88,11 +88,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
8888
// Proof Size summary in bytes:
8989
// Measured: `0`
9090
// Estimated: `0`
91-
// Minimum execution time: 1_680 nanoseconds.
92-
Weight::from_ref_time(1_735_000)
91+
// Minimum execution time: 1_820 nanoseconds.
92+
Weight::from_ref_time(1_857_000)
9393
.saturating_add(Weight::from_proof_size(0))
94-
// Standard Error: 1_838
95-
.saturating_add(Weight::from_ref_time(587_349).saturating_mul(i.into()))
94+
// Standard Error: 1_965
95+
.saturating_add(Weight::from_ref_time(676_171).saturating_mul(i.into()))
9696
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
9797
}
9898
/// Storage: Skipped Metadata (r:0 w:0)
@@ -102,11 +102,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
102102
// Proof Size summary in bytes:
103103
// Measured: `0`
104104
// Estimated: `0`
105-
// Minimum execution time: 1_693 nanoseconds.
106-
Weight::from_ref_time(1_742_000)
105+
// Minimum execution time: 1_856 nanoseconds.
106+
Weight::from_ref_time(1_919_000)
107107
.saturating_add(Weight::from_proof_size(0))
108-
// Standard Error: 858
109-
.saturating_add(Weight::from_ref_time(446_600).saturating_mul(i.into()))
108+
// Standard Error: 850
109+
.saturating_add(Weight::from_ref_time(484_572).saturating_mul(i.into()))
110110
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
111111
}
112112
/// Storage: Skipped Metadata (r:0 w:0)
@@ -116,11 +116,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
116116
// Proof Size summary in bytes:
117117
// Measured: `120 + p * (69 ±0)`
118118
// Estimated: `121 + p * (70 ±0)`
119-
// Minimum execution time: 3_458 nanoseconds.
120-
Weight::from_ref_time(3_578_000)
119+
// Minimum execution time: 3_847 nanoseconds.
120+
Weight::from_ref_time(3_930_000)
121121
.saturating_add(Weight::from_proof_size(121))
122-
// Standard Error: 1_106
123-
.saturating_add(Weight::from_ref_time(990_233).saturating_mul(p.into()))
122+
// Standard Error: 1_032
123+
.saturating_add(Weight::from_ref_time(1_006_925).saturating_mul(p.into()))
124124
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
125125
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
126126
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))

runtime/kusama/src/weights/pallet_bags_list.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! Autogenerated weights for `pallet_bags_list`
1717
//!
1818
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
19-
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
19+
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2020
//! WORST CASE MAP SIZE: `1000000`
2121
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_bags_list::WeightInfo for WeightInfo<T> {
5757
// Proof Size summary in bytes:
5858
// Measured: `1846`
5959
// Estimated: `19186`
60-
// Minimum execution time: 54_999 nanoseconds.
61-
Weight::from_ref_time(55_668_000)
60+
// Minimum execution time: 59_681 nanoseconds.
61+
Weight::from_ref_time(60_540_000)
6262
.saturating_add(Weight::from_proof_size(19186))
6363
.saturating_add(T::DbWeight::get().reads(7))
6464
.saturating_add(T::DbWeight::get().writes(5))
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> pallet_bags_list::WeightInfo for WeightInfo<T> {
7575
// Proof Size summary in bytes:
7676
// Measured: `1740`
7777
// Estimated: `19114`
78-
// Minimum execution time: 54_080 nanoseconds.
79-
Weight::from_ref_time(54_660_000)
78+
// Minimum execution time: 58_266 nanoseconds.
79+
Weight::from_ref_time(59_035_000)
8080
.saturating_add(Weight::from_proof_size(19114))
8181
.saturating_add(T::DbWeight::get().reads(7))
8282
.saturating_add(T::DbWeight::get().writes(5))
@@ -95,8 +95,8 @@ impl<T: frame_system::Config> pallet_bags_list::WeightInfo for WeightInfo<T> {
9595
// Proof Size summary in bytes:
9696
// Measured: `2081`
9797
// Estimated: `25798`
98-
// Minimum execution time: 58_444 nanoseconds.
99-
Weight::from_ref_time(59_445_000)
98+
// Minimum execution time: 65_043 nanoseconds.
99+
Weight::from_ref_time(65_583_000)
100100
.saturating_add(Weight::from_proof_size(25798))
101101
.saturating_add(T::DbWeight::get().reads(10))
102102
.saturating_add(T::DbWeight::get().writes(6))

0 commit comments

Comments
 (0)