Skip to content

Commit 204f213

Browse files
committed
Benchmarks
1 parent 22057cd commit 204f213

Some content is hidden

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

69 files changed

+3989
-3635
lines changed

runtimes/peregrine/src/weights/attestation.rs

+16-19
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 33.0.0
22-
//! DATE: 2024-06-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: 2024-10-10, 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: Some("dev"), DB CACHE: 1024
@@ -28,16 +28,13 @@
2828
// ./target/release/kilt-parachain
2929
// benchmark
3030
// pallet
31-
// --template=.maintain/runtime-weight-template.hbs
32-
// --header=HEADER-GPL
33-
// --wasm-execution=compiled
3431
// --heap-pages=4096
35-
// --steps=50
36-
// --repeat=20
3732
// --chain=dev
3833
// --pallet=attestation
3934
// --extrinsic=*
40-
// --output=./runtimes/peregrine/src/weights/attestation.rs
35+
// --header=HEADER-GPL
36+
// --template=.maintain/runtime-weight-template.hbs
37+
// --output=./runtimes/peregrine/src/weights/
4138

4239
#![cfg_attr(rustfmt, rustfmt_skip)]
4340
#![allow(unused_parens)]
@@ -63,8 +60,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
6360
// Proof Size summary in bytes:
6461
// Measured: `260`
6562
// Estimated: `3660`
66-
// Minimum execution time: 52_335_000 picoseconds.
67-
Weight::from_parts(53_274_000, 0)
63+
// Minimum execution time: 52_270_000 picoseconds.
64+
Weight::from_parts(52_947_000, 0)
6865
.saturating_add(Weight::from_parts(0, 3660))
6966
.saturating_add(T::DbWeight::get().reads(4))
7067
.saturating_add(T::DbWeight::get().writes(4))
@@ -75,8 +72,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
7572
// Proof Size summary in bytes:
7673
// Measured: `196`
7774
// Estimated: `3660`
78-
// Minimum execution time: 14_393_000 picoseconds.
79-
Weight::from_parts(14_731_000, 0)
75+
// Minimum execution time: 14_625_000 picoseconds.
76+
Weight::from_parts(14_908_000, 0)
8077
.saturating_add(Weight::from_parts(0, 3660))
8178
.saturating_add(T::DbWeight::get().reads(1))
8279
.saturating_add(T::DbWeight::get().writes(1))
@@ -93,8 +90,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
9390
// Proof Size summary in bytes:
9491
// Measured: `437`
9592
// Estimated: `3660`
96-
// Minimum execution time: 47_894_000 picoseconds.
97-
Weight::from_parts(48_491_000, 0)
93+
// Minimum execution time: 46_123_000 picoseconds.
94+
Weight::from_parts(46_445_000, 0)
9895
.saturating_add(Weight::from_parts(0, 3660))
9996
.saturating_add(T::DbWeight::get().reads(4))
10097
.saturating_add(T::DbWeight::get().writes(3))
@@ -111,8 +108,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
111108
// Proof Size summary in bytes:
112109
// Measured: `437`
113110
// Estimated: `3660`
114-
// Minimum execution time: 48_351_000 picoseconds.
115-
Weight::from_parts(48_828_000, 0)
111+
// Minimum execution time: 46_212_000 picoseconds.
112+
Weight::from_parts(46_528_000, 0)
116113
.saturating_add(Weight::from_parts(0, 3660))
117114
.saturating_add(T::DbWeight::get().reads(4))
118115
.saturating_add(T::DbWeight::get().writes(3))
@@ -129,8 +126,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
129126
// Proof Size summary in bytes:
130127
// Measured: `581`
131128
// Estimated: `6326`
132-
// Minimum execution time: 77_624_000 picoseconds.
133-
Weight::from_parts(78_569_000, 0)
129+
// Minimum execution time: 77_563_000 picoseconds.
130+
Weight::from_parts(78_518_000, 0)
134131
.saturating_add(Weight::from_parts(0, 6326))
135132
.saturating_add(T::DbWeight::get().reads(6))
136133
.saturating_add(T::DbWeight::get().writes(5))
@@ -147,8 +144,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
147144
// Proof Size summary in bytes:
148145
// Measured: `437`
149146
// Estimated: `3660`
150-
// Minimum execution time: 71_073_000 picoseconds.
151-
Weight::from_parts(71_519_000, 0)
147+
// Minimum execution time: 72_172_000 picoseconds.
148+
Weight::from_parts(72_973_000, 0)
152149
.saturating_add(Weight::from_parts(0, 3660))
153150
.saturating_add(T::DbWeight::get().reads(4))
154151
.saturating_add(T::DbWeight::get().writes(3))

runtimes/peregrine/src/weights/ctype.rs

