Commits on Source (4)
......@@ -4,6 +4,9 @@ on:
release:
types: [published]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
......
# This file is sourced from https://github.com/paritytech/polkadot-sdk/blob/master/scripts/ci/dockerfiles/polkadot/polkadot_builder.Dockerfile
FROM docker.io/paritytech/ci-linux:1.71.0-bullseye as builder
FROM docker.io/paritytech/ci-linux:production as builder
WORKDIR /trappist
COPY . /trappist
......
......@@ -15,9 +15,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21 (Y/M/D)
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15 (Y/M/D)
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//!
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Trappist Development`
//! WARMUPS: `10`, REPEAT: `100`
......@@ -43,17 +43,17 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
/// Min, Max: 403_476, 436_793
/// Average: 412_480
/// Median: 411_095
/// Std-Dev: 6537.8
/// Min, Max: 379_384, 498_695
/// Average: 390_088
/// Median: 388_174
/// Std-Dev: 12292.78
///
/// Percentiles nanoseconds:
/// 99th: 430_157
/// 95th: 427_203
/// 75th: 414_337
/// 99th: 405_012
/// 95th: 402_611
/// 75th: 391_388
pub const BlockExecutionWeight: Weight =
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(412_480), 0);
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(390_088), 0);
}
#[cfg(test)]
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -56,22 +56,100 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1561`
// Minimum execution time: 5_060_000 picoseconds.
Weight::from_parts(5_393_000, 0)
// Minimum execution time: 4_941_000 picoseconds.
Weight::from_parts(5_213_000, 0)
.saturating_add(Weight::from_parts(0, 1561))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `XcmpQueue::QueueConfig` (r:1 w:1)
/// Storage: `XcmpQueue::QueueConfig` (r:1 w:0)
/// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
fn set_config_with_weight() -> Weight {
/// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
/// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
/// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0)
/// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `MessageQueue::Pages` (r:0 w:1)
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn enqueue_xcmp_message() -> Weight {
// Proof Size summary in bytes:
// Measured: `118`
// Estimated: `3517`
// Minimum execution time: 12_004_000 picoseconds.
Weight::from_parts(12_459_000, 0)
.saturating_add(Weight::from_parts(0, 3517))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
/// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1)
/// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
fn suspend_channel() -> Weight {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1561`
// Minimum execution time: 4_991_000 picoseconds.
Weight::from_parts(5_248_000, 0)
// Minimum execution time: 3_416_000 picoseconds.
Weight::from_parts(3_584_000, 0)
.saturating_add(Weight::from_parts(0, 1561))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1)
/// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
fn resume_channel() -> Weight {
// Proof Size summary in bytes:
// Measured: `111`
// Estimated: `1596`
// Minimum execution time: 4_233_000 picoseconds.
Weight::from_parts(4_467_000, 0)
.saturating_add(Weight::from_parts(0, 1596))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
fn take_first_concatenated_xcm() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 55_910_000 picoseconds.
Weight::from_parts(57_152_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
/// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
/// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1)
/// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1)
/// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
/// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
/// Storage: `XcmpQueue::QueueConfig` (r:1 w:0)
/// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0)
/// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `MessageQueue::Pages` (r:0 w:1)
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn on_idle_good_msg() -> Weight {
// Proof Size summary in bytes:
// Measured: `65747`
// Estimated: `69212`
// Minimum execution time: 118_160_000 picoseconds.
Weight::from_parts(119_907_000, 0)
.saturating_add(Weight::from_parts(0, 69212))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(5))
}
/// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
/// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
/// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1)
/// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1)
fn on_idle_large_msg() -> Weight {
// Proof Size summary in bytes:
// Measured: `65710`
// Estimated: `69175`
// Minimum execution time: 52_874_000 picoseconds.
Weight::from_parts(54_311_000, 0)
.saturating_add(Weight::from_parts(0, 69175))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
}
......@@ -15,9 +15,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21 (Y/M/D)
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15 (Y/M/D)
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//!
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Trappist Development`
//! WARMUPS: `10`, REPEAT: `100`
......@@ -43,17 +43,17 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
/// Min, Max: 118_370, 119_984
/// Average: 118_916
/// Median: 118_877
/// Std-Dev: 287.98
/// Min, Max: 110_153, 111_678
/// Average: 110_609
/// Median: 110_575
/// Std-Dev: 239.85
///
/// Percentiles nanoseconds:
/// 99th: 119_710
/// 95th: 119_478
/// 75th: 119_102
/// 99th: 111_174
/// 95th: 110_945
/// 75th: 110_788
pub const ExtrinsicBaseWeight: Weight =
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(118_916), 0);
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(110_609), 0);
}
#[cfg(test)]
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `frame_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -55,8 +55,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_912_000 picoseconds.
Weight::from_parts(1_992_000, 0)
// Minimum execution time: 1_860_000 picoseconds.
Weight::from_parts(1_887_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 0
.saturating_add(Weight::from_parts(385, 0).saturating_mul(b.into()))
......@@ -66,11 +66,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_280_000 picoseconds.
Weight::from_parts(111_775_778, 0)
// Minimum execution time: 5_221_000 picoseconds.
Weight::from_parts(7_511_250, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 5
.saturating_add(Weight::from_parts(1_557, 0).saturating_mul(b.into()))
// Standard Error: 2
.saturating_add(Weight::from_parts(1_678, 0).saturating_mul(b.into()))
}
/// Storage: `System::Digest` (r:1 w:1)
/// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
......@@ -80,8 +80,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
// Minimum execution time: 3_249_000 picoseconds.
Weight::from_parts(3_445_000, 0)
// Minimum execution time: 3_130_000 picoseconds.
Weight::from_parts(3_450_000, 0)
.saturating_add(Weight::from_parts(0, 1485))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -102,8 +102,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `164`
// Estimated: `1649`
// Minimum execution time: 110_521_361_000 picoseconds.
Weight::from_parts(113_548_640_000, 0)
// Minimum execution time: 93_922_259_000 picoseconds.
Weight::from_parts(97_652_529_000, 0)
.saturating_add(Weight::from_parts(0, 1649))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
......@@ -115,11 +115,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_940_000 picoseconds.
Weight::from_parts(2_082_000, 0)
// Minimum execution time: 1_947_000 picoseconds.
Weight::from_parts(1_979_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 1_804
.saturating_add(Weight::from_parts(763_209, 0).saturating_mul(i.into()))
// Standard Error: 1_953
.saturating_add(Weight::from_parts(752_784, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: `Skipped::Metadata` (r:0 w:0)
......@@ -129,11 +129,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_988_000 picoseconds.
Weight::from_parts(2_112_000, 0)
// Minimum execution time: 1_908_000 picoseconds.
Weight::from_parts(1_966_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 847
.saturating_add(Weight::from_parts(562_699, 0).saturating_mul(i.into()))
// Standard Error: 878
.saturating_add(Weight::from_parts(554_675, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: `Skipped::Metadata` (r:0 w:0)
......@@ -141,13 +141,13 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[0, 1000]`.
fn kill_prefix(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `83 + p * (69 ±0)`
// Estimated: `89 + p * (70 ±0)`
// Minimum execution time: 3_913_000 picoseconds.
Weight::from_parts(4_029_000, 0)
.saturating_add(Weight::from_parts(0, 89))
// Standard Error: 1_287
.saturating_add(Weight::from_parts(1_144_301, 0).saturating_mul(p.into()))
// Measured: `82 + p * (69 ±0)`
// Estimated: `92 + p * (70 ±0)`
// Minimum execution time: 3_652_000 picoseconds.
Weight::from_parts(3_843_000, 0)
.saturating_add(Weight::from_parts(0, 92))
// Standard Error: 1_261
.saturating_add(Weight::from_parts(1_140_733, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_asset_registry`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -60,8 +60,8 @@ impl<T: frame_system::Config> pallet_asset_registry::WeightInfo for WeightInfo<T
// Proof Size summary in bytes:
// Measured: `123`
// Estimated: `4087`
// Minimum execution time: 15_642_000 picoseconds.
Weight::from_parts(16_207_000, 0)
// Minimum execution time: 15_977_000 picoseconds.
Weight::from_parts(16_506_000, 0)
.saturating_add(Weight::from_parts(0, 4087))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -74,8 +74,8 @@ impl<T: frame_system::Config> pallet_asset_registry::WeightInfo for WeightInfo<T
// Proof Size summary in bytes:
// Measured: `107`
// Estimated: `4087`
// Minimum execution time: 13_179_000 picoseconds.
Weight::from_parts(13_355_000, 0)
// Minimum execution time: 12_833_000 picoseconds.
Weight::from_parts(13_330_000, 0)
.saturating_add(Weight::from_parts(0, 4087))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_assets`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -58,8 +58,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `145`
// Estimated: `3675`
// Minimum execution time: 22_871_000 picoseconds.
Weight::from_parts(23_371_000, 0)
// Minimum execution time: 23_256_000 picoseconds.
Weight::from_parts(23_986_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -70,8 +70,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `3675`
// Minimum execution time: 10_301_000 picoseconds.
Weight::from_parts(10_641_000, 0)
// Minimum execution time: 10_623_000 picoseconds.
Weight::from_parts(11_065_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -82,8 +82,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `3675`
// Minimum execution time: 10_904_000 picoseconds.
Weight::from_parts(11_343_000, 0)
// Minimum execution time: 10_826_000 picoseconds.
Weight::from_parts(11_236_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -99,11 +99,11 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0 + c * (208 ±0)`
// Estimated: `3675 + c * (2609 ±0)`
// Minimum execution time: 14_762_000 picoseconds.
Weight::from_parts(14_941_000, 0)
// Minimum execution time: 14_493_000 picoseconds.
Weight::from_parts(14_755_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
// Standard Error: 7_194
.saturating_add(Weight::from_parts(12_750_852, 0).saturating_mul(c.into()))
// Standard Error: 7_400
.saturating_add(Weight::from_parts(12_749_214, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -119,11 +119,11 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `451 + a * (86 ±0)`
// Estimated: `3675 + a * (2623 ±0)`
// Minimum execution time: 14_656_000 picoseconds.
Weight::from_parts(14_808_000, 0)
// Minimum execution time: 14_588_000 picoseconds.
Weight::from_parts(14_928_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
// Standard Error: 4_314
.saturating_add(Weight::from_parts(13_435_522, 0).saturating_mul(a.into()))
// Standard Error: 4_776
.saturating_add(Weight::from_parts(13_291_246, 0).saturating_mul(a.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -138,8 +138,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `280`
// Estimated: `3675`
// Minimum execution time: 11_998_000 picoseconds.
Weight::from_parts(12_557_000, 0)
// Minimum execution time: 12_006_000 picoseconds.
Weight::from_parts(12_628_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -152,8 +152,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `280`
// Estimated: `3675`
// Minimum execution time: 21_099_000 picoseconds.
Weight::from_parts(21_482_000, 0)
// Minimum execution time: 21_138_000 picoseconds.
Weight::from_parts(21_777_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -166,8 +166,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `388`
// Estimated: `3675`
// Minimum execution time: 27_055_000 picoseconds.
Weight::from_parts(27_815_000, 0)
// Minimum execution time: 27_560_000 picoseconds.
Weight::from_parts(28_120_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -182,8 +182,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `440`
// Estimated: `6208`
// Minimum execution time: 38_382_000 picoseconds.
Weight::from_parts(39_405_000, 0)
// Minimum execution time: 37_877_000 picoseconds.
Weight::from_parts(38_782_000, 0)
.saturating_add(Weight::from_parts(0, 6208))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
......@@ -198,8 +198,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `440`
// Estimated: `6208`
// Minimum execution time: 34_099_000 picoseconds.
Weight::from_parts(35_106_000, 0)
// Minimum execution time: 34_281_000 picoseconds.
Weight::from_parts(35_037_000, 0)
.saturating_add(Weight::from_parts(0, 6208))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
......@@ -214,8 +214,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `440`
// Estimated: `6208`
// Minimum execution time: 38_664_000 picoseconds.
Weight::from_parts(39_581_000, 0)
// Minimum execution time: 37_883_000 picoseconds.
Weight::from_parts(39_113_000, 0)
.saturating_add(Weight::from_parts(0, 6208))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
......@@ -228,8 +228,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `388`
// Estimated: `3675`
// Minimum execution time: 14_420_000 picoseconds.
Weight::from_parts(14_633_000, 0)
// Minimum execution time: 14_352_000 picoseconds.
Weight::from_parts(14_701_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -242,8 +242,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `388`
// Estimated: `3675`
// Minimum execution time: 14_237_000 picoseconds.
Weight::from_parts(14_842_000, 0)
// Minimum execution time: 13_792_000 picoseconds.
Weight::from_parts(14_649_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -254,8 +254,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `3675`
// Minimum execution time: 10_384_000 picoseconds.
Weight::from_parts(10_708_000, 0)
// Minimum execution time: 10_045_000 picoseconds.
Weight::from_parts(10_547_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -266,8 +266,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `3675`
// Minimum execution time: 10_208_000 picoseconds.
Weight::from_parts(10_590_000, 0)
// Minimum execution time: 10_095_000 picoseconds.
Weight::from_parts(10_301_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -280,8 +280,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `280`
// Estimated: `3675`
// Minimum execution time: 12_593_000 picoseconds.
Weight::from_parts(13_047_000, 0)
// Minimum execution time: 12_656_000 picoseconds.
Weight::from_parts(13_222_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -292,8 +292,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `280`
// Estimated: `3675`
// Minimum execution time: 11_155_000 picoseconds.
Weight::from_parts(11_607_000, 0)
// Minimum execution time: 11_269_000 picoseconds.
Weight::from_parts(11_586_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -308,13 +308,13 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `280`
// Estimated: `3675`
// Minimum execution time: 23_317_000 picoseconds.
Weight::from_parts(24_051_877, 0)
// Minimum execution time: 22_939_000 picoseconds.
Weight::from_parts(23_943_663, 0)
.saturating_add(Weight::from_parts(0, 3675))
// Standard Error: 557
.saturating_add(Weight::from_parts(4_171, 0).saturating_mul(n.into()))
// Standard Error: 557
.saturating_add(Weight::from_parts(2_864, 0).saturating_mul(s.into()))
// Standard Error: 596
.saturating_add(Weight::from_parts(2_874, 0).saturating_mul(n.into()))
// Standard Error: 596
.saturating_add(Weight::from_parts(2_661, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -326,8 +326,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `444`
// Estimated: `3675`
// Minimum execution time: 24_149_000 picoseconds.
Weight::from_parts(24_687_000, 0)
// Minimum execution time: 23_634_000 picoseconds.
Weight::from_parts(24_368_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -338,15 +338,13 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
/// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(140), added: 2615, mode: `MaxEncodedLen`)
/// The range of component `n` is `[0, 50]`.
/// The range of component `s` is `[0, 50]`.
fn force_set_metadata(_n: u32, s: u32, ) -> Weight {
fn force_set_metadata(_n: u32, _s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `119`
// Estimated: `3675`
// Minimum execution time: 11_262_000 picoseconds.
Weight::from_parts(12_162_737, 0)
// Minimum execution time: 11_729_000 picoseconds.
Weight::from_parts(12_367_558, 0)
.saturating_add(Weight::from_parts(0, 3675))
// Standard Error: 359
.saturating_add(Weight::from_parts(631, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -358,8 +356,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `444`
// Estimated: `3675`
// Minimum execution time: 24_300_000 picoseconds.
Weight::from_parts(24_682_000, 0)
// Minimum execution time: 23_623_000 picoseconds.
Weight::from_parts(24_202_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -370,8 +368,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `280`
// Estimated: `3675`
// Minimum execution time: 10_677_000 picoseconds.
Weight::from_parts(11_060_000, 0)
// Minimum execution time: 10_857_000 picoseconds.
Weight::from_parts(11_136_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -384,8 +382,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `3675`
// Minimum execution time: 27_040_000 picoseconds.
Weight::from_parts(27_822_000, 0)
// Minimum execution time: 27_072_000 picoseconds.
Weight::from_parts(27_703_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -402,8 +400,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `610`
// Estimated: `6208`
// Minimum execution time: 56_594_000 picoseconds.
Weight::from_parts(57_690_000, 0)
// Minimum execution time: 56_111_000 picoseconds.
Weight::from_parts(57_073_000, 0)
.saturating_add(Weight::from_parts(0, 6208))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(5))
......@@ -416,8 +414,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `484`
// Estimated: `3675`
// Minimum execution time: 29_375_000 picoseconds.
Weight::from_parts(30_363_000, 0)
// Minimum execution time: 29_207_000 picoseconds.
Weight::from_parts(29_911_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -430,8 +428,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `484`
// Estimated: `3675`
// Minimum execution time: 30_237_000 picoseconds.
Weight::from_parts(31_080_000, 0)
// Minimum execution time: 30_314_000 picoseconds.
Weight::from_parts(30_838_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -442,8 +440,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `280`
// Estimated: `3675`
// Minimum execution time: 11_632_000 picoseconds.
Weight::from_parts(12_016_000, 0)
// Minimum execution time: 11_908_000 picoseconds.
Weight::from_parts(12_200_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -458,8 +456,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `420`
// Estimated: `3675`
// Minimum execution time: 29_234_000 picoseconds.
Weight::from_parts(30_096_000, 0)
// Minimum execution time: 28_768_000 picoseconds.
Weight::from_parts(29_818_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
......@@ -472,8 +470,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `280`
// Estimated: `3675`
// Minimum execution time: 26_543_000 picoseconds.
Weight::from_parts(27_131_000, 0)
// Minimum execution time: 26_402_000 picoseconds.
Weight::from_parts(26_990_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -488,8 +486,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `546`
// Estimated: `3675`
// Minimum execution time: 28_544_000 picoseconds.
Weight::from_parts(29_511_000, 0)
// Minimum execution time: 28_612_000 picoseconds.
Weight::from_parts(29_290_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
......@@ -502,8 +500,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `439`
// Estimated: `3675`
// Minimum execution time: 25_859_000 picoseconds.
Weight::from_parts(26_938_000, 0)
// Minimum execution time: 25_965_000 picoseconds.
Weight::from_parts(26_443_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -516,8 +514,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `388`
// Estimated: `3675`
// Minimum execution time: 13_963_000 picoseconds.
Weight::from_parts(14_446_000, 0)
// Minimum execution time: 13_991_000 picoseconds.
Weight::from_parts(14_836_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_balances`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -56,8 +56,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 44_511_000 picoseconds.
Weight::from_parts(45_229_000, 0)
// Minimum execution time: 44_817_000 picoseconds.
Weight::from_parts(45_685_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -68,8 +68,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 35_228_000 picoseconds.
Weight::from_parts(35_790_000, 0)
// Minimum execution time: 35_989_000 picoseconds.
Weight::from_parts(36_384_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 13_685_000 picoseconds.
Weight::from_parts(14_150_000, 0)
// Minimum execution time: 13_560_000 picoseconds.
Weight::from_parts(14_167_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -92,8 +92,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 18_875_000 picoseconds.
Weight::from_parts(19_367_000, 0)
// Minimum execution time: 18_673_000 picoseconds.
Weight::from_parts(19_228_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -104,8 +104,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `6196`
// Minimum execution time: 47_448_000 picoseconds.
Weight::from_parts(48_396_000, 0)
// Minimum execution time: 46_737_000 picoseconds.
Weight::from_parts(48_253_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -116,8 +116,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 43_579_000 picoseconds.
Weight::from_parts(44_279_000, 0)
// Minimum execution time: 44_011_000 picoseconds.
Weight::from_parts(44_668_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -128,8 +128,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 16_238_000 picoseconds.
Weight::from_parts(16_807_000, 0)
// Minimum execution time: 16_337_000 picoseconds.
Weight::from_parts(16_769_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -141,11 +141,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0 + u * (136 ±0)`
// Estimated: `990 + u * (2603 ±0)`
// Minimum execution time: 16_134_000 picoseconds.
Weight::from_parts(16_501_000, 0)
// Minimum execution time: 16_242_000 picoseconds.
Weight::from_parts(16_537_000, 0)
.saturating_add(Weight::from_parts(0, 990))
// Standard Error: 12_032
.saturating_add(Weight::from_parts(13_431_685, 0).saturating_mul(u.into()))
// Standard Error: 11_595
.saturating_add(Weight::from_parts(13_395_484, 0).saturating_mul(u.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_collator_selection`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -57,13 +57,13 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// The range of component `b` is `[1, 100]`.
fn set_invulnerables(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `214 + b * (78 ±0)`
// Estimated: `1203 + b * (2554 ±0)`
// Minimum execution time: 11_869_000 picoseconds.
Weight::from_parts(9_723_196, 0)
.saturating_add(Weight::from_parts(0, 1203))
// Standard Error: 3_460
.saturating_add(Weight::from_parts(3_109_632, 0).saturating_mul(b.into()))
// Measured: `215 + b * (78 ±0)`
// Estimated: `1204 + b * (2554 ±0)`
// Minimum execution time: 11_993_000 picoseconds.
Weight::from_parts(10_160_013, 0)
.saturating_add(Weight::from_parts(0, 1204))
// Standard Error: 4_086
.saturating_add(Weight::from_parts(3_078_497, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into()))
......@@ -72,28 +72,30 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `CollatorSelection::Invulnerables` (r:1 w:1)
/// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::Candidates` (r:1 w:1)
/// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::CandidateList` (r:1 w:1)
/// Proof: `CollatorSelection::CandidateList` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `System::Account` (r:1 w:1)
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
/// The range of component `b` is `[1, 99]`.
/// The range of component `c` is `[1, 999]`.
fn add_invulnerable(b: u32, c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `1293 + b * (32 ±0) + c * (48 ±0)`
// Measured: `1294 + b * (32 ±0) + c * (48 ±0)`
// Estimated: `49487 + b * (33 ±0) + c * (49 ±0)`
// Minimum execution time: 52_778_000 picoseconds.
Weight::from_parts(43_041_369, 0)
// Minimum execution time: 52_402_000 picoseconds.
Weight::from_parts(40_671_254, 0)
.saturating_add(Weight::from_parts(0, 49487))
// Standard Error: 747
.saturating_add(Weight::from_parts(84_979, 0).saturating_mul(c.into()))
// Standard Error: 8_735
.saturating_add(Weight::from_parts(7_487, 0).saturating_mul(b.into()))
// Standard Error: 857
.saturating_add(Weight::from_parts(89_008, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
.saturating_add(Weight::from_parts(0, 33).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into()))
}
/// Storage: `CollatorSelection::Candidates` (r:1 w:0)
/// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::CandidateList` (r:1 w:0)
/// Proof: `CollatorSelection::CandidateList` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::Invulnerables` (r:1 w:1)
/// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`)
/// The range of component `b` is `[2, 100]`.
......@@ -101,11 +103,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `82 + b * (32 ±0)`
// Estimated: `49487`
// Minimum execution time: 10_878_000 picoseconds.
Weight::from_parts(12_424_165, 0)
// Minimum execution time: 11_051_000 picoseconds.
Weight::from_parts(12_808_719, 0)
.saturating_add(Weight::from_parts(0, 49487))
// Standard Error: 1_091
.saturating_add(Weight::from_parts(79_171, 0).saturating_mul(b.into()))
// Standard Error: 1_225
.saturating_add(Weight::from_parts(74_274, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -115,26 +117,58 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_638_000 picoseconds.
Weight::from_parts(4_879_000, 0)
// Minimum execution time: 4_823_000 picoseconds.
Weight::from_parts(5_149_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `CollatorSelection::CandidacyBond` (r:0 w:1)
/// Storage: `CollatorSelection::CandidacyBond` (r:1 w:1)
/// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
fn set_candidacy_bond() -> Weight {
/// Storage: `CollatorSelection::CandidateList` (r:1 w:1)
/// Proof: `CollatorSelection::CandidateList` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `System::Account` (r:1000 w:1000)
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::LastAuthoredBlock` (r:0 w:1000)
/// Proof: `CollatorSelection::LastAuthoredBlock` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`)
/// The range of component `c` is `[0, 1000]`.
/// The range of component `k` is `[0, 1000]`.
fn set_candidacy_bond(c: u32, k: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_658_000 picoseconds.
Weight::from_parts(4_994_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Measured: `0 + c * (184 ±0) + k * (115 ±0)`
// Estimated: `53050 + c * (906 ±29) + k * (906 ±29)`
// Minimum execution time: 9_619_000 picoseconds.
Weight::from_parts(9_742_000, 0)
.saturating_add(Weight::from_parts(0, 53050))
// Standard Error: 177_667
.saturating_add(Weight::from_parts(5_734_673, 0).saturating_mul(c.into()))
// Standard Error: 177_667
.saturating_add(Weight::from_parts(5_395_298, 0).saturating_mul(k.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into())))
.saturating_add(Weight::from_parts(0, 906).saturating_mul(c.into()))
.saturating_add(Weight::from_parts(0, 906).saturating_mul(k.into()))
}
/// Storage: `CollatorSelection::Candidates` (r:1 w:1)
/// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::DesiredCandidates` (r:1 w:0)
/// Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::CandidacyBond` (r:1 w:0)
/// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::CandidateList` (r:1 w:1)
/// Proof: `CollatorSelection::CandidateList` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// The range of component `c` is `[1, 1000]`.
fn update_bond(c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `487 + c * (48 ±0)`
// Estimated: `49487`
// Minimum execution time: 22_799_000 picoseconds.
Weight::from_parts(20_662_452, 0)
.saturating_add(Weight::from_parts(0, 49487))
// Standard Error: 1_262
.saturating_add(Weight::from_parts(86_699, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `CollatorSelection::CandidateList` (r:1 w:1)
/// Proof: `CollatorSelection::CandidateList` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::Invulnerables` (r:1 w:0)
/// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`)
/// Storage: `Session::NextKeys` (r:1 w:0)
......@@ -146,19 +180,45 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// The range of component `c` is `[1, 999]`.
fn register_as_candidate(c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `1104 + c * (48 ±0)`
// Measured: `1092 + c * (48 ±0)`
// Estimated: `49487 + c * (49 ±0)`
// Minimum execution time: 35_505_000 picoseconds.
Weight::from_parts(36_154_580, 0)
// Minimum execution time: 31_217_000 picoseconds.
Weight::from_parts(29_337_191, 0)
.saturating_add(Weight::from_parts(0, 49487))
// Standard Error: 1_234
.saturating_add(Weight::from_parts(91_088, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(5))
// Standard Error: 1_339
.saturating_add(Weight::from_parts(107_216, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
.saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into()))
}
/// Storage: `CollatorSelection::Candidates` (r:1 w:1)
/// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::Invulnerables` (r:1 w:0)
/// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::CandidacyBond` (r:1 w:0)
/// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
/// Storage: `Session::NextKeys` (r:1 w:0)
/// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `CollatorSelection::CandidateList` (r:1 w:1)
/// Proof: `CollatorSelection::CandidateList` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `System::Account` (r:1 w:1)
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::LastAuthoredBlock` (r:0 w:2)
/// Proof: `CollatorSelection::LastAuthoredBlock` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`)
/// The range of component `c` is `[1, 1000]`.
fn take_candidate_slot(c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `1216 + c * (48 ±0)`
// Estimated: `49487 + c * (49 ±0)`
// Minimum execution time: 47_554_000 picoseconds.
Weight::from_parts(49_040_919, 0)
.saturating_add(Weight::from_parts(0, 49487))
// Standard Error: 1_467
.saturating_add(Weight::from_parts(96_451, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(4))
.saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into()))
}
/// Storage: `CollatorSelection::CandidateList` (r:1 w:1)
/// Proof: `CollatorSelection::CandidateList` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::Invulnerables` (r:1 w:0)
/// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::LastAuthoredBlock` (r:0 w:1)
......@@ -166,13 +226,13 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// The range of component `c` is `[1, 1000]`.
fn leave_intent(c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `539 + c * (48 ±0)`
// Measured: `367 + c * (48 ±0)`
// Estimated: `49487`
// Minimum execution time: 26_194_000 picoseconds.
Weight::from_parts(26_802_772, 0)
// Minimum execution time: 26_365_000 picoseconds.
Weight::from_parts(24_715_405, 0)
.saturating_add(Weight::from_parts(0, 49487))
// Standard Error: 1_242
.saturating_add(Weight::from_parts(81_790, 0).saturating_mul(c.into()))
// Standard Error: 1_334
.saturating_add(Weight::from_parts(87_007, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -186,18 +246,20 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `140`
// Estimated: `6196`
// Minimum execution time: 40_162_000 picoseconds.
Weight::from_parts(40_988_000, 0)
// Minimum execution time: 40_150_000 picoseconds.
Weight::from_parts(40_723_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(4))
}
/// Storage: `CollatorSelection::Candidates` (r:1 w:0)
/// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::CandidateList` (r:1 w:0)
/// Proof: `CollatorSelection::CandidateList` (`max_values`: Some(1), `max_size`: Some(48002), added: 48497, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::LastAuthoredBlock` (r:999 w:0)
/// Proof: `CollatorSelection::LastAuthoredBlock` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::Invulnerables` (r:1 w:0)
/// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`)
/// Storage: `CollatorSelection::DesiredCandidates` (r:1 w:0)
/// Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// Storage: `System::BlockWeight` (r:1 w:1)
/// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`)
/// Storage: `System::Account` (r:999 w:999)
......@@ -206,14 +268,14 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// The range of component `c` is `[1, 1000]`.
fn new_session(r: u32, c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `22758 + c * (97 ±0) + r * (116 ±0)`
// Measured: `21928 + c * (97 ±0) + r * (117 ±0)`
// Estimated: `49487 + c * (2519 ±0) + r * (2603 ±0)`
// Minimum execution time: 13_604_000 picoseconds.
Weight::from_parts(13_894_000, 0)
// Minimum execution time: 16_343_000 picoseconds.
Weight::from_parts(16_658_000, 0)
.saturating_add(Weight::from_parts(0, 49487))
// Standard Error: 624_511
.saturating_add(Weight::from_parts(26_854_312, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(4))
// Standard Error: 618_462
.saturating_add(Weight::from_parts(26_796_323, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_collective`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -64,14 +64,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0 + m * (3232 ±0) + p * (3190 ±0)`
// Estimated: `15691 + m * (1967 ±23) + p * (4332 ±23)`
// Minimum execution time: 15_383_000 picoseconds.
Weight::from_parts(15_636_000, 0)
// Estimated: `15691 + m * (1967 ±24) + p * (4332 ±24)`
// Minimum execution time: 15_293_000 picoseconds.
Weight::from_parts(15_500_000, 0)
.saturating_add(Weight::from_parts(0, 15691))
// Standard Error: 51_627
.saturating_add(Weight::from_parts(3_944_456, 0).saturating_mul(m.into()))
// Standard Error: 51_627
.saturating_add(Weight::from_parts(7_247_274, 0).saturating_mul(p.into()))
// Standard Error: 53_632
.saturating_add(Weight::from_parts(4_132_810, 0).saturating_mul(m.into()))
// Standard Error: 53_632
.saturating_add(Weight::from_parts(7_406_129, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -81,48 +81,40 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
}
/// Storage: `Council::Members` (r:1 w:0)
/// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `TxPause::PausedCalls` (r:1 w:0)
/// Proof: `TxPause::PausedCalls` (`max_values`: None, `max_size`: Some(532), added: 3007, mode: `MaxEncodedLen`)
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// The range of component `b` is `[2, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn execute(b: u32, m: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `112 + m * (32 ±0)`
// Estimated: `3997 + m * (32 ±0)`
// Minimum execution time: 18_318_000 picoseconds.
Weight::from_parts(17_334_069, 0)
.saturating_add(Weight::from_parts(0, 3997))
// Standard Error: 28
.saturating_add(Weight::from_parts(1_638, 0).saturating_mul(b.into()))
// Standard Error: 294
.saturating_add(Weight::from_parts(14_715, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(3))
// Measured: `32 + m * (32 ±0)`
// Estimated: `1518 + m * (32 ±0)`
// Minimum execution time: 12_896_000 picoseconds.
Weight::from_parts(12_230_955, 0)
.saturating_add(Weight::from_parts(0, 1518))
// Standard Error: 21
.saturating_add(Weight::from_parts(1_396, 0).saturating_mul(b.into()))
// Standard Error: 216
.saturating_add(Weight::from_parts(13_436, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
}
/// Storage: `Council::Members` (r:1 w:0)
/// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Council::ProposalOf` (r:1 w:0)
/// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `TxPause::PausedCalls` (r:1 w:0)
/// Proof: `TxPause::PausedCalls` (`max_values`: None, `max_size`: Some(532), added: 3007, mode: `MaxEncodedLen`)
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// The range of component `b` is `[2, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn propose_execute(b: u32, m: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `112 + m * (32 ±0)`
// Estimated: `3997 + m * (32 ±0)`
// Minimum execution time: 20_318_000 picoseconds.
Weight::from_parts(19_478_700, 0)
.saturating_add(Weight::from_parts(0, 3997))
// Standard Error: 31
.saturating_add(Weight::from_parts(1_645, 0).saturating_mul(b.into()))
// Standard Error: 326
.saturating_add(Weight::from_parts(25_007, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(4))
// Measured: `32 + m * (32 ±0)`
// Estimated: `3498 + m * (32 ±0)`
// Minimum execution time: 15_251_000 picoseconds.
Weight::from_parts(14_488_355, 0)
.saturating_add(Weight::from_parts(0, 3498))
// Standard Error: 37
.saturating_add(Weight::from_parts(1_424, 0).saturating_mul(b.into()))
// Standard Error: 387
.saturating_add(Weight::from_parts(26_963, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
}
/// Storage: `Council::Members` (r:1 w:0)
......@@ -142,15 +134,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `322 + m * (32 ±0) + p * (36 ±0)`
// Estimated: `3714 + m * (33 ±0) + p * (36 ±0)`
// Minimum execution time: 20_513_000 picoseconds.
Weight::from_parts(20_339_032, 0)
// Minimum execution time: 19_888_000 picoseconds.
Weight::from_parts(19_151_120, 0)
.saturating_add(Weight::from_parts(0, 3714))
// Standard Error: 95
.saturating_add(Weight::from_parts(2_843, 0).saturating_mul(b.into()))
// Standard Error: 994
.saturating_add(Weight::from_parts(23_556, 0).saturating_mul(m.into()))
// Standard Error: 982
.saturating_add(Weight::from_parts(186_047, 0).saturating_mul(p.into()))
// Standard Error: 99
.saturating_add(Weight::from_parts(3_009, 0).saturating_mul(b.into()))
// Standard Error: 1_037
.saturating_add(Weight::from_parts(22_705, 0).saturating_mul(m.into()))
// Standard Error: 1_024
.saturating_add(Weight::from_parts(188_274, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
.saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into()))
......@@ -165,11 +157,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `771 + m * (64 ±0)`
// Estimated: `4235 + m * (64 ±0)`
// Minimum execution time: 22_752_000 picoseconds.
Weight::from_parts(23_719_590, 0)
// Minimum execution time: 22_078_000 picoseconds.
Weight::from_parts(23_234_880, 0)
.saturating_add(Weight::from_parts(0, 4235))
// Standard Error: 526
.saturating_add(Weight::from_parts(35_416, 0).saturating_mul(m.into()))
// Standard Error: 480
.saturating_add(Weight::from_parts(36_256, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
......@@ -188,13 +180,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `360 + m * (64 ±0) + p * (36 ±0)`
// Estimated: `3805 + m * (65 ±0) + p * (36 ±0)`
// Minimum execution time: 22_633_000 picoseconds.
Weight::from_parts(22_410_452, 0)
// Minimum execution time: 22_004_000 picoseconds.
Weight::from_parts(22_259_217, 0)
.saturating_add(Weight::from_parts(0, 3805))
// Standard Error: 886
.saturating_add(Weight::from_parts(31_124, 0).saturating_mul(m.into()))
// Standard Error: 864
.saturating_add(Weight::from_parts(182_603, 0).saturating_mul(p.into()))
// Standard Error: 892
.saturating_add(Weight::from_parts(29_409, 0).saturating_mul(m.into()))
// Standard Error: 870
.saturating_add(Weight::from_parts(178_679, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
......@@ -206,10 +198,6 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Council::ProposalOf` (r:1 w:1)
/// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `TxPause::PausedCalls` (r:1 w:0)
/// Proof: `TxPause::PausedCalls` (`max_values`: None, `max_size`: Some(532), added: 3007, mode: `MaxEncodedLen`)
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// Storage: `Council::Proposals` (r:1 w:1)
/// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// The range of component `b` is `[2, 1024]`.
......@@ -217,18 +205,18 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `742 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
// Estimated: `4059 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
// Minimum execution time: 38_554_000 picoseconds.
Weight::from_parts(38_998_729, 0)
.saturating_add(Weight::from_parts(0, 4059))
// Standard Error: 161
.saturating_add(Weight::from_parts(3_612, 0).saturating_mul(b.into()))
// Standard Error: 1_704
.saturating_add(Weight::from_parts(27_495, 0).saturating_mul(m.into()))
// Standard Error: 1_661
.saturating_add(Weight::from_parts(245_436, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(6))
// Measured: `662 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
// Estimated: `3979 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
// Minimum execution time: 32_824_000 picoseconds.
Weight::from_parts(33_566_312, 0)
.saturating_add(Weight::from_parts(0, 3979))
// Standard Error: 192
.saturating_add(Weight::from_parts(2_897, 0).saturating_mul(b.into()))
// Standard Error: 2_038
.saturating_add(Weight::from_parts(4_058, 0).saturating_mul(m.into()))
// Standard Error: 1_986
.saturating_add(Weight::from_parts(229_225, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
......@@ -250,13 +238,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `380 + m * (64 ±0) + p * (36 ±0)`
// Estimated: `3825 + m * (65 ±0) + p * (36 ±0)`
// Minimum execution time: 24_602_000 picoseconds.
Weight::from_parts(24_293_992, 0)
// Minimum execution time: 24_333_000 picoseconds.
Weight::from_parts(23_330_289, 0)
.saturating_add(Weight::from_parts(0, 3825))
// Standard Error: 834
.saturating_add(Weight::from_parts(33_836, 0).saturating_mul(m.into()))
// Standard Error: 814
.saturating_add(Weight::from_parts(186_801, 0).saturating_mul(p.into()))
// Standard Error: 1_020
.saturating_add(Weight::from_parts(40_957, 0).saturating_mul(m.into()))
// Standard Error: 995
.saturating_add(Weight::from_parts(185_179, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
......@@ -270,10 +258,6 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Council::ProposalOf` (r:1 w:1)
/// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `TxPause::PausedCalls` (r:1 w:0)
/// Proof: `TxPause::PausedCalls` (`max_values`: None, `max_size`: Some(532), added: 3007, mode: `MaxEncodedLen`)
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// Storage: `Council::Proposals` (r:1 w:1)
/// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// The range of component `b` is `[2, 1024]`.
......@@ -281,18 +265,18 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `762 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
// Estimated: `4079 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
// Minimum execution time: 40_895_000 picoseconds.
Weight::from_parts(42_515_845, 0)
.saturating_add(Weight::from_parts(0, 4079))
// Standard Error: 128
.saturating_add(Weight::from_parts(3_090, 0).saturating_mul(b.into()))
// Standard Error: 1_362
.saturating_add(Weight::from_parts(24_359, 0).saturating_mul(m.into()))
// Standard Error: 1_328
.saturating_add(Weight::from_parts(238_940, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(7))
// Measured: `682 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
// Estimated: `3999 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
// Minimum execution time: 34_239_000 picoseconds.
Weight::from_parts(34_458_960, 0)
.saturating_add(Weight::from_parts(0, 3999))
// Standard Error: 202
.saturating_add(Weight::from_parts(3_670, 0).saturating_mul(b.into()))
// Standard Error: 2_139
.saturating_add(Weight::from_parts(6_389, 0).saturating_mul(m.into()))
// Standard Error: 2_085
.saturating_add(Weight::from_parts(232_280, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
......@@ -309,11 +293,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `189 + p * (32 ±0)`
// Estimated: `1674 + p * (32 ±0)`
// Minimum execution time: 12_561_000 picoseconds.
Weight::from_parts(14_031_296, 0)
// Minimum execution time: 12_319_000 picoseconds.
Weight::from_parts(13_436_619, 0)
.saturating_add(Weight::from_parts(0, 1674))
// Standard Error: 1_450
.saturating_add(Weight::from_parts(168_230, 0).saturating_mul(p.into()))
// Standard Error: 693
.saturating_add(Weight::from_parts(161_418, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(3))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_democracy`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -62,8 +62,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `4768`
// Estimated: `18187`
// Minimum execution time: 40_972_000 picoseconds.
Weight::from_parts(42_138_000, 0)
// Minimum execution time: 39_242_000 picoseconds.
Weight::from_parts(40_280_000, 0)
.saturating_add(Weight::from_parts(0, 18187))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
......@@ -74,8 +74,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3523`
// Estimated: `6695`
// Minimum execution time: 35_712_000 picoseconds.
Weight::from_parts(37_434_000, 0)
// Minimum execution time: 35_970_000 picoseconds.
Weight::from_parts(36_508_000, 0)
.saturating_add(Weight::from_parts(0, 6695))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -92,8 +92,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3399`
// Estimated: `7260`
// Minimum execution time: 51_250_000 picoseconds.
Weight::from_parts(52_541_000, 0)
// Minimum execution time: 49_303_000 picoseconds.
Weight::from_parts(51_278_000, 0)
.saturating_add(Weight::from_parts(0, 7260))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
......@@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3421`
// Estimated: `7260`
// Minimum execution time: 55_239_000 picoseconds.
Weight::from_parts(56_536_000, 0)
// Minimum execution time: 52_466_000 picoseconds.
Weight::from_parts(54_255_000, 0)
.saturating_add(Weight::from_parts(0, 7260))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
......@@ -126,8 +126,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `333`
// Estimated: `3666`
// Minimum execution time: 22_455_000 picoseconds.
Weight::from_parts(22_815_000, 0)
// Minimum execution time: 22_720_000 picoseconds.
Weight::from_parts(23_551_000, 0)
.saturating_add(Weight::from_parts(0, 3666))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
......@@ -150,8 +150,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `6216`
// Estimated: `18187`
// Minimum execution time: 100_501_000 picoseconds.
Weight::from_parts(103_091_000, 0)
// Minimum execution time: 98_965_000 picoseconds.
Weight::from_parts(100_945_000, 0)
.saturating_add(Weight::from_parts(0, 18187))
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(8))
......@@ -164,8 +164,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3383`
// Estimated: `6703`
// Minimum execution time: 11_810_000 picoseconds.
Weight::from_parts(12_287_000, 0)
// Minimum execution time: 11_987_000 picoseconds.
Weight::from_parts(12_676_000, 0)
.saturating_add(Weight::from_parts(0, 6703))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -176,8 +176,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 2_395_000 picoseconds.
Weight::from_parts(2_652_000, 0)
// Minimum execution time: 2_514_000 picoseconds.
Weight::from_parts(2_655_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -187,8 +187,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 2_480_000 picoseconds.
Weight::from_parts(2_629_000, 0)
// Minimum execution time: 2_488_000 picoseconds.
Weight::from_parts(2_639_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -204,8 +204,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `253`
// Estimated: `3518`
// Minimum execution time: 22_330_000 picoseconds.
Weight::from_parts(22_994_000, 0)
// Minimum execution time: 22_598_000 picoseconds.
Weight::from_parts(22_912_000, 0)
.saturating_add(Weight::from_parts(0, 3518))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(5))
......@@ -220,8 +220,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `3486`
// Estimated: `6703`
// Minimum execution time: 25_117_000 picoseconds.
Weight::from_parts(25_933_000, 0)
// Minimum execution time: 25_721_000 picoseconds.
Weight::from_parts(26_391_000, 0)
.saturating_add(Weight::from_parts(0, 6703))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
......@@ -238,8 +238,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `6127`
// Estimated: `18187`
// Minimum execution time: 83_653_000 picoseconds.
Weight::from_parts(85_540_000, 0)
// Minimum execution time: 81_670_000 picoseconds.
Weight::from_parts(83_273_000, 0)
.saturating_add(Weight::from_parts(0, 18187))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(5))
......@@ -252,8 +252,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `238`
// Estimated: `3518`
// Minimum execution time: 16_551_000 picoseconds.
Weight::from_parts(16_969_000, 0)
// Minimum execution time: 16_580_000 picoseconds.
Weight::from_parts(17_062_000, 0)
.saturating_add(Weight::from_parts(0, 3518))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -269,11 +269,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `211 + r * (86 ±0)`
// Estimated: `1489 + r * (2676 ±0)`
// Minimum execution time: 5_760_000 picoseconds.
Weight::from_parts(6_548_332, 0)
// Minimum execution time: 5_653_000 picoseconds.
Weight::from_parts(6_509_121, 0)
.saturating_add(Weight::from_parts(0, 1489))
// Standard Error: 6_429
.saturating_add(Weight::from_parts(3_113_108, 0).saturating_mul(r.into()))
// Standard Error: 6_380
.saturating_add(Weight::from_parts(3_210_570, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -296,11 +296,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `211 + r * (86 ±0)`
// Estimated: `18187 + r * (2676 ±0)`
// Minimum execution time: 7_755_000 picoseconds.
Weight::from_parts(8_289_081, 0)
// Minimum execution time: 7_753_000 picoseconds.
Weight::from_parts(7_761_868, 0)
.saturating_add(Weight::from_parts(0, 18187))
// Standard Error: 7_137
.saturating_add(Weight::from_parts(3_150_826, 0).saturating_mul(r.into()))
// Standard Error: 7_007
.saturating_add(Weight::from_parts(3_229_293, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -319,11 +319,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `763 + r * (108 ±0)`
// Estimated: `19800 + r * (2676 ±0)`
// Minimum execution time: 37_621_000 picoseconds.
Weight::from_parts(44_024_497, 0)
// Minimum execution time: 36_210_000 picoseconds.
Weight::from_parts(42_720_434, 0)
.saturating_add(Weight::from_parts(0, 19800))
// Standard Error: 7_418
.saturating_add(Weight::from_parts(3_985_526, 0).saturating_mul(r.into()))
// Standard Error: 8_174
.saturating_add(Weight::from_parts(4_050_722, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(4))
......@@ -339,11 +339,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `460 + r * (108 ±0)`
// Estimated: `13530 + r * (2676 ±0)`
// Minimum execution time: 17_673_000 picoseconds.
Weight::from_parts(18_961_817, 0)
// Minimum execution time: 17_928_000 picoseconds.
Weight::from_parts(19_341_683, 0)
.saturating_add(Weight::from_parts(0, 13530))
// Standard Error: 7_027
.saturating_add(Weight::from_parts(3_954_685, 0).saturating_mul(r.into()))
// Standard Error: 7_793
.saturating_add(Weight::from_parts(4_016_799, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -356,8 +356,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 2_523_000 picoseconds.
Weight::from_parts(2_647_000, 0)
// Minimum execution time: 2_528_000 picoseconds.
Weight::from_parts(2_652_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -374,11 +374,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `455`
// Estimated: `7260`
// Minimum execution time: 21_890_000 picoseconds.
Weight::from_parts(34_973_026, 0)
// Minimum execution time: 21_076_000 picoseconds.
Weight::from_parts(32_146_204, 0)
.saturating_add(Weight::from_parts(0, 7260))
// Standard Error: 3_336
.saturating_add(Weight::from_parts(107_477, 0).saturating_mul(r.into()))
// Standard Error: 2_875
.saturating_add(Weight::from_parts(93_177, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
......@@ -395,11 +395,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `456 + r * (22 ±0)`
// Estimated: `7260`
// Minimum execution time: 30_723_000 picoseconds.
Weight::from_parts(34_125_910, 0)
// Minimum execution time: 28_733_000 picoseconds.
Weight::from_parts(31_689_462, 0)
.saturating_add(Weight::from_parts(0, 7260))
// Standard Error: 1_969
.saturating_add(Weight::from_parts(123_637, 0).saturating_mul(r.into()))
// Standard Error: 1_884
.saturating_add(Weight::from_parts(125_192, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
......@@ -412,11 +412,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `695 + r * (26 ±0)`
// Estimated: `7260`
// Minimum execution time: 15_031_000 picoseconds.
Weight::from_parts(18_291_876, 0)
// Minimum execution time: 15_421_000 picoseconds.
Weight::from_parts(18_520_899, 0)
.saturating_add(Weight::from_parts(0, 7260))
// Standard Error: 1_713
.saturating_add(Weight::from_parts(121_953, 0).saturating_mul(r.into()))
// Standard Error: 1_801
.saturating_add(Weight::from_parts(121_810, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -429,11 +429,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `695 + r * (26 ±0)`
// Estimated: `7260`
// Minimum execution time: 15_353_000 picoseconds.
Weight::from_parts(18_559_799, 0)
// Minimum execution time: 15_307_000 picoseconds.
Weight::from_parts(18_720_307, 0)
.saturating_add(Weight::from_parts(0, 7260))
// Standard Error: 1_795
.saturating_add(Weight::from_parts(120_727, 0).saturating_mul(r.into()))
// Standard Error: 1_759
.saturating_add(Weight::from_parts(121_991, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -449,8 +449,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `323`
// Estimated: `3556`
// Minimum execution time: 17_357_000 picoseconds.
Weight::from_parts(17_738_000, 0)
// Minimum execution time: 17_903_000 picoseconds.
Weight::from_parts(18_422_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -463,8 +463,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `253`
// Estimated: `3518`
// Minimum execution time: 14_238_000 picoseconds.
Weight::from_parts(14_728_000, 0)
// Minimum execution time: 14_412_000 picoseconds.
Weight::from_parts(14_837_000, 0)
.saturating_add(Weight::from_parts(0, 3518))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -481,8 +481,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `4855`
// Estimated: `18187`
// Minimum execution time: 39_685_000 picoseconds.
Weight::from_parts(40_500_000, 0)
// Minimum execution time: 39_360_000 picoseconds.
Weight::from_parts(39_791_000, 0)
.saturating_add(Weight::from_parts(0, 18187))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -495,8 +495,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `4789`
// Estimated: `18187`
// Minimum execution time: 35_795_000 picoseconds.
Weight::from_parts(36_564_000, 0)
// Minimum execution time: 35_484_000 picoseconds.
Weight::from_parts(36_424_000, 0)
.saturating_add(Weight::from_parts(0, 18187))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -511,8 +511,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
// Minimum execution time: 13_951_000 picoseconds.
Weight::from_parts(14_402_000, 0)
// Minimum execution time: 14_149_000 picoseconds.
Weight::from_parts(14_648_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -525,8 +525,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `269`
// Estimated: `3666`
// Minimum execution time: 16_635_000 picoseconds.
Weight::from_parts(16_960_000, 0)
// Minimum execution time: 16_766_000 picoseconds.
Weight::from_parts(17_227_000, 0)
.saturating_add(Weight::from_parts(0, 3666))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......
// This file is part of Trappist.
// Copyright (C) Parity Technologies (UK) Ltd.
// SPDX-License-Identifier: Apache-2.0
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//! Autogenerated weights for `pallet_identity`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
// ./target/production/trappist-node
// benchmark
// pallet
// --chain=trappist-dev
// --steps=50
// --repeat=20
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --pallet=pallet_identity
// --extrinsic=*
// --wasm-execution=compiled
// --header=./templates/file_header.txt
// --output=./runtime/trappist/src/weights/
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::Weight};
use core::marker::PhantomData;
/// Weight functions for `pallet_identity`.
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
/// Storage: `Identity::Registrars` (r:1 w:1)
/// Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 19]`.
fn add_registrar(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `32 + r * (57 ±0)`
// Estimated: `2626`
// Minimum execution time: 8_840_000 picoseconds.
Weight::from_parts(9_611_435, 0)
.saturating_add(Weight::from_parts(0, 2626))
// Standard Error: 1_521
.saturating_add(Weight::from_parts(89_748, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::IdentityOf` (r:1 w:1)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 20]`.
fn set_identity(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `6977 + r * (5 ±0)`
// Estimated: `11003`
// Minimum execution time: 103_092_000 picoseconds.
Weight::from_parts(104_993_945, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 4_888
.saturating_add(Weight::from_parts(114_481, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::IdentityOf` (r:1 w:0)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// Storage: `Identity::SubsOf` (r:1 w:1)
/// Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`)
/// Storage: `Identity::SuperOf` (r:100 w:100)
/// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`)
/// The range of component `s` is `[0, 100]`.
fn set_subs_new(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `101`
// Estimated: `11003 + s * (2589 ±0)`
// Minimum execution time: 8_412_000 picoseconds.
Weight::from_parts(19_010_951, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 3_786
.saturating_add(Weight::from_parts(3_121_167, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
.saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into()))
}
/// Storage: `Identity::IdentityOf` (r:1 w:0)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// Storage: `Identity::SubsOf` (r:1 w:1)
/// Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`)
/// Storage: `Identity::SuperOf` (r:0 w:100)
/// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`)
/// The range of component `p` is `[0, 100]`.
fn set_subs_old(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `194 + p * (32 ±0)`
// Estimated: `11003`
// Minimum execution time: 8_268_000 picoseconds.
Weight::from_parts(19_618_735, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 2_896
.saturating_add(Weight::from_parts(1_300_661, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
}
/// Storage: `Identity::SubsOf` (r:1 w:1)
/// Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`)
/// Storage: `Identity::IdentityOf` (r:1 w:1)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// Storage: `Identity::SuperOf` (r:0 w:100)
/// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 20]`.
/// The range of component `s` is `[0, 100]`.
fn clear_identity(r: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `7069 + r * (5 ±0) + s * (32 ±0)`
// Estimated: `11003`
// Minimum execution time: 52_605_000 picoseconds.
Weight::from_parts(53_071_294, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 8_444
.saturating_add(Weight::from_parts(156_692, 0).saturating_mul(r.into()))
// Standard Error: 1_647
.saturating_add(Weight::from_parts(1_287_295, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
}
/// Storage: `Identity::Registrars` (r:1 w:0)
/// Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`)
/// Storage: `Identity::IdentityOf` (r:1 w:1)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 20]`.
fn request_judgement(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `6967 + r * (57 ±0)`
// Estimated: `11003`
// Minimum execution time: 70_630_000 picoseconds.
Weight::from_parts(72_546_546, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 5_092
.saturating_add(Weight::from_parts(143_527, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::IdentityOf` (r:1 w:1)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 20]`.
fn cancel_request(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `6998`
// Estimated: `11003`
// Minimum execution time: 68_863_000 picoseconds.
Weight::from_parts(70_040_301, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 3_025
.saturating_add(Weight::from_parts(97_546, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::Registrars` (r:1 w:1)
/// Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 19]`.
fn set_fee(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `89 + r * (57 ±0)`
// Estimated: `2626`
// Minimum execution time: 6_423_000 picoseconds.
Weight::from_parts(6_896_023, 0)
.saturating_add(Weight::from_parts(0, 2626))
// Standard Error: 1_164
.saturating_add(Weight::from_parts(73_687, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::Registrars` (r:1 w:1)
/// Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 19]`.
fn set_account_id(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `89 + r * (57 ±0)`
// Estimated: `2626`
// Minimum execution time: 5_693_000 picoseconds.
Weight::from_parts(6_114_643, 0)
.saturating_add(Weight::from_parts(0, 2626))
// Standard Error: 916
.saturating_add(Weight::from_parts(65_843, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::Registrars` (r:1 w:1)
/// Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 19]`.
fn set_fields(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `89 + r * (57 ±0)`
// Estimated: `2626`
// Minimum execution time: 5_629_000 picoseconds.
Weight::from_parts(6_070_817, 0)
.saturating_add(Weight::from_parts(0, 2626))
// Standard Error: 984
.saturating_add(Weight::from_parts(59_011, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::Registrars` (r:1 w:0)
/// Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`)
/// Storage: `Identity::IdentityOf` (r:1 w:1)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 19]`.
fn provide_judgement(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `7045 + r * (57 ±0)`
// Estimated: `11003`
// Minimum execution time: 93_001_000 picoseconds.
Weight::from_parts(94_930_086, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 4_128
.saturating_add(Weight::from_parts(92_010, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::SubsOf` (r:1 w:1)
/// Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`)
/// Storage: `Identity::IdentityOf` (r:1 w:1)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// Storage: `System::Account` (r:1 w:1)
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
/// Storage: `Identity::SuperOf` (r:0 w:100)
/// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`)
/// The range of component `r` is `[1, 20]`.
/// The range of component `s` is `[0, 100]`.
fn kill_identity(r: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `7243 + r * (5 ±0) + s * (32 ±0)`
// Estimated: `11003`
// Minimum execution time: 56_342_000 picoseconds.
Weight::from_parts(57_229_142, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 10_499
.saturating_add(Weight::from_parts(185_400, 0).saturating_mul(r.into()))
// Standard Error: 2_048
.saturating_add(Weight::from_parts(1_309_824, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
}
/// Storage: `Identity::IdentityOf` (r:1 w:0)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// Storage: `Identity::SuperOf` (r:1 w:1)
/// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`)
/// Storage: `Identity::SubsOf` (r:1 w:1)
/// Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`)
/// The range of component `s` is `[0, 99]`.
fn add_sub(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `475 + s * (36 ±0)`
// Estimated: `11003`
// Minimum execution time: 23_858_000 picoseconds.
Weight::from_parts(27_802_556, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 1_007
.saturating_add(Weight::from_parts(89_756, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
/// Storage: `Identity::IdentityOf` (r:1 w:0)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// Storage: `Identity::SuperOf` (r:1 w:1)
/// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`)
/// The range of component `s` is `[1, 100]`.
fn rename_sub(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `591 + s * (3 ±0)`
// Estimated: `11003`
// Minimum execution time: 11_785_000 picoseconds.
Weight::from_parts(13_365_693, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 507
.saturating_add(Weight::from_parts(40_682, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `Identity::IdentityOf` (r:1 w:0)
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7538), added: 10013, mode: `MaxEncodedLen`)
/// Storage: `Identity::SuperOf` (r:1 w:1)
/// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`)
/// Storage: `Identity::SubsOf` (r:1 w:1)
/// Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`)
/// The range of component `s` is `[1, 100]`.
fn remove_sub(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `638 + s * (35 ±0)`
// Estimated: `11003`
// Minimum execution time: 26_943_000 picoseconds.
Weight::from_parts(29_397_954, 0)
.saturating_add(Weight::from_parts(0, 11003))
// Standard Error: 781
.saturating_add(Weight::from_parts(82_301, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
/// Storage: `Identity::SuperOf` (r:1 w:1)
/// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`)
/// Storage: `Identity::SubsOf` (r:1 w:1)
/// Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`)
/// Storage: `System::Account` (r:1 w:0)
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
/// The range of component `s` is `[0, 99]`.
fn quit_sub(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `667 + s * (37 ±0)`
// Estimated: `6723`
// Minimum execution time: 20_956_000 picoseconds.
Weight::from_parts(22_950_586, 0)
.saturating_add(Weight::from_parts(0, 6723))
// Standard Error: 696
.saturating_add(Weight::from_parts(79_496, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
}
// This file is part of Trappist.
// Copyright (C) Parity Technologies (UK) Ltd.
// SPDX-License-Identifier: Apache-2.0
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//! Autogenerated weights for `pallet_message_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
// ./target/production/trappist-node
// benchmark
// pallet
// --chain=trappist-dev
// --steps=50
// --repeat=20
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --pallet=pallet_message_queue
// --extrinsic=*
// --wasm-execution=compiled
// --header=./templates/file_header.txt
// --output=./runtime/trappist/src/weights/
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::Weight};
use core::marker::PhantomData;
/// Weight functions for `pallet_message_queue`.
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T> {
/// Storage: `MessageQueue::ServiceHead` (r:1 w:0)
/// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::BookStateFor` (r:2 w:2)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
fn ready_ring_knit() -> Weight {
// Proof Size summary in bytes:
// Measured: `260`
// Estimated: `6044`
// Minimum execution time: 11_917_000 picoseconds.
Weight::from_parts(12_486_000, 0)
.saturating_add(Weight::from_parts(0, 6044))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
/// Storage: `MessageQueue::BookStateFor` (r:2 w:2)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
/// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
fn ready_ring_unknit() -> Weight {
// Proof Size summary in bytes:
// Measured: `255`
// Estimated: `6044`
// Minimum execution time: 10_795_000 picoseconds.
Weight::from_parts(11_223_000, 0)
.saturating_add(Weight::from_parts(0, 6044))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
/// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
fn service_queue_base() -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `3517`
// Minimum execution time: 4_838_000 picoseconds.
Weight::from_parts(4_990_000, 0)
.saturating_add(Weight::from_parts(0, 3517))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `MessageQueue::Pages` (r:1 w:1)
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn service_page_base_completion() -> Weight {
// Proof Size summary in bytes:
// Measured: `109`
// Estimated: `69050`
// Minimum execution time: 6_327_000 picoseconds.
Weight::from_parts(6_537_000, 0)
.saturating_add(Weight::from_parts(0, 69050))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `MessageQueue::Pages` (r:1 w:1)
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn service_page_base_no_completion() -> Weight {
// Proof Size summary in bytes:
// Measured: `109`
// Estimated: `69050`
// Minimum execution time: 6_616_000 picoseconds.
Weight::from_parts(6_886_000, 0)
.saturating_add(Weight::from_parts(0, 69050))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
fn service_page_item() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 90_907_000 picoseconds.
Weight::from_parts(92_896_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
/// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::BookStateFor` (r:1 w:0)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
fn bump_service_head() -> Weight {
// Proof Size summary in bytes:
// Measured: `208`
// Estimated: `3517`
// Minimum execution time: 7_211_000 picoseconds.
Weight::from_parts(7_602_000, 0)
.saturating_add(Weight::from_parts(0, 3517))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::Pages` (r:1 w:1)
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn reap_page() -> Weight {
// Proof Size summary in bytes:
// Measured: `65704`
// Estimated: `69050`
// Minimum execution time: 54_827_000 picoseconds.
Weight::from_parts(56_091_000, 0)
.saturating_add(Weight::from_parts(0, 69050))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
/// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::Pages` (r:1 w:1)
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn execute_overweight_page_removed() -> Weight {
// Proof Size summary in bytes:
// Measured: `65704`
// Estimated: `69050`
// Minimum execution time: 71_224_000 picoseconds.
Weight::from_parts(72_962_000, 0)
.saturating_add(Weight::from_parts(0, 69050))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
/// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
/// Storage: `MessageQueue::Pages` (r:1 w:1)
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn execute_overweight_page_updated() -> Weight {
// Proof Size summary in bytes:
// Measured: `65704`
// Estimated: `69050`
// Minimum execution time: 111_833_000 picoseconds.
Weight::from_parts(114_628_000, 0)
.saturating_add(Weight::from_parts(0, 69050))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
}
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_multisig`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -50,21 +50,16 @@ use core::marker::PhantomData;
/// Weight functions for `pallet_multisig`.
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// Storage: `TxPause::PausedCalls` (r:1 w:0)
/// Proof: `TxPause::PausedCalls` (`max_values`: None, `max_size`: Some(532), added: 3007, mode: `MaxEncodedLen`)
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// The range of component `z` is `[0, 10000]`.
fn as_multi_threshold_1(z: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `80`
// Estimated: `3997`
// Minimum execution time: 18_791_000 picoseconds.
Weight::from_parts(19_882_525, 0)
.saturating_add(Weight::from_parts(0, 3997))
// Standard Error: 5
.saturating_add(Weight::from_parts(532, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 12_552_000 picoseconds.
Weight::from_parts(13_378_586, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 4
.saturating_add(Weight::from_parts(522, 0).saturating_mul(z.into()))
}
/// Storage: `Multisig::Multisigs` (r:1 w:1)
/// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`)
......@@ -74,13 +69,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `262 + s * (2 ±0)`
// Estimated: `6811`
// Minimum execution time: 39_090_000 picoseconds.
Weight::from_parts(29_743_474, 0)
// Minimum execution time: 37_720_000 picoseconds.
Weight::from_parts(27_811_432, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 1_065
.saturating_add(Weight::from_parts(111_104, 0).saturating_mul(s.into()))
// Standard Error: 10
.saturating_add(Weight::from_parts(1_391, 0).saturating_mul(z.into()))
// Standard Error: 681
.saturating_add(Weight::from_parts(112_308, 0).saturating_mul(s.into()))
// Standard Error: 6
.saturating_add(Weight::from_parts(1_451, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -92,13 +87,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `282`
// Estimated: `6811`
// Minimum execution time: 26_108_000 picoseconds.
Weight::from_parts(16_951_165, 0)
// Minimum execution time: 25_244_000 picoseconds.
Weight::from_parts(17_187_486, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 633
.saturating_add(Weight::from_parts(100_263, 0).saturating_mul(s.into()))
// Standard Error: 6
.saturating_add(Weight::from_parts(1_437, 0).saturating_mul(z.into()))
// Standard Error: 604
.saturating_add(Weight::from_parts(95_326, 0).saturating_mul(s.into()))
// Standard Error: 5
.saturating_add(Weight::from_parts(1_385, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -106,24 +101,20 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`)
/// Storage: `System::Account` (r:1 w:1)
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
/// Storage: `TxPause::PausedCalls` (r:1 w:0)
/// Proof: `TxPause::PausedCalls` (`max_values`: None, `max_size`: Some(532), added: 3007, mode: `MaxEncodedLen`)
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `465 + s * (33 ±0)`
// Measured: `385 + s * (33 ±0)`
// Estimated: `6811`
// Minimum execution time: 50_981_000 picoseconds.
Weight::from_parts(38_076_500, 0)
// Minimum execution time: 44_667_000 picoseconds.
Weight::from_parts(32_245_696, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 933
.saturating_add(Weight::from_parts(144_328, 0).saturating_mul(s.into()))
// Standard Error: 9
.saturating_add(Weight::from_parts(1_511, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(4))
// Standard Error: 761
.saturating_add(Weight::from_parts(137_762, 0).saturating_mul(s.into()))
// Standard Error: 7
.saturating_add(Weight::from_parts(1_509, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
/// Storage: `Multisig::Multisigs` (r:1 w:1)
......@@ -133,11 +124,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `263 + s * (2 ±0)`
// Estimated: `6811`
// Minimum execution time: 27_513_000 picoseconds.
Weight::from_parts(27_777_312, 0)
// Minimum execution time: 26_839_000 picoseconds.
Weight::from_parts(26_862_043, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 827
.saturating_add(Weight::from_parts(104_571, 0).saturating_mul(s.into()))
// Standard Error: 849
.saturating_add(Weight::from_parts(109_629, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -148,11 +139,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `282`
// Estimated: `6811`
// Minimum execution time: 15_472_000 picoseconds.
Weight::from_parts(15_851_953, 0)
// Minimum execution time: 15_563_000 picoseconds.
Weight::from_parts(15_505_718, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 731
.saturating_add(Weight::from_parts(91_578, 0).saturating_mul(s.into()))
// Standard Error: 660
.saturating_add(Weight::from_parts(93_873, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -163,11 +154,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `454 + s * (1 ±0)`
// Estimated: `6811`
// Minimum execution time: 28_751_000 picoseconds.
Weight::from_parts(29_439_803, 0)
// Minimum execution time: 28_477_000 picoseconds.
Weight::from_parts(28_786_927, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 934
.saturating_add(Weight::from_parts(99_434, 0).saturating_mul(s.into()))
// Standard Error: 800
.saturating_add(Weight::from_parts(103_542, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_preimage`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -61,11 +61,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `3556`
// Minimum execution time: 13_084_000 picoseconds.
Weight::from_parts(9_924_111, 0)
// Minimum execution time: 12_751_000 picoseconds.
Weight::from_parts(12_964_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
// Standard Error: 1
.saturating_add(Weight::from_parts(2_213, 0).saturating_mul(s.into()))
// Standard Error: 5
.saturating_add(Weight::from_parts(2_372, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -80,11 +80,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
// Minimum execution time: 14_698_000 picoseconds.
Weight::from_parts(21_696_447, 0)
// Minimum execution time: 14_443_000 picoseconds.
Weight::from_parts(14_925_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
// Standard Error: 1
.saturating_add(Weight::from_parts(2_214, 0).saturating_mul(s.into()))
// Standard Error: 7
.saturating_add(Weight::from_parts(2_353, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -99,11 +99,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
// Minimum execution time: 15_137_000 picoseconds.
Weight::from_parts(30_155_541, 0)
// Minimum execution time: 14_719_000 picoseconds.
Weight::from_parts(15_066_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
// Standard Error: 2
.saturating_add(Weight::from_parts(2_213, 0).saturating_mul(s.into()))
// Standard Error: 4
.saturating_add(Weight::from_parts(2_426, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -117,8 +117,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `172`
// Estimated: `3556`
// Minimum execution time: 20_050_000 picoseconds.
Weight::from_parts(21_388_000, 0)
// Minimum execution time: 21_017_000 picoseconds.
Weight::from_parts(21_940_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -133,8 +133,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
// Minimum execution time: 23_094_000 picoseconds.
Weight::from_parts(23_628_000, 0)
// Minimum execution time: 24_027_000 picoseconds.
Weight::from_parts(25_209_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `172`
// Estimated: `3556`
// Minimum execution time: 18_515_000 picoseconds.
Weight::from_parts(19_419_000, 0)
// Minimum execution time: 18_527_000 picoseconds.
Weight::from_parts(20_057_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -161,8 +161,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
// Minimum execution time: 13_953_000 picoseconds.
Weight::from_parts(14_732_000, 0)
// Minimum execution time: 14_764_000 picoseconds.
Weight::from_parts(16_516_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -175,8 +175,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `3556`
// Minimum execution time: 15_958_000 picoseconds.
Weight::from_parts(16_520_000, 0)
// Minimum execution time: 15_660_000 picoseconds.
Weight::from_parts(16_262_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
// Minimum execution time: 10_550_000 picoseconds.
Weight::from_parts(11_040_000, 0)
// Minimum execution time: 10_318_000 picoseconds.
Weight::from_parts(10_677_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -205,8 +205,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
// Minimum execution time: 20_733_000 picoseconds.
Weight::from_parts(21_873_000, 0)
// Minimum execution time: 21_827_000 picoseconds.
Weight::from_parts(22_894_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -219,8 +219,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
// Minimum execution time: 10_405_000 picoseconds.
Weight::from_parts(10_870_000, 0)
// Minimum execution time: 10_583_000 picoseconds.
Weight::from_parts(11_524_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -233,8 +233,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
// Minimum execution time: 10_350_000 picoseconds.
Weight::from_parts(10_697_000, 0)
// Minimum execution time: 10_128_000 picoseconds.
Weight::from_parts(10_623_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -250,11 +250,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0 + n * (227 ±0)`
// Estimated: `990 + n * (2603 ±0)`
// Minimum execution time: 20_586_000 picoseconds.
Weight::from_parts(20_782_000, 0)
// Minimum execution time: 19_818_000 picoseconds.
Weight::from_parts(20_366_000, 0)
.saturating_add(Weight::from_parts(0, 990))
// Standard Error: 22_046
.saturating_add(Weight::from_parts(19_227_568, 0).saturating_mul(n.into()))
// Standard Error: 23_540
.saturating_add(Weight::from_parts(18_965_597, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into())))
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into())))
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(n.into()))
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_safe_mode`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -56,8 +56,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1489`
// Minimum execution time: 2_807_000 picoseconds.
Weight::from_parts(2_961_000, 0)
// Minimum execution time: 2_847_000 picoseconds.
Weight::from_parts(3_012_000, 0)
.saturating_add(Weight::from_parts(0, 1489))
.saturating_add(T::DbWeight::get().reads(1))
}
......@@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `1489`
// Minimum execution time: 6_620_000 picoseconds.
Weight::from_parts(6_796_000, 0)
// Minimum execution time: 6_567_000 picoseconds.
Weight::from_parts(6_745_000, 0)
.saturating_add(Weight::from_parts(0, 1489))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1489`
// Minimum execution time: 7_902_000 picoseconds.
Weight::from_parts(8_194_000, 0)
// Minimum execution time: 7_797_000 picoseconds.
Weight::from_parts(8_097_000, 0)
.saturating_add(Weight::from_parts(0, 1489))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `1489`
// Minimum execution time: 7_553_000 picoseconds.
Weight::from_parts(7_840_000, 0)
// Minimum execution time: 7_464_000 picoseconds.
Weight::from_parts(7_842_000, 0)
.saturating_add(Weight::from_parts(0, 1489))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -119,8 +119,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `1489`
// Minimum execution time: 8_561_000 picoseconds.
Weight::from_parts(8_813_000, 0)
// Minimum execution time: 8_302_000 picoseconds.
Weight::from_parts(8_639_000, 0)
.saturating_add(Weight::from_parts(0, 1489))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `225`
// Estimated: `3568`
// Minimum execution time: 36_518_000 picoseconds.
Weight::from_parts(37_350_000, 0)
// Minimum execution time: 35_701_000 picoseconds.
Weight::from_parts(36_316_000, 0)
.saturating_add(Weight::from_parts(0, 3568))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -149,8 +149,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `225`
// Estimated: `3568`
// Minimum execution time: 35_341_000 picoseconds.
Weight::from_parts(35_736_000, 0)
// Minimum execution time: 35_017_000 picoseconds.
Weight::from_parts(35_664_000, 0)
.saturating_add(Weight::from_parts(0, 3568))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......@@ -163,8 +163,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `225`
// Estimated: `3568`
// Minimum execution time: 28_343_000 picoseconds.
Weight::from_parts(28_831_000, 0)
// Minimum execution time: 27_821_000 picoseconds.
Weight::from_parts(28_605_000, 0)
.saturating_add(Weight::from_parts(0, 3568))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_scheduler`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -56,8 +56,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `31`
// Estimated: `1489`
// Minimum execution time: 3_434_000 picoseconds.
Weight::from_parts(3_614_000, 0)
// Minimum execution time: 3_615_000 picoseconds.
Weight::from_parts(3_788_000, 0)
.saturating_add(Weight::from_parts(0, 1489))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
......@@ -69,11 +69,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `81 + s * (177 ±0)`
// Estimated: `402327`
// Minimum execution time: 3_750_000 picoseconds.
Weight::from_parts(80_822, 0)
// Minimum execution time: 3_921_000 picoseconds.
Weight::from_parts(4_014_000, 0)
.saturating_add(Weight::from_parts(0, 402327))
// Standard Error: 2_104
.saturating_add(Weight::from_parts(920_374, 0).saturating_mul(s.into()))
// Standard Error: 1_138
.saturating_add(Weight::from_parts(909_467, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -81,8 +81,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_646_000 picoseconds.
Weight::from_parts(3_825_000, 0)
// Minimum execution time: 3_697_000 picoseconds.
Weight::from_parts(3_867_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// Storage: `Preimage::PreimageFor` (r:1 w:1)
......@@ -96,11 +96,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `179 + s * (1 ±0)`
// Estimated: `3644 + s * (1 ±0)`
// Minimum execution time: 17_861_000 picoseconds.
Weight::from_parts(18_104_000, 0)
// Minimum execution time: 18_092_000 picoseconds.
Weight::from_parts(18_318_000, 0)
.saturating_add(Weight::from_parts(0, 3644))
// Standard Error: 5
.saturating_add(Weight::from_parts(1_195, 0).saturating_mul(s.into()))
// Standard Error: 10
.saturating_add(Weight::from_parts(1_354, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
.saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into()))
......@@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_984_000 picoseconds.
Weight::from_parts(5_262_000, 0)
// Minimum execution time: 5_081_000 picoseconds.
Weight::from_parts(5_234_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -120,29 +120,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_668_000 picoseconds.
Weight::from_parts(3_870_000, 0)
// Minimum execution time: 3_700_000 picoseconds.
Weight::from_parts(3_842_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// Storage: `TxPause::PausedCalls` (r:1 w:0)
/// Proof: `TxPause::PausedCalls` (`max_values`: None, `max_size`: Some(532), added: 3007, mode: `MaxEncodedLen`)
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
fn execute_dispatch_signed() -> Weight {
// Proof Size summary in bytes:
// Measured: `80`
// Estimated: `3997`
// Minimum execution time: 7_450_000 picoseconds.
Weight::from_parts(7_749_000, 0)
.saturating_add(Weight::from_parts(0, 3997))
.saturating_add(T::DbWeight::get().reads(2))
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 2_479_000 picoseconds.
Weight::from_parts(2_646_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
fn execute_dispatch_unsigned() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 2_448_000 picoseconds.
Weight::from_parts(2_663_000, 0)
// Minimum execution time: 2_513_000 picoseconds.
Weight::from_parts(2_636_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// Storage: `Scheduler::Agenda` (r:1 w:1)
......@@ -152,11 +147,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `81 + s * (177 ±0)`
// Estimated: `402327`
// Minimum execution time: 10_587_000 picoseconds.
Weight::from_parts(8_092_724, 0)
// Minimum execution time: 10_592_000 picoseconds.
Weight::from_parts(6_258_346, 0)
.saturating_add(Weight::from_parts(0, 402327))
// Standard Error: 2_218
.saturating_add(Weight::from_parts(934_689, 0).saturating_mul(s.into()))
// Standard Error: 2_108
.saturating_add(Weight::from_parts(943_841, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
......@@ -169,11 +164,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `81 + s * (177 ±0)`
// Estimated: `402327`
// Minimum execution time: 15_138_000 picoseconds.
Weight::from_parts(5_949_108, 0)
// Minimum execution time: 15_611_000 picoseconds.
Weight::from_parts(4_935_276, 0)
.saturating_add(Weight::from_parts(0, 402327))
// Standard Error: 2_365
.saturating_add(Weight::from_parts(1_640_271, 0).saturating_mul(s.into()))
// Standard Error: 2_522
.saturating_add(Weight::from_parts(1_642_290, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -186,11 +181,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `596 + s * (178 ±0)`
// Estimated: `402327`
// Minimum execution time: 13_770_000 picoseconds.
Weight::from_parts(13_100_661, 0)
// Minimum execution time: 13_665_000 picoseconds.
Weight::from_parts(11_772_999, 0)
.saturating_add(Weight::from_parts(0, 402327))
// Standard Error: 2_154
.saturating_add(Weight::from_parts(940_206, 0).saturating_mul(s.into()))
// Standard Error: 2_199
.saturating_add(Weight::from_parts(945_891, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -203,11 +198,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `709 + s * (177 ±0)`
// Estimated: `402327`
// Minimum execution time: 16_493_000 picoseconds.
Weight::from_parts(9_442_547, 0)
// Minimum execution time: 16_702_000 picoseconds.
Weight::from_parts(8_324_511, 0)
.saturating_add(Weight::from_parts(0, 402327))
// Standard Error: 2_420
.saturating_add(Weight::from_parts(1_637_390, 0).saturating_mul(s.into()))
// Standard Error: 2_515
.saturating_add(Weight::from_parts(1_641_223, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......
......@@ -17,10 +17,10 @@
//! Autogenerated weights for `pallet_session`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-bn-ce5rx-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024
// Executed Command:
......@@ -56,11 +56,11 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
/// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`)
fn set_keys() -> Weight {
// Proof Size summary in bytes:
// Measured: `297`
// Estimated: `3762`
// Minimum execution time: 15_328_000 picoseconds.
Weight::from_parts(15_904_000, 0)
.saturating_add(Weight::from_parts(0, 3762))
// Measured: `298`
// Estimated: `3763`
// Minimum execution time: 15_814_000 picoseconds.
Weight::from_parts(16_197_000, 0)
.saturating_add(Weight::from_parts(0, 3763))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
......@@ -70,11 +70,11 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
/// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`)
fn purge_keys() -> Weight {
// Proof Size summary in bytes:
// Measured: `279`
// Estimated: `3744`
// Minimum execution time: 10_698_000 picoseconds.
Weight::from_parts(11_320_000, 0)
.saturating_add(Weight::from_parts(0, 3744))
// Measured: `280`
// Estimated: `3745`
// Minimum execution time: 11_054_000 picoseconds.
Weight::from_parts(11_534_000, 0)
.saturating_add(Weight::from_parts(0, 3745))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
......