mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-30 03:27:56 +00:00
Benchmarks update for release (#355)
* benchmarks update * Updated benchmarks * fex benchmarks
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
|
||||
//! Autogenerated weights for `pallet_conviction_voting`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
|
||||
//! DATE: 2024-06-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 42.0.0
|
||||
//! DATE: 2024-11-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-172-31-15-118`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
// target/release/parachain-template-node
|
||||
// target/release/evm-template-node
|
||||
// benchmark
|
||||
// pallet
|
||||
// --steps=50
|
||||
@@ -46,10 +46,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
/// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `13424`
|
||||
// Measured: `13387`
|
||||
// Estimated: `42428`
|
||||
// Minimum execution time: 135_151_000 picoseconds.
|
||||
Weight::from_parts(159_474_000, 0)
|
||||
// Minimum execution time: 159_524_000 picoseconds.
|
||||
Weight::from_parts(182_460_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 42428))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -70,10 +70,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
/// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `14145`
|
||||
// Measured: `14108`
|
||||
// Estimated: `83866`
|
||||
// Minimum execution time: 168_416_000 picoseconds.
|
||||
Weight::from_parts(193_488_000, 0)
|
||||
// Minimum execution time: 184_188_000 picoseconds.
|
||||
Weight::from_parts(215_521_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 83866))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
@@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `13932`
|
||||
// Estimated: `83866`
|
||||
// Minimum execution time: 145_373_000 picoseconds.
|
||||
Weight::from_parts(162_884_000, 0)
|
||||
// Minimum execution time: 136_470_000 picoseconds.
|
||||
Weight::from_parts(157_855_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 83866))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -104,8 +104,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `13056`
|
||||
// Estimated: `30694`
|
||||
// Minimum execution time: 67_932_000 picoseconds.
|
||||
Weight::from_parts(80_953_000, 0)
|
||||
// Minimum execution time: 68_601_000 picoseconds.
|
||||
Weight::from_parts(84_166_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 30694))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -127,13 +127,13 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
/// The range of component `r` is `[0, 512]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27003 + r * (299 ±0)`
|
||||
// Measured: `26969 + r * (299 ±0)`
|
||||
// Estimated: `83866 + r * (3387 ±0)`
|
||||
// Minimum execution time: 78_779_000 picoseconds.
|
||||
Weight::from_parts(1_096_363_165, 0)
|
||||
// Minimum execution time: 88_237_000 picoseconds.
|
||||
Weight::from_parts(1_131_281_203, 0)
|
||||
.saturating_add(Weight::from_parts(0, 83866))
|
||||
// Standard Error: 82_344
|
||||
.saturating_add(Weight::from_parts(25_343_261, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 86_423
|
||||
.saturating_add(Weight::from_parts(26_429_185, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(45))
|
||||
@@ -153,11 +153,11 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `26897 + r * (299 ±0)`
|
||||
// Estimated: `83866 + r * (3387 ±0)`
|
||||
// Minimum execution time: 41_854_000 picoseconds.
|
||||
Weight::from_parts(1_028_638_375, 0)
|
||||
// Minimum execution time: 40_903_000 picoseconds.
|
||||
Weight::from_parts(1_083_508_414, 0)
|
||||
.saturating_add(Weight::from_parts(0, 83866))
|
||||
// Standard Error: 79_408
|
||||
.saturating_add(Weight::from_parts(25_419_623, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 87_112
|
||||
.saturating_add(Weight::from_parts(26_373_942, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(43))
|
||||
@@ -174,10 +174,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(37), added: 2512, mode: `MaxEncodedLen`)
|
||||
fn unlock() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `12054`
|
||||
// Measured: `12017`
|
||||
// Estimated: `30694`
|
||||
// Minimum execution time: 98_488_000 picoseconds.
|
||||
Weight::from_parts(117_270_000, 0)
|
||||
// Minimum execution time: 98_315_000 picoseconds.
|
||||
Weight::from_parts(126_349_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 30694))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
|
||||
Reference in New Issue
Block a user