Skip to content

Commit 60905b6

Browse files
committed
Fresh weights
1 parent 02f83d0 commit 60905b6

File tree

11 files changed

+91
-90
lines changed

11 files changed

+91
-90
lines changed

runtimes/bulletin-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ impl frame_system::Config for Runtime {
251251
type MaxConsumers = frame_support::traits::ConstU32<16>;
252252
/// Weight information for the extrinsics of this pallet.
253253
type SystemWeightInfo = weights::frame_system::WeightInfo<Runtime>;
254-
type ExtensionsWeightInfo = ();
254+
type ExtensionsWeightInfo = weights::frame_system_extensions::WeightInfo<Runtime>;
255255
}
256256

257257
impl pallet_validator_set::Config for Runtime {

runtimes/bulletin-polkadot/src/weights/frame_benchmarking_baseline.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
5353
// Proof Size summary in bytes:
5454
// Measured: `0`
5555
// Estimated: `0`
56-
// Minimum execution time: 270_000 picoseconds.
56+
// Minimum execution time: 290_000 picoseconds.
5757
Weight::from_parts(300_000, 0)
5858
.saturating_add(Weight::from_parts(0, 0))
5959
}
@@ -62,43 +62,43 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
6262
// Proof Size summary in bytes:
6363
// Measured: `0`
6464
// Estimated: `0`
65-
// Minimum execution time: 280_000 picoseconds.
66-
Weight::from_parts(300_000, 0)
65+
// Minimum execution time: 260_000 picoseconds.
66+
Weight::from_parts(270_000, 0)
6767
.saturating_add(Weight::from_parts(0, 0))
6868
}
6969
/// The range of component `i` is `[0, 1000000]`.
7070
fn multiplication(_i: u32, ) -> Weight {
7171
// Proof Size summary in bytes:
7272
// Measured: `0`
7373
// Estimated: `0`
74-
// Minimum execution time: 280_000 picoseconds.
75-
Weight::from_parts(310_000, 0)
74+
// Minimum execution time: 270_000 picoseconds.
75+
Weight::from_parts(300_000, 0)
7676
.saturating_add(Weight::from_parts(0, 0))
7777
}
7878
/// The range of component `i` is `[0, 1000000]`.
7979
fn division(_i: u32, ) -> Weight {
8080
// Proof Size summary in bytes:
8181
// Measured: `0`
8282
// Estimated: `0`
83-
// Minimum execution time: 270_000 picoseconds.
84-
Weight::from_parts(330_000, 0)
83+
// Minimum execution time: 260_000 picoseconds.
84+
Weight::from_parts(260_000, 0)
8585
.saturating_add(Weight::from_parts(0, 0))
8686
}
8787
fn hashing() -> Weight {
8888
// Proof Size summary in bytes:
8989
// Measured: `0`
9090
// Estimated: `0`
91-
// Minimum execution time: 29_205_858_000 picoseconds.
92-
Weight::from_parts(29_205_858_000, 0)
91+
// Minimum execution time: 29_414_933_000 picoseconds.
92+
Weight::from_parts(29_414_933_000, 0)
9393
.saturating_add(Weight::from_parts(0, 0))
9494
}
9595
/// The range of component `i` is `[0, 100]`.
9696
fn sr25519_verification(_i: u32, ) -> Weight {
9797
// Proof Size summary in bytes:
9898
// Measured: `0`
9999
// Estimated: `0`
100-
// Minimum execution time: 310_000 picoseconds.
101-
Weight::from_parts(4_955_060_000, 0)
100+
// Minimum execution time: 270_000 picoseconds.
101+
Weight::from_parts(4_956_419_000, 0)
102102
.saturating_add(Weight::from_parts(0, 0))
103103
}
104104
}

