mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Update all weights (#13614)
* Empty commit * ".git/.scripts/commands/bench/bench.sh" all --------- Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
b117dbdf08
commit
3a3d93afee
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_recovery
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,6 +31,9 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_recovery
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,9 +70,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn as_recovered() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2555`
|
||||
// Minimum execution time: 8_866 nanoseconds.
|
||||
Weight::from_parts(9_065_000, 2555)
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 9_937_000 picoseconds.
|
||||
Weight::from_parts(10_213_000, 3545)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Proxy (r:0 w:1)
|
||||
@@ -78,8 +81,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_893 nanoseconds.
|
||||
Weight::from_parts(9_177_000, 0)
|
||||
// Minimum execution time: 9_704_000 picoseconds.
|
||||
Weight::from_parts(9_997_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
@@ -88,11 +91,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn create_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `2826`
|
||||
// Minimum execution time: 20_662 nanoseconds.
|
||||
Weight::from_parts(21_378_064, 2826)
|
||||
// Standard Error: 3_350
|
||||
.saturating_add(Weight::from_parts(83_738, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3816`
|
||||
// Minimum execution time: 23_260_000 picoseconds.
|
||||
Weight::from_parts(24_408_081, 3816)
|
||||
// Standard Error: 3_086
|
||||
.saturating_add(Weight::from_parts(41_628, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -103,9 +106,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn initiate_recovery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 24_805 nanoseconds.
|
||||
Weight::from_parts(25_273_000, 5690)
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 28_148_000 picoseconds.
|
||||
Weight::from_parts(28_577_000, 7670)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -116,12 +119,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn vouch_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `423 + n * (64 ±0)`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 17_837 nanoseconds.
|
||||
Weight::from_parts(18_429_664, 5690)
|
||||
// Standard Error: 3_187
|
||||
.saturating_add(Weight::from_parts(143_648, 0).saturating_mul(n.into()))
|
||||
// Measured: `360 + n * (64 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 20_395_000 picoseconds.
|
||||
Weight::from_parts(21_287_972, 7670)
|
||||
// Standard Error: 4_464
|
||||
.saturating_add(Weight::from_parts(170_214, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -134,12 +137,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn claim_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `455 + n * (64 ±0)`
|
||||
// Estimated: `8245`
|
||||
// Minimum execution time: 21_960 nanoseconds.
|
||||
Weight::from_parts(22_529_644, 8245)
|
||||
// Standard Error: 2_945
|
||||
.saturating_add(Weight::from_parts(85_604, 0).saturating_mul(n.into()))
|
||||
// Measured: `392 + n * (64 ±0)`
|
||||
// Estimated: `11215`
|
||||
// Minimum execution time: 24_902_000 picoseconds.
|
||||
Weight::from_parts(25_662_621, 11215)
|
||||
// Standard Error: 3_101
|
||||
.saturating_add(Weight::from_parts(60_748, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -150,12 +153,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn close_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `576 + n * (32 ±0)`
|
||||
// Estimated: `5467`
|
||||
// Minimum execution time: 26_054 nanoseconds.
|
||||
Weight::from_parts(26_724_866, 5467)
|
||||
// Standard Error: 2_645
|
||||
.saturating_add(Weight::from_parts(104_301, 0).saturating_mul(n.into()))
|
||||
// Measured: `513 + n * (32 ±0)`
|
||||
// Estimated: `7447`
|
||||
// Minimum execution time: 30_071_000 picoseconds.
|
||||
Weight::from_parts(30_727_760, 7447)
|
||||
// Standard Error: 4_442
|
||||
.saturating_add(Weight::from_parts(98_153, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -164,14 +167,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn remove_recovery(n: u32, ) -> Weight {
|
||||
fn remove_recovery(_n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `302 + n * (32 ±0)`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 25_110 nanoseconds.
|
||||
Weight::from_parts(25_805_837, 5690)
|
||||
// Standard Error: 2_732
|
||||
.saturating_add(Weight::from_parts(73_458, 0).saturating_mul(n.into()))
|
||||
// Measured: `270 + n * (32 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 29_088_000 picoseconds.
|
||||
Weight::from_parts(30_535_744, 7670)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -180,9 +181,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_recovered() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2555`
|
||||
// Minimum execution time: 11_061 nanoseconds.
|
||||
Weight::from_parts(11_291_000, 2555)
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 12_712_000 picoseconds.
|
||||
Weight::from_parts(12_980_000, 3545)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -195,9 +196,9 @@ impl WeightInfo for () {
|
||||
fn as_recovered() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2555`
|
||||
// Minimum execution time: 8_866 nanoseconds.
|
||||
Weight::from_parts(9_065_000, 2555)
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 9_937_000 picoseconds.
|
||||
Weight::from_parts(10_213_000, 3545)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Proxy (r:0 w:1)
|
||||
@@ -206,8 +207,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_893 nanoseconds.
|
||||
Weight::from_parts(9_177_000, 0)
|
||||
// Minimum execution time: 9_704_000 picoseconds.
|
||||
Weight::from_parts(9_997_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
@@ -216,11 +217,11 @@ impl WeightInfo for () {
|
||||
fn create_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `2826`
|
||||
// Minimum execution time: 20_662 nanoseconds.
|
||||
Weight::from_parts(21_378_064, 2826)
|
||||
// Standard Error: 3_350
|
||||
.saturating_add(Weight::from_parts(83_738, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3816`
|
||||
// Minimum execution time: 23_260_000 picoseconds.
|
||||
Weight::from_parts(24_408_081, 3816)
|
||||
// Standard Error: 3_086
|
||||
.saturating_add(Weight::from_parts(41_628, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -231,9 +232,9 @@ impl WeightInfo for () {
|
||||
fn initiate_recovery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 24_805 nanoseconds.
|
||||
Weight::from_parts(25_273_000, 5690)
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 28_148_000 picoseconds.
|
||||
Weight::from_parts(28_577_000, 7670)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -244,12 +245,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn vouch_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `423 + n * (64 ±0)`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 17_837 nanoseconds.
|
||||
Weight::from_parts(18_429_664, 5690)
|
||||
// Standard Error: 3_187
|
||||
.saturating_add(Weight::from_parts(143_648, 0).saturating_mul(n.into()))
|
||||
// Measured: `360 + n * (64 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 20_395_000 picoseconds.
|
||||
Weight::from_parts(21_287_972, 7670)
|
||||
// Standard Error: 4_464
|
||||
.saturating_add(Weight::from_parts(170_214, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -262,12 +263,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn claim_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `455 + n * (64 ±0)`
|
||||
// Estimated: `8245`
|
||||
// Minimum execution time: 21_960 nanoseconds.
|
||||
Weight::from_parts(22_529_644, 8245)
|
||||
// Standard Error: 2_945
|
||||
.saturating_add(Weight::from_parts(85_604, 0).saturating_mul(n.into()))
|
||||
// Measured: `392 + n * (64 ±0)`
|
||||
// Estimated: `11215`
|
||||
// Minimum execution time: 24_902_000 picoseconds.
|
||||
Weight::from_parts(25_662_621, 11215)
|
||||
// Standard Error: 3_101
|
||||
.saturating_add(Weight::from_parts(60_748, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -278,12 +279,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn close_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `576 + n * (32 ±0)`
|
||||
// Estimated: `5467`
|
||||
// Minimum execution time: 26_054 nanoseconds.
|
||||
Weight::from_parts(26_724_866, 5467)
|
||||
// Standard Error: 2_645
|
||||
.saturating_add(Weight::from_parts(104_301, 0).saturating_mul(n.into()))
|
||||
// Measured: `513 + n * (32 ±0)`
|
||||
// Estimated: `7447`
|
||||
// Minimum execution time: 30_071_000 picoseconds.
|
||||
Weight::from_parts(30_727_760, 7447)
|
||||
// Standard Error: 4_442
|
||||
.saturating_add(Weight::from_parts(98_153, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -292,14 +293,12 @@ impl WeightInfo for () {
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn remove_recovery(n: u32, ) -> Weight {
|
||||
fn remove_recovery(_n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `302 + n * (32 ±0)`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 25_110 nanoseconds.
|
||||
Weight::from_parts(25_805_837, 5690)
|
||||
// Standard Error: 2_732
|
||||
.saturating_add(Weight::from_parts(73_458, 0).saturating_mul(n.into()))
|
||||
// Measured: `270 + n * (32 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 29_088_000 picoseconds.
|
||||
Weight::from_parts(30_535_744, 7670)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -308,9 +307,9 @@ impl WeightInfo for () {
|
||||
fn cancel_recovered() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2555`
|
||||
// Minimum execution time: 11_061 nanoseconds.
|
||||
Weight::from_parts(11_291_000, 2555)
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 12_712_000 picoseconds.
|
||||
Weight::from_parts(12_980_000, 3545)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user