Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pallet weights #502

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 44 additions & 44 deletions pallets/automation-price/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for pallet_automation_price
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-29, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2024-01-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! 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
Expand Down Expand Up @@ -50,13 +50,13 @@
// ./.maintain/frame-weight-template.hbs

// Summary:
//:initialize_asset_extrinsic 20_135_952,3541
//:asset_price_update_extrinsic 7_743_581,1493
//:schedule_xcmp_task_extrinsic 12_226_000,1493
//:cancel_task_extrinsic 9_131_000,3579
//:run_xcmp_task 38_582_000,3946
//:remove_task 21_659_000,3579
//:emit_event 5_287_000,0
//:initialize_asset_extrinsic 20_554_305,3541
//:asset_price_update_extrinsic 7_797_323,1493
//:schedule_xcmp_task_extrinsic 12_384_000,1493
//:cancel_task_extrinsic 9_310_000,3579
//:run_xcmp_task 42_789_000,3946
//:remove_task 21_707_000,3579
//:emit_event 5_274_000,0

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
Expand Down Expand Up @@ -87,10 +87,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `3541`
// Minimum execution time: 19_700_000 picoseconds.
Weight::from_parts(20_135_952, 3541)
// Standard Error: 3_223
.saturating_add(Weight::from_parts(14_093, 0).saturating_mul(v.into()))
// Minimum execution time: 19_966_000 picoseconds.
Weight::from_parts(20_554_305, 3541)
// Standard Error: 4_362
.saturating_add(Weight::from_parts(23_140, 0).saturating_mul(v.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -101,10 +101,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1493`
// Minimum execution time: 7_548_000 picoseconds.
Weight::from_parts(7_743_581, 1493)
// Standard Error: 160
.saturating_add(Weight::from_parts(159_207, 0).saturating_mul(v.into()))
// Minimum execution time: 7_412_000 picoseconds.
Weight::from_parts(7_797_323, 1493)
// Standard Error: 196
.saturating_add(Weight::from_parts(165_275, 0).saturating_mul(v.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Timestamp Now (r:1 w:0)
Expand All @@ -113,8 +113,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1493`
// Minimum execution time: 11_992_000 picoseconds.
Weight::from_parts(12_226_000, 1493)
// Minimum execution time: 12_253_000 picoseconds.
Weight::from_parts(12_384_000, 1493)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: AutomationPrice Tasks (r:1 w:0)
Expand All @@ -123,8 +123,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `114`
// Estimated: `3579`
// Minimum execution time: 8_917_000 picoseconds.
Weight::from_parts(9_131_000, 3579)
// Minimum execution time: 9_118_000 picoseconds.
Weight::from_parts(9_310_000, 3579)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: ParachainInfo ParachainId (r:1 w:0)
Expand All @@ -137,8 +137,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `481`
// Estimated: `3946`
// Minimum execution time: 38_126_000 picoseconds.
Weight::from_parts(38_582_000, 3946)
// Minimum execution time: 36_498_000 picoseconds.
Weight::from_parts(42_789_000, 3946)
.saturating_add(T::DbWeight::get().reads(3_u64))
}
/// Storage: AutomationPrice SortedTasksIndex (r:1 w:0)
Expand All @@ -155,17 +155,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `114`
// Estimated: `3579`
// Minimum execution time: 21_206_000 picoseconds.
Weight::from_parts(21_659_000, 3579)
// Minimum execution time: 21_329_000 picoseconds.
Weight::from_parts(21_707_000, 3579)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
fn emit_event() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_027_000 picoseconds.
Weight::from_parts(5_287_000, 0)
// Minimum execution time: 5_119_000 picoseconds.
Weight::from_parts(5_274_000, 0)
}
}

Expand All @@ -178,10 +178,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `3541`
// Minimum execution time: 19_700_000 picoseconds.
Weight::from_parts(20_135_952, 3541)
// Standard Error: 3_223
.saturating_add(Weight::from_parts(14_093, 0).saturating_mul(v.into()))
// Minimum execution time: 19_966_000 picoseconds.
Weight::from_parts(20_554_305, 3541)
// Standard Error: 4_362
.saturating_add(Weight::from_parts(23_140, 0).saturating_mul(v.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand All @@ -192,10 +192,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1493`
// Minimum execution time: 7_548_000 picoseconds.
Weight::from_parts(7_743_581, 1493)
// Standard Error: 160
.saturating_add(Weight::from_parts(159_207, 0).saturating_mul(v.into()))
// Minimum execution time: 7_412_000 picoseconds.
Weight::from_parts(7_797_323, 1493)
// Standard Error: 196
.saturating_add(Weight::from_parts(165_275, 0).saturating_mul(v.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Timestamp Now (r:1 w:0)
Expand All @@ -204,8 +204,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1493`
// Minimum execution time: 11_992_000 picoseconds.
Weight::from_parts(12_226_000, 1493)
// Minimum execution time: 12_253_000 picoseconds.
Weight::from_parts(12_384_000, 1493)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: AutomationPrice Tasks (r:1 w:0)
Expand All @@ -214,8 +214,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `114`
// Estimated: `3579`
// Minimum execution time: 8_917_000 picoseconds.
Weight::from_parts(9_131_000, 3579)
// Minimum execution time: 9_118_000 picoseconds.
Weight::from_parts(9_310_000, 3579)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: ParachainInfo ParachainId (r:1 w:0)
Expand All @@ -228,8 +228,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `481`
// Estimated: `3946`
// Minimum execution time: 38_126_000 picoseconds.
Weight::from_parts(38_582_000, 3946)
// Minimum execution time: 36_498_000 picoseconds.
Weight::from_parts(42_789_000, 3946)
.saturating_add(RocksDbWeight::get().reads(3_u64))
}
/// Storage: AutomationPrice SortedTasksIndex (r:1 w:0)
Expand All @@ -246,16 +246,16 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `114`
// Estimated: `3579`
// Minimum execution time: 21_206_000 picoseconds.
Weight::from_parts(21_659_000, 3579)
// Minimum execution time: 21_329_000 picoseconds.
Weight::from_parts(21_707_000, 3579)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
fn emit_event() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_027_000 picoseconds.
Weight::from_parts(5_287_000, 0)
// Minimum execution time: 5_119_000 picoseconds.
Weight::from_parts(5_274_000, 0)
}
}
Loading
Loading