Skip to content

Commit 739c890

Browse files
Ad96elrflechtner
authored andcommitted
chore: run benchmarking (w/o staking pallet)
1 parent 9db2286 commit 739c890

75 files changed

Lines changed: 2245 additions & 2249 deletions

File tree

Some content is hidden

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

runtimes/peregrine/src/weights/attestation.rs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! Autogenerated weights for `attestation`
2020
//!
2121
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.1.0
22-
//! DATE: 2025-07-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: 2025-07-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2323
//! WORST CASE MAP SIZE: `1000000`
2424
//! HOSTNAME: `eyrie-7`, CPU: `Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz`
2525
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
6161
// Proof Size summary in bytes:
6262
// Measured: `296`
6363
// Estimated: `3712`
64-
// Minimum execution time: 64_403_000 picoseconds.
65-
Weight::from_parts(65_038_000, 0)
64+
// Minimum execution time: 62_957_000 picoseconds.
65+
Weight::from_parts(63_748_000, 0)
6666
.saturating_add(Weight::from_parts(0, 3712))
6767
.saturating_add(T::DbWeight::get().reads(4))
6868
.saturating_add(T::DbWeight::get().writes(3))
@@ -73,8 +73,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
7373
// Proof Size summary in bytes:
7474
// Measured: `233`
7575
// Estimated: `3660`
76-
// Minimum execution time: 24_622_000 picoseconds.
77-
Weight::from_parts(24_839_000, 0)
76+
// Minimum execution time: 23_875_000 picoseconds.
77+
Weight::from_parts(24_289_000, 0)
7878
.saturating_add(Weight::from_parts(0, 3660))
7979
.saturating_add(T::DbWeight::get().reads(1))
8080
.saturating_add(T::DbWeight::get().writes(1))
@@ -91,8 +91,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
9191
// Proof Size summary in bytes:
9292
// Measured: `418`
9393
// Estimated: `3712`
94-
// Minimum execution time: 59_646_000 picoseconds.
95-
Weight::from_parts(60_321_000, 0)
94+
// Minimum execution time: 57_782_000 picoseconds.
95+
Weight::from_parts(58_393_000, 0)
9696
.saturating_add(Weight::from_parts(0, 3712))
9797
.saturating_add(T::DbWeight::get().reads(4))
9898
.saturating_add(T::DbWeight::get().writes(3))
@@ -109,8 +109,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
109109
// Proof Size summary in bytes:
110110
// Measured: `418`
111111
// Estimated: `3712`
112-
// Minimum execution time: 59_060_000 picoseconds.
113-
Weight::from_parts(59_546_000, 0)
112+
// Minimum execution time: 57_602_000 picoseconds.
113+
Weight::from_parts(58_458_000, 0)
114114
.saturating_add(Weight::from_parts(0, 3712))
115115
.saturating_add(T::DbWeight::get().reads(4))
116116
.saturating_add(T::DbWeight::get().writes(3))
@@ -127,8 +127,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
127127
// Proof Size summary in bytes:
128128
// Measured: `562`
129129
// Estimated: `6434`
130-
// Minimum execution time: 91_624_000 picoseconds.
131-
Weight::from_parts(92_661_000, 0)
130+
// Minimum execution time: 90_545_000 picoseconds.
131+
Weight::from_parts(91_334_000, 0)
132132
.saturating_add(Weight::from_parts(0, 6434))
133133
.saturating_add(T::DbWeight::get().reads(6))
134134
.saturating_add(T::DbWeight::get().writes(4))
@@ -145,8 +145,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
145145
// Proof Size summary in bytes:
146146
// Measured: `418`
147147
// Estimated: `3712`
148-
// Minimum execution time: 77_145_000 picoseconds.
149-
Weight::from_parts(77_984_000, 0)
148+
// Minimum execution time: 76_293_000 picoseconds.
149+
Weight::from_parts(76_911_000, 0)
150150
.saturating_add(Weight::from_parts(0, 3712))
151151
.saturating_add(T::DbWeight::get().reads(4))
152152
.saturating_add(T::DbWeight::get().writes(3))

