diff --git a/pallets/valve/src/weights.rs b/pallets/valve/src/weights.rs index 41f3f6f27..981ab5303 100644 --- a/pallets/valve/src/weights.rs +++ b/pallets/valve/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_valve //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-05-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-07, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `actions-runner-1`, CPU: `Intel(R) Xeon(R) E-2388G CPU @ 3.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("turing-dev"), DB CACHE: 1024 @@ -46,14 +46,14 @@ // ./.maintain/frame-weight-template.hbs // Summary: -//:close_valve 15_124_000 -//:open_valve 15_883_000 -//:close_pallet_gate_new 19_626_000 -//:close_pallet_gate_existing 13_127_000 -//:open_pallet_gate 20_086_000 -//:open_pallet_gates 21_864_000 -//:stop_scheduled_tasks 14_799_000 -//:start_scheduled_tasks 15_560_000 +//:close_valve 14_956_000 +//:open_valve 15_697_000 +//:close_pallet_gate_new 19_636_000 +//:close_pallet_gate_existing 16_000_000 +//:open_pallet_gate 20_609_000 +//:open_pallet_gates 56_131_000 +//:stop_scheduled_tasks 14_320_000 +//:start_scheduled_tasks 26_379_000 #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -82,7 +82,7 @@ impl WeightInfo for SubstrateWeight { // Storage: Valve ValveClosed (r:1 w:1) // Proof Skipped: Valve ValveClosed (max_values: Some(1), max_size: None, mode: Measured) fn close_valve() -> Weight { - Weight::from_ref_time(15_124_000 as u64) + Weight::from_ref_time(14_956_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -91,7 +91,7 @@ impl WeightInfo for SubstrateWeight { // Storage: Valve ValveClosed (r:1 w:1) // Proof Skipped: Valve ValveClosed (max_values: Some(1), max_size: None, mode: Measured) fn open_valve() -> Weight { - Weight::from_ref_time(15_883_000 as u64) + Weight::from_ref_time(15_697_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -104,7 +104,7 @@ impl WeightInfo for SubstrateWeight { // Storage: Valve ClosedPalletCount (r:1 w:1) // Proof Skipped: Valve ClosedPalletCount (max_values: Some(1), max_size: None, mode: Measured) fn close_pallet_gate_new() -> Weight { - Weight::from_ref_time(19_626_000 as u64) + Weight::from_ref_time(19_636_000 as u64) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -115,7 +115,7 @@ impl WeightInfo for SubstrateWeight { // Storage: Valve ClosedPallets (r:1 w:1) // Proof Skipped: Valve ClosedPallets (max_values: None, max_size: None, mode: Measured) fn close_pallet_gate_existing() -> Weight { - Weight::from_ref_time(13_127_000 as u64) + Weight::from_ref_time(16_000_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -128,7 +128,7 @@ impl WeightInfo for SubstrateWeight { // Storage: Valve ClosedPalletCount (r:1 w:1) // Proof Skipped: Valve ClosedPalletCount (max_values: Some(1), max_size: None, mode: Measured) fn open_pallet_gate() -> Weight { - Weight::from_ref_time(20_086_000 as u64) + Weight::from_ref_time(20_609_000 as u64) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -139,7 +139,7 @@ impl WeightInfo for SubstrateWeight { // Storage: Valve ClosedPallets (r:0 w:5) // Proof Skipped: Valve ClosedPallets (max_values: None, max_size: None, mode: Measured) fn open_pallet_gates() -> Weight { - Weight::from_ref_time(21_864_000 as u64) + Weight::from_ref_time(56_131_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(6 as u64)) } @@ -148,7 +148,7 @@ impl WeightInfo for SubstrateWeight { // Storage: AutomationTime Shutdown (r:1 w:1) // Proof Skipped: AutomationTime Shutdown (max_values: Some(1), max_size: None, mode: Measured) fn stop_scheduled_tasks() -> Weight { - Weight::from_ref_time(14_799_000 as u64) + Weight::from_ref_time(14_320_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -157,7 +157,7 @@ impl WeightInfo for SubstrateWeight { // Storage: AutomationTime Shutdown (r:1 w:1) // Proof Skipped: AutomationTime Shutdown (max_values: Some(1), max_size: None, mode: Measured) fn start_scheduled_tasks() -> Weight { - Weight::from_ref_time(15_560_000 as u64) + Weight::from_ref_time(26_379_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -170,7 +170,7 @@ impl WeightInfo for () { // Storage: Valve ValveClosed (r:1 w:1) // Proof Skipped: Valve ValveClosed (max_values: Some(1), max_size: None, mode: Measured) fn close_valve() -> Weight { - Weight::from_ref_time(15_124_000 as u64) + Weight::from_ref_time(14_956_000 as u64) .saturating_add(RocksDbWeight::get().reads(2 as u64)) .saturating_add(RocksDbWeight::get().writes(1 as u64)) } @@ -179,7 +179,7 @@ impl WeightInfo for () { // Storage: Valve ValveClosed (r:1 w:1) // Proof Skipped: Valve ValveClosed (max_values: Some(1), max_size: None, mode: Measured) fn open_valve() -> Weight { - Weight::from_ref_time(15_883_000 as u64) + Weight::from_ref_time(15_697_000 as u64) .saturating_add(RocksDbWeight::get().reads(2 as u64)) .saturating_add(RocksDbWeight::get().writes(1 as u64)) } @@ -192,7 +192,7 @@ impl WeightInfo for () { // Storage: Valve ClosedPalletCount (r:1 w:1) // Proof Skipped: Valve ClosedPalletCount (max_values: Some(1), max_size: None, mode: Measured) fn close_pallet_gate_new() -> Weight { - Weight::from_ref_time(19_626_000 as u64) + Weight::from_ref_time(19_636_000 as u64) .saturating_add(RocksDbWeight::get().reads(4 as u64)) .saturating_add(RocksDbWeight::get().writes(2 as u64)) } @@ -203,7 +203,7 @@ impl WeightInfo for () { // Storage: Valve ClosedPallets (r:1 w:1) // Proof Skipped: Valve ClosedPallets (max_values: None, max_size: None, mode: Measured) fn close_pallet_gate_existing() -> Weight { - Weight::from_ref_time(13_127_000 as u64) + Weight::from_ref_time(16_000_000 as u64) .saturating_add(RocksDbWeight::get().reads(3 as u64)) .saturating_add(RocksDbWeight::get().writes(1 as u64)) } @@ -216,7 +216,7 @@ impl WeightInfo for () { // Storage: Valve ClosedPalletCount (r:1 w:1) // Proof Skipped: Valve ClosedPalletCount (max_values: Some(1), max_size: None, mode: Measured) fn open_pallet_gate() -> Weight { - Weight::from_ref_time(20_086_000 as u64) + Weight::from_ref_time(20_609_000 as u64) .saturating_add(RocksDbWeight::get().reads(4 as u64)) .saturating_add(RocksDbWeight::get().writes(2 as u64)) } @@ -227,7 +227,7 @@ impl WeightInfo for () { // Storage: Valve ClosedPallets (r:0 w:5) // Proof Skipped: Valve ClosedPallets (max_values: None, max_size: None, mode: Measured) fn open_pallet_gates() -> Weight { - Weight::from_ref_time(21_864_000 as u64) + Weight::from_ref_time(56_131_000 as u64) .saturating_add(RocksDbWeight::get().reads(2 as u64)) .saturating_add(RocksDbWeight::get().writes(6 as u64)) } @@ -236,7 +236,7 @@ impl WeightInfo for () { // Storage: AutomationTime Shutdown (r:1 w:1) // Proof Skipped: AutomationTime Shutdown (max_values: Some(1), max_size: None, mode: Measured) fn stop_scheduled_tasks() -> Weight { - Weight::from_ref_time(14_799_000 as u64) + Weight::from_ref_time(14_320_000 as u64) .saturating_add(RocksDbWeight::get().reads(2 as u64)) .saturating_add(RocksDbWeight::get().writes(1 as u64)) } @@ -245,7 +245,7 @@ impl WeightInfo for () { // Storage: AutomationTime Shutdown (r:1 w:1) // Proof Skipped: AutomationTime Shutdown (max_values: Some(1), max_size: None, mode: Measured) fn start_scheduled_tasks() -> Weight { - Weight::from_ref_time(15_560_000 as u64) + Weight::from_ref_time(26_379_000 as u64) .saturating_add(RocksDbWeight::get().reads(2 as u64)) .saturating_add(RocksDbWeight::get().writes(1 as u64)) } diff --git a/pallets/vesting/src/weights.rs b/pallets/vesting/src/weights.rs index 874e821ef..0bb118451 100644 --- a/pallets/vesting/src/weights.rs +++ b/pallets/vesting/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-05-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-07, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `actions-runner-1`, CPU: `Intel(R) Xeon(R) E-2388G CPU @ 3.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("turing-dev"), DB CACHE: 1024 @@ -46,7 +46,7 @@ // ./.maintain/frame-weight-template.hbs // Summary: -//:vest 17_796_009 +//:vest 23_043_860 #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -73,9 +73,9 @@ impl WeightInfo for SubstrateWeight { // Proof Skipped: Vesting TotalUnvestedAllocation (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `v` is `[0, 20]`. fn vest(v: u32, ) -> Weight { - Weight::from_ref_time(17_796_009 as u64) - // Standard Error: 62_657 - .saturating_add(Weight::from_ref_time(19_887_853 as u64).saturating_mul(v as u64)) + Weight::from_ref_time(23_043_860 as u64) + // Standard Error: 92_370 + .saturating_add(Weight::from_ref_time(17_490_177 as u64).saturating_mul(v as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(v as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) @@ -95,9 +95,9 @@ impl WeightInfo for () { // Proof Skipped: Vesting TotalUnvestedAllocation (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `v` is `[0, 20]`. fn vest(v: u32, ) -> Weight { - Weight::from_ref_time(17_796_009 as u64) - // Standard Error: 62_657 - .saturating_add(Weight::from_ref_time(19_887_853 as u64).saturating_mul(v as u64)) + Weight::from_ref_time(23_043_860 as u64) + // Standard Error: 92_370 + .saturating_add(Weight::from_ref_time(17_490_177 as u64).saturating_mul(v as u64)) .saturating_add(RocksDbWeight::get().reads(3 as u64)) .saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(v as u64))) .saturating_add(RocksDbWeight::get().writes(2 as u64))