+9-12
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 33.0.0
22-
//! DATE: 2024-06-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: 2024-10-10, 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: Some("dev"), DB CACHE: 1024
@@ -28,16 +28,13 @@
2828
// ./target/release/kilt-parachain
2929
// benchmark
3030
// pallet
31-
// --template=.maintain/runtime-weight-template.hbs
32-
// --header=HEADER-GPL
33-
// --wasm-execution=compiled
3431
// --heap-pages=4096
35-
// --steps=50
36-
// --repeat=20
3732
// --chain=dev
3833
// --pallet=ctype
3934
// --extrinsic=*
40-
// --output=./runtimes/peregrine/src/weights/ctype.rs
35+
// --header=HEADER-GPL
36+
// --template=.maintain/runtime-weight-template.hbs
37+
// --output=./runtimes/peregrine/src/weights/
4138

4239
#![cfg_attr(rustfmt, rustfmt_skip)]
4340
#![allow(unused_parens)]
@@ -58,11 +55,11 @@ impl<T: frame_system::Config> ctype::WeightInfo for WeightInfo<T> {
5855
// Proof Size summary in bytes:
5956
// Measured: `254`
6057
// Estimated: `6204`
61-
// Minimum execution time: 43_876_000 picoseconds.
62-
Weight::from_parts(44_318_000, 0)
58+
// Minimum execution time: 45_181_000 picoseconds.
59+
Weight::from_parts(45_629_000, 0)
6360
.saturating_add(Weight::from_parts(0, 6204))
6461
// Standard Error: 0
65-
.saturating_add(Weight::from_parts(1_566, 0).saturating_mul(l.into()))
62+
.saturating_add(Weight::from_parts(1_611, 0).saturating_mul(l.into()))
6663
.saturating_add(T::DbWeight::get().reads(3))
6764
.saturating_add(T::DbWeight::get().writes(3))
6865
}
@@ -72,8 +69,8 @@ impl<T: frame_system::Config> ctype::WeightInfo for WeightInfo<T> {
7269
// Proof Size summary in bytes:
7370
// Measured: `158`
7471
// Estimated: `3553`
75-
// Minimum execution time: 15_009_000 picoseconds.
76-
Weight::from_parts(15_716_000, 0)
72+
// Minimum execution time: 15_380_000 picoseconds.
73+
Weight::from_parts(15_967_000, 0)
7774
.saturating_add(Weight::from_parts(0, 3553))
7875
.saturating_add(T::DbWeight::get().reads(1))
7976
.saturating_add(T::DbWeight::get().writes(1))

runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs

+9-12
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 33.0.0
22-
//! DATE: 2024-06-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: 2024-10-10, 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: Some("dev"), DB CACHE: 1024
@@ -28,16 +28,13 @@
2828
// ./target/release/kilt-parachain
2929
// benchmark
3030
// pallet
31-
// --template=.maintain/runtime-weight-template.hbs
32-
// --header=HEADER-GPL
33-
// --wasm-execution=compiled
3431
// --heap-pages=4096
35-
// --steps=50
36-
// --repeat=20
3732
// --chain=dev
38-
// --pallet=cumulus_pallet_parachain_system
33+
// --pallet=cumulus-pallet-parachain-system
3934
// --extrinsic=*
40-
// --output=./runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs
35+
// --header=HEADER-GPL
36+
// --template=.maintain/runtime-weight-template.hbs
37+
// --output=./runtimes/peregrine/src/weights/
4138

4239
#![cfg_attr(rustfmt, rustfmt_skip)]
4340
#![allow(unused_parens)]
@@ -64,11 +61,11 @@ impl<T: frame_system::Config> cumulus_pallet_parachain_system::WeightInfo for We
6461
// Proof Size summary in bytes:
6562
// Measured: `115`
6663
// Estimated: `3517`
67-
// Minimum execution time: 1_841_000 picoseconds.
68-
Weight::from_parts(1_928_000, 0)
64+
// Minimum execution time: 1_840_000 picoseconds.
65+
Weight::from_parts(1_884_000, 0)
6966
.saturating_add(Weight::from_parts(0, 3517))
70-
// Standard Error: 18_371
71-
.saturating_add(Weight::from_parts(193_473_787, 0).saturating_mul(n.into()))
67+
// Standard Error: 14_595
68+
.saturating_add(Weight::from_parts(203_232_253, 0).saturating_mul(n.into()))
7269
.saturating_add(T::DbWeight::get().reads(3))
7370
.saturating_add(T::DbWeight::get().writes(4))
7471
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))

runtimes/peregrine/src/weights/delegation.rs