runtimes/peregrine/src/weights/ctype.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! Autogenerated weights for `ctype`
2020
//!
2121
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.1.0
22-
//! DATE: 2025-07-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: 2025-07-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2323
//! WORST CASE MAP SIZE: `1000000`
2424
//! HOSTNAME: `eyrie-7`, CPU: `Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz`
2525
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -56,11 +56,11 @@ impl<T: frame_system::Config> ctype::WeightInfo for WeightInfo<T> {
5656
// Proof Size summary in bytes:
5757
// Measured: `147`
5858
// Estimated: `3597`
59-
// Minimum execution time: 50_697_000 picoseconds.
60-
Weight::from_parts(50_925_000, 0)
59+
// Minimum execution time: 49_232_000 picoseconds.
60+
Weight::from_parts(49_762_000, 0)
6161
.saturating_add(Weight::from_parts(0, 3597))
62-
// Standard Error: 263
63-
.saturating_add(Weight::from_parts(23_509, 0).saturating_mul(l.into()))
62+
// Standard Error: 179
63+
.saturating_add(Weight::from_parts(16_132, 0).saturating_mul(l.into()))
6464
.saturating_add(T::DbWeight::get().reads(2))
6565
.saturating_add(T::DbWeight::get().writes(2))
6666
}
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> ctype::WeightInfo for WeightInfo<T> {
7070
// Proof Size summary in bytes:
7171
// Measured: `158`
7272
// Estimated: `3553`
73-
// Minimum execution time: 26_566_000 picoseconds.
74-
Weight::from_parts(27_458_000, 0)
73+
// Minimum execution time: 25_421_000 picoseconds.
74+
Weight::from_parts(26_764_000, 0)
7575
.saturating_add(Weight::from_parts(0, 3553))
7676
.saturating_add(T::DbWeight::get().reads(1))
7777
.saturating_add(T::DbWeight::get().writes(1))

runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! Autogenerated weights for `cumulus_pallet_parachain_system`
2020
//!
2121
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.1.0
22-
//! DATE: 2025-07-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: 2025-07-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2323
//! WORST CASE MAP SIZE: `1000000`
2424
//! HOSTNAME: `eyrie-7`, CPU: `Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz`
2525
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -62,11 +62,11 @@ impl<T: frame_system::Config> cumulus_pallet_parachain_system::WeightInfo for We
6262
// Proof Size summary in bytes:
6363
// Measured: `148`
6464
// Estimated: `3517`
65-
// Minimum execution time: 3_712_000 picoseconds.
66-
Weight::from_parts(3_764_000, 0)
65+
// Minimum execution time: 3_775_000 picoseconds.
66+
Weight::from_parts(3_978_000, 0)
6767
.saturating_add(Weight::from_parts(0, 3517))
68-
// Standard Error: 11_876
69-
.saturating_add(Weight::from_parts(164_005_411, 0).saturating_mul(n.into()))
68+
// Standard Error: 14_398
69+
.saturating_add(Weight::from_parts(143_100_630, 0).saturating_mul(n.into()))
7070
.saturating_add(T::DbWeight::get().reads(3))
7171
.saturating_add(T::DbWeight::get().writes(4))
7272
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))