runtimes/bulletin-polkadot/src/weights/frame_system.rs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
5353
// Proof Size summary in bytes:
5454
// Measured: `0`
5555
// Estimated: `0`
56-
// Minimum execution time: 3_830_000 picoseconds.
57-
Weight::from_parts(19_631_760_000, 0)
56+
// Minimum execution time: 4_060_000 picoseconds.
57+
Weight::from_parts(19_830_796_000, 0)
5858
.saturating_add(Weight::from_parts(0, 0))
5959
}
6060
/// The range of component `b` is `[0, 9437184]`.
6161
fn remark_with_event(_b: u32, ) -> Weight {
6262
// Proof Size summary in bytes:
6363
// Measured: `0`
6464
// Estimated: `0`
65-
// Minimum execution time: 8_460_000 picoseconds.
66-
Weight::from_parts(35_846_952_000, 0)
65+
// Minimum execution time: 9_850_000 picoseconds.
66+
Weight::from_parts(36_131_637_000, 0)
6767
.saturating_add(Weight::from_parts(0, 0))
6868
}
6969
/// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
@@ -72,8 +72,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
7272
// Proof Size summary in bytes:
7373
// Measured: `0`
7474
// Estimated: `0`
75-
// Minimum execution time: 6_150_000 picoseconds.
76-
Weight::from_parts(6_150_000, 0)
75+
// Minimum execution time: 6_300_000 picoseconds.
76+
Weight::from_parts(6_300_000, 0)
7777
.saturating_add(Weight::from_parts(0, 0))
7878
.saturating_add(T::DbWeight::get().writes(1))
7979
}
@@ -83,8 +83,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
8383
// Proof Size summary in bytes:
8484
// Measured: `0`
8585
// Estimated: `0`
86-
// Minimum execution time: 142_181_405_000 picoseconds.
87-
Weight::from_parts(142_181_405_000, 0)
86+
// Minimum execution time: 140_287_010_000 picoseconds.
87+
Weight::from_parts(140_287_010_000, 0)
8888
.saturating_add(Weight::from_parts(0, 0))
8989
.saturating_add(T::DbWeight::get().writes(1))
9090
}
@@ -95,8 +95,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
9595
// Proof Size summary in bytes:
9696
// Measured: `0`
9797
// Estimated: `0`
98-
// Minimum execution time: 3_850_000 picoseconds.
99-
Weight::from_parts(985_692_000, 0)
98+
// Minimum execution time: 3_910_000 picoseconds.
99+
Weight::from_parts(978_292_000, 0)
100100
.saturating_add(Weight::from_parts(0, 0))
101101
.saturating_add(T::DbWeight::get().writes(1000))
102102
}
@@ -107,8 +107,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
107107
// Proof Size summary in bytes:
108108
// Measured: `0`
109109
// Estimated: `0`
110-
// Minimum execution time: 4_140_000 picoseconds.
111-
Weight::from_parts(743_532_000, 0)
110+
// Minimum execution time: 4_320_000 picoseconds.
111+
Weight::from_parts(713_541_000, 0)
112112
.saturating_add(Weight::from_parts(0, 0))
113113
.saturating_add(T::DbWeight::get().writes(1000))
114114
}
@@ -119,8 +119,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
119119
// Proof Size summary in bytes:
120120
// Measured: `132 + p * (69 ±0)`
121121
// Estimated: `69609`
122-
// Minimum execution time: 6_820_000 picoseconds.
123-
Weight::from_parts(1_607_063_000, 0)
122+
// Minimum execution time: 6_910_000 picoseconds.
123+
Weight::from_parts(1_608_713_000, 0)
124124
.saturating_add(Weight::from_parts(0, 69609))
125125
.saturating_add(T::DbWeight::get().reads(1000))
126126
.saturating_add(T::DbWeight::get().writes(1000))
@@ -131,8 +131,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
131131
// Proof Size summary in bytes:
132132
// Measured: `0`
133133
// Estimated: `0`
134-
// Minimum execution time: 33_370_000 picoseconds.
135-
Weight::from_parts(33_370_000, 0)
134+
// Minimum execution time: 26_740_000 picoseconds.
135+
Weight::from_parts(26_740_000, 0)
136136
.saturating_add(Weight::from_parts(0, 0))
137137
.saturating_add(T::DbWeight::get().writes(1))
138138
}
@@ -144,8 +144,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
144144
// Proof Size summary in bytes:
145145
// Measured: `22`
146146
// Estimated: `1518`
147-
// Minimum execution time: 149_006_239_000 picoseconds.
148-
Weight::from_parts(149_006_239_000, 0)
147+
// Minimum execution time: 141_398_892_000 picoseconds.
148+
Weight::from_parts(141_398_892_000, 0)
149149
.saturating_add(Weight::from_parts(0, 1518))
150150
.saturating_add(T::DbWeight::get().reads(1))
151151
.saturating_add(T::DbWeight::get().writes(2))