+40-43
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 33.0.0
22-
//! DATE: 2024-06-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: 2024-10-10, 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: Some("dev"), DB CACHE: 1024
@@ -28,16 +28,13 @@
2828
// ./target/release/kilt-parachain
2929
// benchmark
3030
// pallet
31-
// --template=.maintain/runtime-weight-template.hbs
32-
// --header=HEADER-GPL
33-
// --wasm-execution=compiled
3431
// --heap-pages=4096
35-
// --steps=50
36-
// --repeat=20
3732
// --chain=dev
3833
// --pallet=delegation
3934
// --extrinsic=*
40-
// --output=./runtimes/peregrine/src/weights/delegation.rs
35+
// --header=HEADER-GPL
36+
// --template=.maintain/runtime-weight-template.hbs
37+
// --output=./runtimes/peregrine/src/weights/
4138

4239
#![cfg_attr(rustfmt, rustfmt_skip)]
4340
#![allow(unused_parens)]
@@ -65,8 +62,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
6562
// Proof Size summary in bytes:
6663
// Measured: `363`
6764
// Estimated: `3658`
68-
// Minimum execution time: 54_699_000 picoseconds.
69-
Weight::from_parts(55_207_000, 0)
65+
// Minimum execution time: 54_084_000 picoseconds.
66+
Weight::from_parts(54_636_000, 0)
7067
.saturating_add(Weight::from_parts(0, 3658))
7168
.saturating_add(T::DbWeight::get().reads(4))
7269
.saturating_add(T::DbWeight::get().writes(5))
@@ -83,8 +80,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
8380
// Proof Size summary in bytes:
8481
// Measured: `502`
8582
// Estimated: `70340`
86-
// Minimum execution time: 59_709_000 picoseconds.
87-
Weight::from_parts(60_141_000, 0)
83+
// Minimum execution time: 59_257_000 picoseconds.
84+
Weight::from_parts(59_883_000, 0)
8885
.saturating_add(Weight::from_parts(0, 70340))
8986
.saturating_add(T::DbWeight::get().reads(4))
9087
.saturating_add(T::DbWeight::get().writes(5))
@@ -99,13 +96,13 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
9996
// Proof Size summary in bytes:
10097
// Measured: `241 + r * (239 ±0)`
10198
// Estimated: `3545 + r * (34675 ±0)`
102-
// Minimum execution time: 24_320_000 picoseconds.
103-
Weight::from_parts(15_889_244, 0)
99+
// Minimum execution time: 24_068_000 picoseconds.
100+
Weight::from_parts(15_376_596, 0)
104101
.saturating_add(Weight::from_parts(0, 3545))
105-
// Standard Error: 11_872
106-
.saturating_add(Weight::from_parts(9_382_556, 0).saturating_mul(r.into()))
107-
// Standard Error: 11_872
108-
.saturating_add(Weight::from_parts(42_441, 0).saturating_mul(c.into()))
102+
// Standard Error: 15_452
103+
.saturating_add(Weight::from_parts(9_580_902, 0).saturating_mul(r.into()))
104+
// Standard Error: 15_452
105+
.saturating_add(Weight::from_parts(95_453, 0).saturating_mul(c.into()))
109106
.saturating_add(T::DbWeight::get().reads(1))
110107
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
111108
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
@@ -121,11 +118,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
121118
// Proof Size summary in bytes:
122119
// Measured: `414 + c * (239 ±0)`
123120
// Estimated: `35665 + c * (34675 ±0)`
124-
// Minimum execution time: 27_798_000 picoseconds.
125-
Weight::from_parts(25_412_478, 0)
121+
// Minimum execution time: 27_458_000 picoseconds.
122+
Weight::from_parts(25_073_392, 0)
126123
.saturating_add(Weight::from_parts(0, 35665))
127-
// Standard Error: 17_146
128-
.saturating_add(Weight::from_parts(4_219_254, 0).saturating_mul(c.into()))
124+
// Standard Error: 15_398
125+
.saturating_add(Weight::from_parts(4_051_228, 0).saturating_mul(c.into()))
129126
.saturating_add(T::DbWeight::get().reads(2))
130127
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
131128
.saturating_add(T::DbWeight::get().writes(1))
@@ -146,11 +143,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
146143
// Proof Size summary in bytes:
147144
// Measured: `651 + r * (294 ±0)`
148145
// Estimated: `35665 + r * (34675 ±0)`
149-
// Minimum execution time: 99_737_000 picoseconds.
150-
Weight::from_parts(67_169_789, 0)
146+
// Minimum execution time: 96_534_000 picoseconds.
147+
Weight::from_parts(63_355_149, 0)
151148
.saturating_add(Weight::from_parts(0, 35665))
152-
// Standard Error: 69_804
153-
.saturating_add(Weight::from_parts(36_006_219, 0).saturating_mul(r.into()))
149+
// Standard Error: 47_839
150+
.saturating_add(Weight::from_parts(35_808_960, 0).saturating_mul(r.into()))
154151
.saturating_add(T::DbWeight::get().reads(5))
155152
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into())))
156153
.saturating_add(T::DbWeight::get().writes(4))
@@ -172,11 +169,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
172169
// Proof Size summary in bytes:
173170
// Measured: `583 + r * (294 ±0)`
174171
// Estimated: `35665 + r * (34675 ±0)`
175-
// Minimum execution time: 95_277_000 picoseconds.
176-
Weight::from_parts(62_361_345, 0)
172+
// Minimum execution time: 91_223_000 picoseconds.
173+
Weight::from_parts(57_696_076, 0)
177174
.saturating_add(Weight::from_parts(0, 35665))
178-
// Standard Error: 72_256
179-
.saturating_add(Weight::from_parts(36_212_512, 0).saturating_mul(r.into()))
175+
// Standard Error: 54_462
176+
.saturating_add(Weight::from_parts(36_099_679, 0).saturating_mul(r.into()))
180177
.saturating_add(T::DbWeight::get().reads(4))
181178
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into())))
182179
.saturating_add(T::DbWeight::get().writes(4))
@@ -191,8 +188,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
191188
// Proof Size summary in bytes:
192189
// Measured: `613`
193190
// Estimated: `35665`
194-
// Minimum execution time: 12_206_000 picoseconds.
195-
Weight::from_parts(12_555_000, 0)
191+
// Minimum execution time: 11_830_000 picoseconds.
192+
Weight::from_parts(12_074_000, 0)
196193
.saturating_add(Weight::from_parts(0, 35665))
197194
.saturating_add(T::DbWeight::get().reads(2))
198195
}
@@ -203,11 +200,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
203200
// Proof Size summary in bytes:
204201
// Measured: `341 + c * (240 ±0)`
205202
// Estimated: `35665 + c * (34675 ±0)`
206-
// Minimum execution time: 11_218_000 picoseconds.
207-
Weight::from_parts(8_196_690, 0)
203+
// Minimum execution time: 10_705_000 picoseconds.
204+
Weight::from_parts(7_732_042, 0)
208205
.saturating_add(Weight::from_parts(0, 35665))
209-
// Standard Error: 16_268
210-
.saturating_add(Weight::from_parts(3_563_546, 0).saturating_mul(c.into()))
206+
// Standard Error: 15_514
207+
.saturating_add(Weight::from_parts(3_537_266, 0).saturating_mul(c.into()))
211208
.saturating_add(T::DbWeight::get().reads(1))
212209
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
213210
.saturating_add(Weight::from_parts(0, 34675).saturating_mul(c.into()))
@@ -219,11 +216,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
219216
// Proof Size summary in bytes:
220217
// Measured: `341 + c * (240 ±0)`
221218
// Estimated: `35665 + c * (34675 ±0)`
222-
// Minimum execution time: 11_180_000 picoseconds.
223-
Weight::from_parts(8_147_080, 0)
219+
// Minimum execution time: 10_695_000 picoseconds.
220+
Weight::from_parts(7_736_905, 0)
224221
.saturating_add(Weight::from_parts(0, 35665))
225-
// Standard Error: 15_643
226-
.saturating_add(Weight::from_parts(3_634_816, 0).saturating_mul(c.into()))
222+
// Standard Error: 15_795
223+
.saturating_add(Weight::from_parts(3_549_190, 0).saturating_mul(c.into()))
227224
.saturating_add(T::DbWeight::get().reads(1))
228225
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
229226
.saturating_add(Weight::from_parts(0, 34675).saturating_mul(c.into()))
@@ -240,8 +237,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
240237
// Proof Size summary in bytes:
241238
// Measured: `829`
242239
// Estimated: `35665`
243-
// Minimum execution time: 83_409_000 picoseconds.
244-
Weight::from_parts(84_131_000, 0)
240+
// Minimum execution time: 82_218_000 picoseconds.
241+
Weight::from_parts(83_030_000, 0)
245242
.saturating_add(Weight::from_parts(0, 35665))
246243
.saturating_add(T::DbWeight::get().reads(6))
247244
.saturating_add(T::DbWeight::get().writes(5))
@@ -258,8 +255,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
258255
// Proof Size summary in bytes:
259256
// Measured: `685`
260257
// Estimated: `35665`
261-
// Minimum execution time: 76_806_000 picoseconds.
262-
Weight::from_parts(77_508_000, 0)
258+
// Minimum execution time: 75_677_000 picoseconds.
259+
Weight::from_parts(76_275_000, 0)
263260
.saturating_add(Weight::from_parts(0, 35665))
264261
.saturating_add(T::DbWeight::get().reads(4))
265262
.saturating_add(T::DbWeight::get().writes(3))

0 commit comments

Comments
 (0)