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:
Oliver Tale-Yazdi
2023-03-16 17:57:45 +01:00
committed by GitHub
parent b117dbdf08
commit 3a3d93afee
48 changed files with 6017 additions and 6041 deletions
+73 -70
View File
@@ -18,9 +18,9 @@
//! Autogenerated weights for pallet_child_bounties
//!
//! 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-15, 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_child_bounties
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
@@ -76,12 +79,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// The range of component `d` is `[0, 300]`.
fn add_child_bounty(d: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `742`
// Estimated: `10848`
// Minimum execution time: 46_743 nanoseconds.
Weight::from_parts(47_762_924, 10848)
// Standard Error: 135
.saturating_add(Weight::from_parts(599, 0).saturating_mul(d.into()))
// Measured: `678`
// Estimated: `14808`
// Minimum execution time: 54_017_000 picoseconds.
Weight::from_parts(55_142_443, 14808)
// Standard Error: 310
.saturating_add(Weight::from_parts(1_199, 0).saturating_mul(d.into()))
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -93,10 +96,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<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: `796`
// Estimated: `7775`
// Minimum execution time: 16_417 nanoseconds.
Weight::from_parts(16_712_000, 7775)
// Measured: `732`
// Estimated: `10745`
// Minimum execution time: 19_222_000 picoseconds.
Weight::from_parts(19_446_000, 10745)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -108,10 +111,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<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: `974`
// Estimated: `7875`
// Minimum execution time: 25_548 nanoseconds.
Weight::from_parts(25_919_000, 7875)
// Measured: `878`
// Estimated: `10845`
// Minimum execution time: 31_049_000 picoseconds.
Weight::from_parts(31_546_000, 10845)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -123,10 +126,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<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: `974`
// Estimated: `7875`
// Minimum execution time: 27_645 nanoseconds.
Weight::from_parts(27_947_000, 7875)
// Measured: `878`
// Estimated: `10845`
// Minimum execution time: 33_860_000 picoseconds.
Weight::from_parts(34_897_000, 10845)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -136,10 +139,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<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: `839`
// Estimated: `5272`
// Minimum execution time: 20_002 nanoseconds.
Weight::from_parts(20_512_000, 5272)
// Measured: `775`
// Estimated: `7252`
// Minimum execution time: 23_178_000 picoseconds.
Weight::from_parts(23_412_000, 7252)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -153,10 +156,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
fn claim_child_bounty() -> Weight {
// Proof Size summary in bytes:
// Measured: `744`
// Estimated: `12920`
// Minimum execution time: 63_752 nanoseconds.
Weight::from_parts(64_179_000, 12920)
// Measured: `648`
// Estimated: `15890`
// Minimum execution time: 76_189_000 picoseconds.
Weight::from_parts(76_770_000, 15890)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -174,10 +177,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
fn close_child_bounty_added() -> Weight {
// Proof Size summary in bytes:
// Measured: `1106`
// Estimated: `15472`
// Minimum execution time: 47_388 nanoseconds.
Weight::from_parts(47_946_000, 15472)
// Measured: `978`
// Estimated: `20422`
// Minimum execution time: 55_161_000 picoseconds.
Weight::from_parts(55_578_000, 20422)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -195,10 +198,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
fn close_child_bounty_active() -> Weight {
// Proof Size summary in bytes:
// Measured: `1325`
// Estimated: `18075`
// Minimum execution time: 58_008 nanoseconds.
Weight::from_parts(58_586_000, 18075)
// Measured: `1165`
// Estimated: `23025`
// Minimum execution time: 67_815_000 picoseconds.
Weight::from_parts(68_620_000, 23025)
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(7_u64))
}
@@ -221,12 +224,12 @@ impl WeightInfo for () {
/// The range of component `d` is `[0, 300]`.
fn add_child_bounty(d: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `742`
// Estimated: `10848`
// Minimum execution time: 46_743 nanoseconds.
Weight::from_parts(47_762_924, 10848)
// Standard Error: 135
.saturating_add(Weight::from_parts(599, 0).saturating_mul(d.into()))
// Measured: `678`
// Estimated: `14808`
// Minimum execution time: 54_017_000 picoseconds.
Weight::from_parts(55_142_443, 14808)
// Standard Error: 310
.saturating_add(Weight::from_parts(1_199, 0).saturating_mul(d.into()))
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -238,10 +241,10 @@ impl WeightInfo for () {
/// Proof: ChildBounties ChildrenCuratorFees (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
fn propose_curator() -> Weight {
// Proof Size summary in bytes:
// Measured: `796`
// Estimated: `7775`
// Minimum execution time: 16_417 nanoseconds.
Weight::from_parts(16_712_000, 7775)
// Measured: `732`
// Estimated: `10745`
// Minimum execution time: 19_222_000 picoseconds.
Weight::from_parts(19_446_000, 10745)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -253,10 +256,10 @@ impl WeightInfo for () {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn accept_curator() -> Weight {
// Proof Size summary in bytes:
// Measured: `974`
// Estimated: `7875`
// Minimum execution time: 25_548 nanoseconds.
Weight::from_parts(25_919_000, 7875)
// Measured: `878`
// Estimated: `10845`
// Minimum execution time: 31_049_000 picoseconds.
Weight::from_parts(31_546_000, 10845)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -268,10 +271,10 @@ impl WeightInfo for () {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn unassign_curator() -> Weight {
// Proof Size summary in bytes:
// Measured: `974`
// Estimated: `7875`
// Minimum execution time: 27_645 nanoseconds.
Weight::from_parts(27_947_000, 7875)
// Measured: `878`
// Estimated: `10845`
// Minimum execution time: 33_860_000 picoseconds.
Weight::from_parts(34_897_000, 10845)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -281,10 +284,10 @@ impl WeightInfo for () {
/// 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: `839`
// Estimated: `5272`
// Minimum execution time: 20_002 nanoseconds.
Weight::from_parts(20_512_000, 5272)
// Measured: `775`
// Estimated: `7252`
// Minimum execution time: 23_178_000 picoseconds.
Weight::from_parts(23_412_000, 7252)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -298,10 +301,10 @@ impl WeightInfo for () {
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
fn claim_child_bounty() -> Weight {
// Proof Size summary in bytes:
// Measured: `744`
// Estimated: `12920`
// Minimum execution time: 63_752 nanoseconds.
Weight::from_parts(64_179_000, 12920)
// Measured: `648`
// Estimated: `15890`
// Minimum execution time: 76_189_000 picoseconds.
Weight::from_parts(76_770_000, 15890)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -319,10 +322,10 @@ impl WeightInfo for () {
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
fn close_child_bounty_added() -> Weight {
// Proof Size summary in bytes:
// Measured: `1106`
// Estimated: `15472`
// Minimum execution time: 47_388 nanoseconds.
Weight::from_parts(47_946_000, 15472)
// Measured: `978`
// Estimated: `20422`
// Minimum execution time: 55_161_000 picoseconds.
Weight::from_parts(55_578_000, 20422)
.saturating_add(RocksDbWeight::get().reads(6_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -340,10 +343,10 @@ impl WeightInfo for () {
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
fn close_child_bounty_active() -> Weight {
// Proof Size summary in bytes:
// Measured: `1325`
// Estimated: `18075`
// Minimum execution time: 58_008 nanoseconds.
Weight::from_parts(58_586_000, 18075)
// Measured: `1165`
// Estimated: `23025`
// Minimum execution time: 67_815_000 picoseconds.
Weight::from_parts(68_620_000, 23025)
.saturating_add(RocksDbWeight::get().reads(7_u64))
.saturating_add(RocksDbWeight::get().writes(7_u64))
}