runtimes/bulletin-polkadot/src/weights/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use frame_support::weights::Weight;
88

99
pub mod bridge_polkadot_relayers;
1010
pub mod frame_system;
11+
pub mod frame_system_extensions;
1112
pub mod pallet_bridge_grandpa;
1213
pub mod pallet_bridge_messages;
1314
pub mod pallet_bridge_parachains;

runtimes/bulletin-polkadot/src/weights/pallet_bridge_grandpa.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ impl<T: frame_system::Config> pallet_bridge_grandpa::WeightInfo for WeightInfo<T
6666
// Proof Size summary in bytes:
6767
// Measured: `49 + p * (59 ±0)`
6868
// Estimated: `51735`
69-
// Minimum execution time: 434_881_000 picoseconds.
70-
Weight::from_parts(9_796_152, 0)
69+
// Minimum execution time: 429_060_000 picoseconds.
70+
Weight::from_parts(429_060_000, 0)
7171
.saturating_add(Weight::from_parts(0, 51735))
72-
// Standard Error: 429_595
73-
.saturating_add(Weight::from_parts(50_265_847, 0).saturating_mul(p.into()))
74-
// Standard Error: 1_434_848
75-
.saturating_add(Weight::from_parts(3_748_190, 0).saturating_mul(v.into()))
72+
// Standard Error: 1_151_843
73+
.saturating_add(Weight::from_parts(49_974_032, 0).saturating_mul(p.into()))
74+
// Standard Error: 1_859_191
75+
.saturating_add(Weight::from_parts(518_437, 0).saturating_mul(v.into()))
7676
.saturating_add(T::DbWeight::get().reads(5))
7777
.saturating_add(T::DbWeight::get().writes(5))
7878
}
@@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_bridge_grandpa::WeightInfo for WeightInfo<T
9090
// Proof Size summary in bytes:
9191
// Measured: `84`
9292
// Estimated: `51735`
93-
// Minimum execution time: 180_360_000 picoseconds.
94-
Weight::from_parts(180_360_000, 0)
93+
// Minimum execution time: 174_060_000 picoseconds.
94+
Weight::from_parts(174_060_000, 0)
9595
.saturating_add(Weight::from_parts(0, 51735))
9696
.saturating_add(T::DbWeight::get().reads(3))
9797
.saturating_add(T::DbWeight::get().writes(6))

