mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
update weights (#6897)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_child_bounties`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
@@ -60,13 +60,13 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
/// The range of component `d` is `[0, 16384]`.
|
||||
fn add_child_bounty(d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `710`
|
||||
// Estimated: `10848`
|
||||
// Minimum execution time: 50_470 nanoseconds.
|
||||
Weight::from_parts(52_331_249, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10848))
|
||||
// Measured: `646`
|
||||
// Estimated: `14808`
|
||||
// Minimum execution time: 50_138_000 picoseconds.
|
||||
Weight::from_parts(51_829_783, 0)
|
||||
.saturating_add(Weight::from_parts(0, 14808))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_parts(683, 0).saturating_mul(d.into()))
|
||||
.saturating_add(Weight::from_parts(705, 0).saturating_mul(d.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -78,11 +78,11 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
/// Proof: ChildBounties ChildrenCuratorFees (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
|
||||
fn propose_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `764`
|
||||
// Estimated: `7775`
|
||||
// Minimum execution time: 17_620 nanoseconds.
|
||||
Weight::from_parts(17_884_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7775))
|
||||
// Measured: `700`
|
||||
// Estimated: `10745`
|
||||
// Minimum execution time: 17_630_000 picoseconds.
|
||||
Weight::from_parts(18_089_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10745))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -94,11 +94,11 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `942`
|
||||
// Estimated: `7875`
|
||||
// Minimum execution time: 30_087 nanoseconds.
|
||||
Weight::from_parts(30_599_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7875))
|
||||
// Measured: `846`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 30_082_000 picoseconds.
|
||||
Weight::from_parts(30_536_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10845))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -110,11 +110,11 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `942`
|
||||
// Estimated: `7875`
|
||||
// Minimum execution time: 41_533 nanoseconds.
|
||||
Weight::from_parts(42_196_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7875))
|
||||
// Measured: `846`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 42_561_000 picoseconds.
|
||||
Weight::from_parts(43_263_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10845))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -124,11 +124,11 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
||||
fn award_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `807`
|
||||
// Estimated: `5272`
|
||||
// Minimum execution time: 21_473 nanoseconds.
|
||||
Weight::from_parts(22_029_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5272))
|
||||
// Measured: `743`
|
||||
// Estimated: `7252`
|
||||
// Minimum execution time: 21_717_000 picoseconds.
|
||||
Weight::from_parts(22_164_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7252))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -142,11 +142,11 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(16400), added: 18875, mode: MaxEncodedLen)
|
||||
fn claim_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `778`
|
||||
// Estimated: `12920`
|
||||
// Minimum execution time: 74_169 nanoseconds.
|
||||
Weight::from_parts(74_700_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12920))
|
||||
// Measured: `682`
|
||||
// Estimated: `15890`
|
||||
// Minimum execution time: 72_569_000 picoseconds.
|
||||
Weight::from_parts(74_474_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 15890))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -164,11 +164,11 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(16400), added: 18875, mode: MaxEncodedLen)
|
||||
fn close_child_bounty_added() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1074`
|
||||
// Estimated: `15472`
|
||||
// Minimum execution time: 52_267 nanoseconds.
|
||||
Weight::from_parts(52_826_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 15472))
|
||||
// Measured: `946`
|
||||
// Estimated: `20422`
|
||||
// Minimum execution time: 51_947_000 picoseconds.
|
||||
Weight::from_parts(52_480_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 20422))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -186,11 +186,11 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(16400), added: 18875, mode: MaxEncodedLen)
|
||||
fn close_child_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1293`
|
||||
// Estimated: `18075`
|
||||
// Minimum execution time: 63_634 nanoseconds.
|
||||
Weight::from_parts(64_522_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18075))
|
||||
// Measured: `1133`
|
||||
// Estimated: `23025`
|
||||
// Minimum execution time: 63_618_000 picoseconds.
|
||||
Weight::from_parts(64_227_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 23025))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user