Skip to content

Commit

Permalink
Benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el authored and ntn-x2 committed Oct 11, 2024
1 parent 912135a commit 732f4bb
Show file tree
Hide file tree
Showing 69 changed files with 3,989 additions and 3,635 deletions.
35 changes: 16 additions & 19 deletions runtimes/peregrine/src/weights/attestation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for `attestation`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 33.0.0
//! DATE: 2024-06-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2024-10-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `eyrie-7`, CPU: `Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz`
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
Expand All @@ -28,16 +28,13 @@
// ./target/release/kilt-parachain
// benchmark
// pallet
// --template=.maintain/runtime-weight-template.hbs
// --header=HEADER-GPL
// --wasm-execution=compiled
// --heap-pages=4096
// --steps=50
// --repeat=20
// --chain=dev
// --pallet=attestation
// --extrinsic=*
// --output=./runtimes/peregrine/src/weights/attestation.rs
// --header=HEADER-GPL
// --template=.maintain/runtime-weight-template.hbs
// --output=./runtimes/peregrine/src/weights/

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
Expand All @@ -63,8 +60,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `260`
// Estimated: `3660`
// Minimum execution time: 52_335_000 picoseconds.
Weight::from_parts(53_274_000, 0)
// Minimum execution time: 52_270_000 picoseconds.
Weight::from_parts(52_947_000, 0)
.saturating_add(Weight::from_parts(0, 3660))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
Expand All @@ -75,8 +72,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `196`
// Estimated: `3660`
// Minimum execution time: 14_393_000 picoseconds.
Weight::from_parts(14_731_000, 0)
// Minimum execution time: 14_625_000 picoseconds.
Weight::from_parts(14_908_000, 0)
.saturating_add(Weight::from_parts(0, 3660))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -93,8 +90,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `437`
// Estimated: `3660`
// Minimum execution time: 47_894_000 picoseconds.
Weight::from_parts(48_491_000, 0)
// Minimum execution time: 46_123_000 picoseconds.
Weight::from_parts(46_445_000, 0)
.saturating_add(Weight::from_parts(0, 3660))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
Expand All @@ -111,8 +108,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `437`
// Estimated: `3660`
// Minimum execution time: 48_351_000 picoseconds.
Weight::from_parts(48_828_000, 0)
// Minimum execution time: 46_212_000 picoseconds.
Weight::from_parts(46_528_000, 0)
.saturating_add(Weight::from_parts(0, 3660))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
Expand All @@ -129,8 +126,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `581`
// Estimated: `6326`
// Minimum execution time: 77_624_000 picoseconds.
Weight::from_parts(78_569_000, 0)
// Minimum execution time: 77_563_000 picoseconds.
Weight::from_parts(78_518_000, 0)
.saturating_add(Weight::from_parts(0, 6326))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(5))
Expand All @@ -147,8 +144,8 @@ impl<T: frame_system::Config> attestation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `437`
// Estimated: `3660`
// Minimum execution time: 71_073_000 picoseconds.
Weight::from_parts(71_519_000, 0)
// Minimum execution time: 72_172_000 picoseconds.
Weight::from_parts(72_973_000, 0)
.saturating_add(Weight::from_parts(0, 3660))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
Expand Down
21 changes: 9 additions & 12 deletions runtimes/peregrine/src/weights/ctype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for `ctype`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 33.0.0
//! DATE: 2024-06-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2024-10-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `eyrie-7`, CPU: `Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz`
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
Expand All @@ -28,16 +28,13 @@
// ./target/release/kilt-parachain
// benchmark
// pallet
// --template=.maintain/runtime-weight-template.hbs
// --header=HEADER-GPL
// --wasm-execution=compiled
// --heap-pages=4096
// --steps=50
// --repeat=20
// --chain=dev
// --pallet=ctype
// --extrinsic=*
// --output=./runtimes/peregrine/src/weights/ctype.rs
// --header=HEADER-GPL
// --template=.maintain/runtime-weight-template.hbs
// --output=./runtimes/peregrine/src/weights/

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
Expand All @@ -58,11 +55,11 @@ impl<T: frame_system::Config> ctype::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `254`
// Estimated: `6204`
// Minimum execution time: 43_876_000 picoseconds.
Weight::from_parts(44_318_000, 0)
// Minimum execution time: 45_181_000 picoseconds.
Weight::from_parts(45_629_000, 0)
.saturating_add(Weight::from_parts(0, 6204))
// Standard Error: 0
.saturating_add(Weight::from_parts(1_566, 0).saturating_mul(l.into()))
.saturating_add(Weight::from_parts(1_611, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
Expand All @@ -72,8 +69,8 @@ impl<T: frame_system::Config> ctype::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `158`
// Estimated: `3553`
// Minimum execution time: 15_009_000 picoseconds.
Weight::from_parts(15_716_000, 0)
// Minimum execution time: 15_380_000 picoseconds.
Weight::from_parts(15_967_000, 0)
.saturating_add(Weight::from_parts(0, 3553))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand Down
21 changes: 9 additions & 12 deletions runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for `cumulus_pallet_parachain_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 33.0.0
//! DATE: 2024-06-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2024-10-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `eyrie-7`, CPU: `Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz`
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
Expand All @@ -28,16 +28,13 @@
// ./target/release/kilt-parachain
// benchmark
// pallet
// --template=.maintain/runtime-weight-template.hbs
// --header=HEADER-GPL
// --wasm-execution=compiled
// --heap-pages=4096
// --steps=50
// --repeat=20
// --chain=dev
// --pallet=cumulus_pallet_parachain_system
// --pallet=cumulus-pallet-parachain-system
// --extrinsic=*
// --output=./runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs
// --header=HEADER-GPL
// --template=.maintain/runtime-weight-template.hbs
// --output=./runtimes/peregrine/src/weights/

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
Expand All @@ -64,11 +61,11 @@ impl<T: frame_system::Config> cumulus_pallet_parachain_system::WeightInfo for We
// Proof Size summary in bytes:
// Measured: `115`
// Estimated: `3517`
// Minimum execution time: 1_841_000 picoseconds.
Weight::from_parts(1_928_000, 0)
// Minimum execution time: 1_840_000 picoseconds.
Weight::from_parts(1_884_000, 0)
.saturating_add(Weight::from_parts(0, 3517))
// Standard Error: 18_371
.saturating_add(Weight::from_parts(193_473_787, 0).saturating_mul(n.into()))
// Standard Error: 14_595
.saturating_add(Weight::from_parts(203_232_253, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(4))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
Expand Down
83 changes: 40 additions & 43 deletions runtimes/peregrine/src/weights/delegation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for `delegation`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 33.0.0
//! DATE: 2024-06-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2024-10-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `eyrie-7`, CPU: `Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz`
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
Expand All @@ -28,16 +28,13 @@
// ./target/release/kilt-parachain
// benchmark
// pallet
// --template=.maintain/runtime-weight-template.hbs
// --header=HEADER-GPL
// --wasm-execution=compiled
// --heap-pages=4096
// --steps=50
// --repeat=20
// --chain=dev
// --pallet=delegation
// --extrinsic=*
// --output=./runtimes/peregrine/src/weights/delegation.rs
// --header=HEADER-GPL
// --template=.maintain/runtime-weight-template.hbs
// --output=./runtimes/peregrine/src/weights/

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
Expand Down Expand Up @@ -65,8 +62,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `363`
// Estimated: `3658`
// Minimum execution time: 54_699_000 picoseconds.
Weight::from_parts(55_207_000, 0)
// Minimum execution time: 54_084_000 picoseconds.
Weight::from_parts(54_636_000, 0)
.saturating_add(Weight::from_parts(0, 3658))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(5))
Expand All @@ -83,8 +80,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `502`
// Estimated: `70340`
// Minimum execution time: 59_709_000 picoseconds.
Weight::from_parts(60_141_000, 0)
// Minimum execution time: 59_257_000 picoseconds.
Weight::from_parts(59_883_000, 0)
.saturating_add(Weight::from_parts(0, 70340))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(5))
Expand All @@ -99,13 +96,13 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `241 + r * (239 ±0)`
// Estimated: `3545 + r * (34675 ±0)`
// Minimum execution time: 24_320_000 picoseconds.
Weight::from_parts(15_889_244, 0)
// Minimum execution time: 24_068_000 picoseconds.
Weight::from_parts(15_376_596, 0)
.saturating_add(Weight::from_parts(0, 3545))
// Standard Error: 11_872
.saturating_add(Weight::from_parts(9_382_556, 0).saturating_mul(r.into()))
// Standard Error: 11_872
.saturating_add(Weight::from_parts(42_441, 0).saturating_mul(c.into()))
// Standard Error: 15_452
.saturating_add(Weight::from_parts(9_580_902, 0).saturating_mul(r.into()))
// Standard Error: 15_452
.saturating_add(Weight::from_parts(95_453, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
Expand All @@ -121,11 +118,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `414 + c * (239 ±0)`
// Estimated: `35665 + c * (34675 ±0)`
// Minimum execution time: 27_798_000 picoseconds.
Weight::from_parts(25_412_478, 0)
// Minimum execution time: 27_458_000 picoseconds.
Weight::from_parts(25_073_392, 0)
.saturating_add(Weight::from_parts(0, 35665))
// Standard Error: 17_146
.saturating_add(Weight::from_parts(4_219_254, 0).saturating_mul(c.into()))
// Standard Error: 15_398
.saturating_add(Weight::from_parts(4_051_228, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -146,11 +143,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `651 + r * (294 ±0)`
// Estimated: `35665 + r * (34675 ±0)`
// Minimum execution time: 99_737_000 picoseconds.
Weight::from_parts(67_169_789, 0)
// Minimum execution time: 96_534_000 picoseconds.
Weight::from_parts(63_355_149, 0)
.saturating_add(Weight::from_parts(0, 35665))
// Standard Error: 69_804
.saturating_add(Weight::from_parts(36_006_219, 0).saturating_mul(r.into()))
// Standard Error: 47_839
.saturating_add(Weight::from_parts(35_808_960, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(4))
Expand All @@ -172,11 +169,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `583 + r * (294 ±0)`
// Estimated: `35665 + r * (34675 ±0)`
// Minimum execution time: 95_277_000 picoseconds.
Weight::from_parts(62_361_345, 0)
// Minimum execution time: 91_223_000 picoseconds.
Weight::from_parts(57_696_076, 0)
.saturating_add(Weight::from_parts(0, 35665))
// Standard Error: 72_256
.saturating_add(Weight::from_parts(36_212_512, 0).saturating_mul(r.into()))
// Standard Error: 54_462
.saturating_add(Weight::from_parts(36_099_679, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(4))
Expand All @@ -191,8 +188,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `613`
// Estimated: `35665`
// Minimum execution time: 12_206_000 picoseconds.
Weight::from_parts(12_555_000, 0)
// Minimum execution time: 11_830_000 picoseconds.
Weight::from_parts(12_074_000, 0)
.saturating_add(Weight::from_parts(0, 35665))
.saturating_add(T::DbWeight::get().reads(2))
}
Expand All @@ -203,11 +200,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `341 + c * (240 ±0)`
// Estimated: `35665 + c * (34675 ±0)`
// Minimum execution time: 11_218_000 picoseconds.
Weight::from_parts(8_196_690, 0)
// Minimum execution time: 10_705_000 picoseconds.
Weight::from_parts(7_732_042, 0)
.saturating_add(Weight::from_parts(0, 35665))
// Standard Error: 16_268
.saturating_add(Weight::from_parts(3_563_546, 0).saturating_mul(c.into()))
// Standard Error: 15_514
.saturating_add(Weight::from_parts(3_537_266, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
.saturating_add(Weight::from_parts(0, 34675).saturating_mul(c.into()))
Expand All @@ -219,11 +216,11 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `341 + c * (240 ±0)`
// Estimated: `35665 + c * (34675 ±0)`
// Minimum execution time: 11_180_000 picoseconds.
Weight::from_parts(8_147_080, 0)
// Minimum execution time: 10_695_000 picoseconds.
Weight::from_parts(7_736_905, 0)
.saturating_add(Weight::from_parts(0, 35665))
// Standard Error: 15_643
.saturating_add(Weight::from_parts(3_634_816, 0).saturating_mul(c.into()))
// Standard Error: 15_795
.saturating_add(Weight::from_parts(3_549_190, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
.saturating_add(Weight::from_parts(0, 34675).saturating_mul(c.into()))
Expand All @@ -240,8 +237,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `829`
// Estimated: `35665`
// Minimum execution time: 83_409_000 picoseconds.
Weight::from_parts(84_131_000, 0)
// Minimum execution time: 82_218_000 picoseconds.
Weight::from_parts(83_030_000, 0)
.saturating_add(Weight::from_parts(0, 35665))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(5))
Expand All @@ -258,8 +255,8 @@ impl<T: frame_system::Config> delegation::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `685`
// Estimated: `35665`
// Minimum execution time: 76_806_000 picoseconds.
Weight::from_parts(77_508_000, 0)
// Minimum execution time: 75_677_000 picoseconds.
Weight::from_parts(76_275_000, 0)
.saturating_add(Weight::from_parts(0, 35665))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
Expand Down
Loading

0 comments on commit 732f4bb

Please sign in to comment.