runtimes/bulletin-polkadot/src/weights/pallet_bridge_messages.rs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ impl<T: frame_system::Config> pallet_bridge_messages::WeightInfo for WeightInfo<
5858
// Proof Size summary in bytes:
5959
// Measured: `531`
6060
// Estimated: `52645`
61-
// Minimum execution time: 57_660_000 picoseconds.
62-
Weight::from_parts(57_660_000, 0)
61+
// Minimum execution time: 58_330_000 picoseconds.
62+
Weight::from_parts(58_330_000, 0)
6363
.saturating_add(Weight::from_parts(0, 52645))
6464
.saturating_add(T::DbWeight::get().reads(3))
6565
.saturating_add(T::DbWeight::get().writes(1))
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> pallet_bridge_messages::WeightInfo for WeightInfo<
7575
// Proof Size summary in bytes:
7676
// Measured: `531`
7777
// Estimated: `52645`
78-
// Minimum execution time: 57_590_000 picoseconds.
79-
Weight::from_parts(435_722_503_000, 0)
78+
// Minimum execution time: 58_090_000 picoseconds.
79+
Weight::from_parts(420_010_089_000, 0)
8080
.saturating_add(Weight::from_parts(0, 52645))
8181
.saturating_add(T::DbWeight::get().reads(3))
8282
.saturating_add(T::DbWeight::get().writes(1))
@@ -91,8 +91,8 @@ impl<T: frame_system::Config> pallet_bridge_messages::WeightInfo for WeightInfo<
9191
// Proof Size summary in bytes:
9292
// Measured: `531`
9393
// Estimated: `52645`
94-
// Minimum execution time: 133_610_000 picoseconds.
95-
Weight::from_parts(133_610_000, 0)
94+
// Minimum execution time: 134_550_000 picoseconds.
95+
Weight::from_parts(134_550_000, 0)
9696
.saturating_add(Weight::from_parts(0, 52645))
9797
.saturating_add(T::DbWeight::get().reads(3))
9898
.saturating_add(T::DbWeight::get().writes(1))
@@ -108,8 +108,8 @@ impl<T: frame_system::Config> pallet_bridge_messages::WeightInfo for WeightInfo<
108108
// Proof Size summary in bytes:
109109
// Measured: `531`
110110
// Estimated: `52645`
111-
// Minimum execution time: 115_631_000 picoseconds.
112-
Weight::from_parts(211_621_000, 0)
111+
// Minimum execution time: 115_570_000 picoseconds.
112+
Weight::from_parts(200_120_000, 0)
113113
.saturating_add(Weight::from_parts(0, 52645))
114114
.saturating_add(T::DbWeight::get().reads(3))
115115
.saturating_add(T::DbWeight::get().writes(1))
@@ -126,8 +126,8 @@ impl<T: frame_system::Config> pallet_bridge_messages::WeightInfo for WeightInfo<
126126
// Proof Size summary in bytes:
127127
// Measured: `530`
128128
// Estimated: `3510`
129-
// Minimum execution time: 85_260_000 picoseconds.
130-
Weight::from_parts(85_260_000, 0)
129+
// Minimum execution time: 86_240_000 picoseconds.
130+
Weight::from_parts(86_240_000, 0)
131131
.saturating_add(Weight::from_parts(0, 3510))
132132
.saturating_add(T::DbWeight::get().reads(3))
133133
.saturating_add(T::DbWeight::get().writes(2))
@@ -144,8 +144,8 @@ impl<T: frame_system::Config> pallet_bridge_messages::WeightInfo for WeightInfo<
144144
// Proof Size summary in bytes:
145145
// Measured: `530`
146146
// Estimated: `3510`
147-
// Minimum execution time: 87_770_000 picoseconds.
148-
Weight::from_parts(87_770_000, 0)
147+
// Minimum execution time: 89_440_000 picoseconds.
148+
Weight::from_parts(89_440_000, 0)
149149
.saturating_add(Weight::from_parts(0, 3510))
150150
.saturating_add(T::DbWeight::get().reads(3))
151151
.saturating_add(T::DbWeight::get().writes(3))
@@ -162,8 +162,8 @@ impl<T: frame_system::Config> pallet_bridge_messages::WeightInfo for WeightInfo<
162162
// Proof Size summary in bytes:
163163
// Measured: `530`
164164
// Estimated: `3510`
165-
// Minimum execution time: 87_790_000 picoseconds.
166-
Weight::from_parts(87_790_000, 0)
165+
// Minimum execution time: 88_940_000 picoseconds.
166+
Weight::from_parts(88_940_000, 0)
167167
.saturating_add(Weight::from_parts(0, 3510))
168168
.saturating_add(T::DbWeight::get().reads(3))
169169
.saturating_add(T::DbWeight::get().writes(3))
@@ -179,8 +179,8 @@ impl<T: frame_system::Config> pallet_bridge_messages::WeightInfo for WeightInfo<
179179
// Proof Size summary in bytes:
180180
// Measured: `531`
181181
// Estimated: `52645`
182-
// Minimum execution time: 125_361_000 picoseconds.
183-
Weight::from_parts(254_461_000, 0)
182+
// Minimum execution time: 127_021_000 picoseconds.
183+
Weight::from_parts(247_521_000, 0)
184184
.saturating_add(Weight::from_parts(0, 52645))
185185
.saturating_add(T::DbWeight::get().reads(3))
186186
.saturating_add(T::DbWeight::get().writes(1))