runtimes/peregrine/src/weights/delegation.rs

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! Autogenerated weights for `delegation`
2020
//!
2121
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.1.0
22-
//! DATE: 2025-07-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: 2025-07-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2323
//! WORST CASE MAP SIZE: `1000000`
2424
//! HOSTNAME: `eyrie-7`, CPU: `Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz`
2525
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
6363
// Proof Size summary in bytes:
6464
// Measured: `363`
6565
// Estimated: `3712`
66-
// Minimum execution time: 66_765_000 picoseconds.
67-
Weight::from_parts(67_850_000, 0)
66+
// Minimum execution time: 66_274_000 picoseconds.
67+
Weight::from_parts(66_780_000, 0)
6868
.saturating_add(Weight::from_parts(0, 3712))
6969
.saturating_add(T::DbWeight::get().reads(4))
7070
.saturating_add(T::DbWeight::get().writes(4))
@@ -81,8 +81,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
8181
// Proof Size summary in bytes:
8282
// Measured: `446`
8383
// Estimated: `70340`
84-
// Minimum execution time: 69_118_000 picoseconds.
85-
Weight::from_parts(69_891_000, 0)
84+
// Minimum execution time: 68_451_000 picoseconds.
85+
Weight::from_parts(69_236_000, 0)
8686
.saturating_add(Weight::from_parts(0, 70340))
8787
.saturating_add(T::DbWeight::get().reads(4))
8888
.saturating_add(T::DbWeight::get().writes(4))
@@ -97,13 +97,13 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
9797
// Proof Size summary in bytes:
9898
// Measured: `241 + r * (239 ±0)`
9999
// Estimated: `3545 + r * (34675 ±0)`
100-
// Minimum execution time: 38_729_000 picoseconds.
101-
Weight::from_parts(26_182_328, 0)
100+
// Minimum execution time: 38_369_000 picoseconds.
101+
Weight::from_parts(26_188_775, 0)
102102
.saturating_add(Weight::from_parts(0, 3545))
103-
// Standard Error: 23_227
104-
.saturating_add(Weight::from_parts(14_210_440, 0).saturating_mul(r.into()))
105-
// Standard Error: 23_227
106-
.saturating_add(Weight::from_parts(32_450, 0).saturating_mul(c.into()))
103+
// Standard Error: 24_708
104+
.saturating_add(Weight::from_parts(13_932_293, 0).saturating_mul(r.into()))
105+
// Standard Error: 24_708
106+
.saturating_add(Weight::from_parts(30_602, 0).saturating_mul(c.into()))
107107
.saturating_add(T::DbWeight::get().reads(1))
108108
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
109109
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
@@ -119,11 +119,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
119119
// Proof Size summary in bytes:
120120
// Measured: `414 + c * (239 ±0)`
121121
// Estimated: `35665 + c * (34675 ±0)`
122-
// Minimum execution time: 43_464_000 picoseconds.
123-
Weight::from_parts(39_503_474, 0)
122+
// Minimum execution time: 43_020_000 picoseconds.
123+
Weight::from_parts(39_358_064, 0)
124124
.saturating_add(Weight::from_parts(0, 35665))
125-
// Standard Error: 12_663
126-
.saturating_add(Weight::from_parts(5_830_542, 0).saturating_mul(c.into()))
125+
// Standard Error: 16_407
126+
.saturating_add(Weight::from_parts(5_830_403, 0).saturating_mul(c.into()))
127127
.saturating_add(T::DbWeight::get().reads(2))
128128
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
129129
.saturating_add(T::DbWeight::get().writes(1))
@@ -144,11 +144,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
144144
// Proof Size summary in bytes:
145145
// Measured: `595 + r * (294 ±0)`
146146
// Estimated: `35665 + r * (34675 ±0)`
147-
// Minimum execution time: 113_900_000 picoseconds.
148-
Weight::from_parts(78_417_280, 0)
147+
// Minimum execution time: 111_478_000 picoseconds.
148+
Weight::from_parts(77_215_781, 0)
149149
.saturating_add(Weight::from_parts(0, 35665))
150-
// Standard Error: 49_104
151-
.saturating_add(Weight::from_parts(38_445_241, 0).saturating_mul(r.into()))
150+
// Standard Error: 57_589
151+
.saturating_add(Weight::from_parts(37_971_469, 0).saturating_mul(r.into()))
152152
.saturating_add(T::DbWeight::get().reads(5))
153153
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into())))
154154
.saturating_add(T::DbWeight::get().writes(4))
@@ -170,11 +170,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
170170
// Proof Size summary in bytes:
171171
// Measured: `527 + r * (294 ±0)`
172172
// Estimated: `35665 + r * (34675 ±0)`
173-
// Minimum execution time: 106_662_000 picoseconds.
174-
Weight::from_parts(71_530_500, 0)
173+
// Minimum execution time: 104_744_000 picoseconds.
174+
Weight::from_parts(70_159_963, 0)
175175
.saturating_add(Weight::from_parts(0, 35665))
176-
// Standard Error: 61_723
177-
.saturating_add(Weight::from_parts(38_371_512, 0).saturating_mul(r.into()))
176+
// Standard Error: 63_014
177+
.saturating_add(Weight::from_parts(37_844_491, 0).saturating_mul(r.into()))
178178
.saturating_add(T::DbWeight::get().reads(4))
179179
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into())))
180180
.saturating_add(T::DbWeight::get().writes(4))
@@ -189,8 +189,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
189189
// Proof Size summary in bytes:
190190
// Measured: `613`
191191
// Estimated: `35665`
192-
// Minimum execution time: 19_304_000 picoseconds.
193-
Weight::from_parts(19_553_000, 0)
192+
// Minimum execution time: 18_963_000 picoseconds.
193+
Weight::from_parts(19_324_000, 0)
194194
.saturating_add(Weight::from_parts(0, 35665))
195195
.saturating_add(T::DbWeight::get().reads(2))
196196
}
@@ -201,11 +201,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
201201
// Proof Size summary in bytes:
202202
// Measured: `341 + c * (240 ±0)`
203203
// Estimated: `35665 + c * (34675 ±0)`
204-
// Minimum execution time: 17_612_000 picoseconds.
205-
Weight::from_parts(13_439_425, 0)
204+
// Minimum execution time: 17_510_000 picoseconds.
205+
Weight::from_parts(13_234_110, 0)
206206
.saturating_add(Weight::from_parts(0, 35665))
207-
// Standard Error: 18_787
208-
.saturating_add(Weight::from_parts(5_069_251, 0).saturating_mul(c.into()))
207+
// Standard Error: 20_156
208+
.saturating_add(Weight::from_parts(5_066_094, 0).saturating_mul(c.into()))
209209
.saturating_add(T::DbWeight::get().reads(1))
210210
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
211211
.saturating_add(Weight::from_parts(0, 34675).saturating_mul(c.into()))
@@ -217,11 +217,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
217217
// Proof Size summary in bytes:
218218
// Measured: `341 + c * (240 ±0)`
219219
// Estimated: `35665 + c * (34675 ±0)`
220-
// Minimum execution time: 17_705_000 picoseconds.
221-
Weight::from_parts(13_596_351, 0)
220+
// Minimum execution time: 17_561_000 picoseconds.
221+
Weight::from_parts(13_304_454, 0)
222222
.saturating_add(Weight::from_parts(0, 35665))
223-
// Standard Error: 18_978
224-
.saturating_add(Weight::from_parts(5_002_566, 0).saturating_mul(c.into()))
223+
// Standard Error: 20_254
224+
.saturating_add(Weight::from_parts(5_039_002, 0).saturating_mul(c.into()))
225225
.saturating_add(T::DbWeight::get().reads(1))
226226
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
227227
.saturating_add(Weight::from_parts(0, 34675).saturating_mul(c.into()))
@@ -238,8 +238,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
238238
// Proof Size summary in bytes:
239239
// Measured: `773`
240240
// Estimated: `35665`
241-
// Minimum execution time: 96_806_000 picoseconds.
242-
Weight::from_parts(98_566_000, 0)
241+
// Minimum execution time: 95_286_000 picoseconds.
242+
Weight::from_parts(96_262_000, 0)
243243
.saturating_add(Weight::from_parts(0, 35665))
244244
.saturating_add(T::DbWeight::get().reads(6))
245245
.saturating_add(T::DbWeight::get().writes(4))
@@ -256,8 +256,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
256256
// Proof Size summary in bytes:
257257
// Measured: `629`
258258
// Estimated: `35665`
259-
// Minimum execution time: 82_481_000 picoseconds.
260-
Weight::from_parts(83_455_000, 0)
259+
// Minimum execution time: 80_598_000 picoseconds.
260+
Weight::from_parts(81_757_000, 0)
261261
.saturating_add(Weight::from_parts(0, 35665))
262262
.saturating_add(T::DbWeight::get().reads(4))
263263
.saturating_add(T::DbWeight::get().writes(3))

0 commit comments

Comments
 (0)