runtimes/bulletin-polkadot/src/weights/pallet_bridge_parachains.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_bridge_parachains::WeightInfo for WeightInf
6363
// Proof Size summary in bytes:
6464
// Measured: `156`
6565
// Estimated: `2543`
66-
// Minimum execution time: 49_860_000 picoseconds.
67-
Weight::from_parts(50_030_000, 0)
66+
// Minimum execution time: 49_100_000 picoseconds.
67+
Weight::from_parts(50_550_000, 0)
6868
.saturating_add(Weight::from_parts(0, 2543))
6969
.saturating_add(T::DbWeight::get().reads(4))
7070
.saturating_add(T::DbWeight::get().writes(3))
@@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_bridge_parachains::WeightInfo for WeightInf
8383
// Proof Size summary in bytes:
8484
// Measured: `156`
8585
// Estimated: `2543`
86-
// Minimum execution time: 53_231_000 picoseconds.
87-
Weight::from_parts(53_231_000, 0)
86+
// Minimum execution time: 50_370_000 picoseconds.
87+
Weight::from_parts(50_370_000, 0)
8888
.saturating_add(Weight::from_parts(0, 2543))
8989
.saturating_add(T::DbWeight::get().reads(4))
9090
.saturating_add(T::DbWeight::get().writes(3))
@@ -103,8 +103,8 @@ impl<T: frame_system::Config> pallet_bridge_parachains::WeightInfo for WeightInf
103103
// Proof Size summary in bytes:
104104
// Measured: `156`
105105
// Estimated: `2543`
106-
// Minimum execution time: 79_450_000 picoseconds.
107-
Weight::from_parts(79_450_000, 0)
106+
// Minimum execution time: 88_810_000 picoseconds.
107+
Weight::from_parts(88_810_000, 0)
108108
.saturating_add(Weight::from_parts(0, 2543))
109109
.saturating_add(T::DbWeight::get().reads(4))
110110
.saturating_add(T::DbWeight::get().writes(3))

runtimes/bulletin-polkadot/src/weights/pallet_relayer_set.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ impl<T: frame_system::Config> pallet_relayer_set::WeightInfo for WeightInfo<T> {
5656
// Proof Size summary in bytes:
5757
// Measured: `154`
5858
// Estimated: `3529`
59-
// Minimum execution time: 23_190_000 picoseconds.
60-
Weight::from_parts(23_190_000, 0)
59+
// Minimum execution time: 23_090_000 picoseconds.
60+
Weight::from_parts(23_090_000, 0)
6161
.saturating_add(Weight::from_parts(0, 3529))
6262
.saturating_add(T::DbWeight::get().reads(2))
6363
.saturating_add(T::DbWeight::get().writes(2))
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> pallet_relayer_set::WeightInfo for WeightInfo<T> {
7070
// Proof Size summary in bytes:
7171
// Measured: `227`
7272
// Estimated: `3529`
73-
// Minimum execution time: 26_310_000 picoseconds.
74-
Weight::from_parts(26_310_000, 0)
73+
// Minimum execution time: 24_870_000 picoseconds.
74+
Weight::from_parts(24_870_000, 0)
7575
.saturating_add(Weight::from_parts(0, 3529))
7676
.saturating_add(T::DbWeight::get().reads(2))
7777
.saturating_add(T::DbWeight::get().writes(2))

runtimes/bulletin-polkadot/src/weights/pallet_timestamp.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
5656
// Proof Size summary in bytes:
5757
// Measured: `174`
5858
// Estimated: `1493`
59-
// Minimum execution time: 14_160_000 picoseconds.
60-
Weight::from_parts(14_160_000, 0)
59+
// Minimum execution time: 14_230_000 picoseconds.
60+
Weight::from_parts(14_230_000, 0)
6161
.saturating_add(Weight::from_parts(0, 1493))
6262
.saturating_add(T::DbWeight::get().reads(2))
6363
.saturating_add(T::DbWeight::get().writes(1))
@@ -66,8 +66,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
6666
// Proof Size summary in bytes:
6767
// Measured: `94`
6868
// Estimated: `0`
69-
// Minimum execution time: 5_770_000 picoseconds.
70-
Weight::from_parts(5_770_000, 0)
69+
// Minimum execution time: 5_690_000 picoseconds.
70+
Weight::from_parts(5_690_000, 0)
7171
.saturating_add(Weight::from_parts(0, 0))
7272
}
7373
}

0 commit comments

Comments
 (0)