diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 0867610614..e2fc5a6719 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -22,7 +22,6 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4 with: fetch-depth: 0 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 #v3 - name: DockerHub Login @@ -83,4 +82,4 @@ jobs: name: Check available space after build failed run: | docker volume ls - df -h \ No newline at end of file + df -h diff --git a/.github/workflows/build-wasm.yml b/.github/workflows/build-wasm.yml index a02de7d025..942ab5563c 100644 --- a/.github/workflows/build-wasm.yml +++ b/.github/workflows/build-wasm.yml @@ -25,7 +25,7 @@ jobs: package: [altair-runtime, centrifuge-runtime, development-runtime] name: ${{ matrix.target }}-${{ matrix.package }} steps: - # PREP + # PREP - name: Check out code uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #3.5.2 @@ -72,7 +72,7 @@ jobs: uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3 with: name: srtool-wasm-report.txt - path: ./${{ matrix.package }}-srtool-wasm-report.json + path: ./${{ matrix.package }}-srtool-wasm-report.json - id: 'auth' if: github.event_name != 'pull_request' diff --git a/Cargo.lock b/Cargo.lock index b23dd5fd9e..cec6f8cba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,7 @@ dependencies = [ [[package]] name = "centrifuge-chain" -version = "0.10.34" +version = "0.10.35" dependencies = [ "altair-runtime", "async-trait", @@ -1140,7 +1140,7 @@ dependencies = [ [[package]] name = "centrifuge-runtime" -version = "0.10.23" +version = "0.10.24" dependencies = [ "axelar-gateway-precompile", "cfg-primitives", @@ -2748,7 +2748,7 @@ dependencies = [ [[package]] name = "development-runtime" -version = "0.10.32" +version = "0.10.35" dependencies = [ "axelar-gateway-precompile", "cfg-primitives", diff --git a/Cargo.toml b/Cargo.toml index 82a433eb5f..1b4569918f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "centrifuge-chain" -version = "0.10.34" +version = "0.10.35" authors = ["Centrifuge "] description = "Centrifuge chain implementation in Rust." build = "build.rs" diff --git a/pallets/transfer-allowlist/src/lib.rs b/pallets/transfer-allowlist/src/lib.rs index abfb141a11..bd3d00835a 100644 --- a/pallets/transfer-allowlist/src/lib.rs +++ b/pallets/transfer-allowlist/src/lib.rs @@ -379,7 +379,7 @@ pub mod pallet { /// - either the current block + delay if a delay is set /// - or the current block if no delay is set #[pallet::call_index(1)] - #[pallet::weight(T::WeightInfo::remove_transfer_allowance_missing_allowance().max(T::WeightInfo::remove_transfer_allowance_delay_present()))] + #[pallet::weight(T::WeightInfo::remove_transfer_allowance_delay_present().max(T::WeightInfo::remove_transfer_allowance_no_delay()))] pub fn remove_transfer_allowance( origin: OriginFor, currency_id: T::CurrencyId, diff --git a/pallets/transfer-allowlist/src/weights.rs b/pallets/transfer-allowlist/src/weights.rs index b2c884349d..343af6a11a 100644 --- a/pallets/transfer-allowlist/src/weights.rs +++ b/pallets/transfer-allowlist/src/weights.rs @@ -28,7 +28,6 @@ pub trait WeightInfo { fn update_allowance_delay() -> Weight; fn purge_allowance_delay_remaining_metadata() -> Weight; fn purge_allowance_delay_no_remaining_metadata() -> Weight; - fn remove_transfer_allowance_missing_allowance() -> Weight; fn remove_transfer_allowance_delay_present() -> Weight; fn remove_transfer_allowance_no_delay() -> Weight; fn purge_transfer_allowance_no_remaining_metadata() -> Weight; @@ -39,243 +38,433 @@ pub trait WeightInfo { /// recommended hardware. pub struct SubstrateWeight(PhantomData); impl WeightInfo for SubstrateWeight { - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - // Storage: Fees FeeBalances (r:1 w:0) - // Storage: System Account (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) + /// Storage: Fees FeeBalances (r:1 w:0) + /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: + /// 2523, mode: MaxEncodedLen) Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: + /// 2603, mode: MaxEncodedLen) Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: + /// 2684, mode: MaxEncodedLen) fn add_transfer_allowance_no_existing_metadata() -> Weight { - // Minimum execution time: 40_000 nanoseconds. - Weight::from_parts(41_000_000, 0) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Proof Size summary in bytes: + // Measured: `537` + // Estimated: `3674` + // Minimum execution time: 88_084_000 picoseconds. + Weight::from_parts(89_187_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(RocksDbWeight::get().reads(5)) + .saturating_add(RocksDbWeight::get().writes(4)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - // Storage: Fees FeeBalances (r:1 w:0) - // Storage: System Account (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) + /// Storage: Fees FeeBalances (r:1 w:0) + /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: + /// 2523, mode: MaxEncodedLen) Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: + /// 2603, mode: MaxEncodedLen) Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: + /// 2684, mode: MaxEncodedLen) fn add_transfer_allowance_existing_metadata() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_parts(43_000_000, 0) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Proof Size summary in bytes: + // Measured: `630` + // Estimated: `3674` + // Minimum execution time: 90_499_000 picoseconds. + Weight::from_parts(91_682_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(RocksDbWeight::get().reads(5)) + .saturating_add(RocksDbWeight::get().writes(4)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_no_existing_metadata() -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_parts(18_000_000, 0) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `213` + // Estimated: `3556` + // Minimum execution time: 20_037_000 picoseconds. + Weight::from_parts(20_819_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_existing_metadata() -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_parts(20_000_000, 0) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `336` + // Estimated: `3556` + // Minimum execution time: 22_913_000 picoseconds. + Weight::from_parts(23_655_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn toggle_allowance_delay_once_future_modifiable() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_parts(20_000_000, 0) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `306` + // Estimated: `3556` + // Minimum execution time: 22_973_000 picoseconds. + Weight::from_parts(23_624_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn update_allowance_delay() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_parts(21_000_000, 0) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `310` + // Estimated: `3556` + // Minimum execution time: 23_153_000 picoseconds. + Weight::from_parts(23_554_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_no_remaining_metadata() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_parts(21_000_000, 0) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `310` + // Estimated: `3556` + // Minimum execution time: 22_642_000 picoseconds. + Weight::from_parts(23_514_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_remaining_metadata() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_parts(21_000_000, 0) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - fn remove_transfer_allowance_missing_allowance() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_parts(27_000_000, 0) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `344` + // Estimated: `3556` + // Minimum execution time: 24_074_000 picoseconds. + Weight::from_parts(24_555_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_delay_present() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_parts(27_000_000, 0) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `438` + // Estimated: `3596` + // Minimum execution time: 34_765_000 picoseconds. + Weight::from_parts(35_746_000, 0) + .saturating_add(Weight::from_parts(0, 3596)) + .saturating_add(RocksDbWeight::get().reads(2)) + .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_no_delay() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_parts(27_000_000, 0) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `434` + // Estimated: `3596` + // Minimum execution time: 34_605_000 picoseconds. + Weight::from_parts(35_526_000, 0) + .saturating_add(Weight::from_parts(0, 3596)) + .saturating_add(RocksDbWeight::get().reads(2)) + .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - // Storage: Fees FeeBalances (r:1 w:0) - // Storage: System Account (r:1 w:1) - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) + /// Storage: Fees FeeBalances (r:1 w:0) + /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: + /// 2523, mode: MaxEncodedLen) Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: + /// 2603, mode: MaxEncodedLen) Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: + /// 2684, mode: MaxEncodedLen) Storage: TransferAllowList + /// AccountCurrencyTransferCountDelay (r:1 w:1) Proof: TransferAllowList + /// AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), + /// added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_no_remaining_metadata() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_parts(43_000_000, 0) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Proof Size summary in bytes: + // Measured: `811` + // Estimated: `3674` + // Minimum execution time: 81_633_000 picoseconds. + Weight::from_parts(84_177_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(RocksDbWeight::get().reads(5)) + .saturating_add(RocksDbWeight::get().writes(4)) } - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - // Storage: Fees FeeBalances (r:1 w:0) - // Storage: System Account (r:1 w:1) - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) + /// Storage: Fees FeeBalances (r:1 w:0) + /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: + /// 2523, mode: MaxEncodedLen) Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: + /// 2603, mode: MaxEncodedLen) Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: + /// 2684, mode: MaxEncodedLen) Storage: TransferAllowList + /// AccountCurrencyTransferCountDelay (r:1 w:1) Proof: TransferAllowList + /// AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), + /// added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_remaining_metadata() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_parts(44_000_000, 0) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Proof Size summary in bytes: + // Measured: `850` + // Estimated: `3674` + // Minimum execution time: 82_524_000 picoseconds. + Weight::from_parts(83_476_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(RocksDbWeight::get().reads(5)) + .saturating_add(RocksDbWeight::get().writes(4)) } } impl WeightInfo for () { - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - // Storage: Fees FeeBalances (r:1 w:0) - // Storage: System Account (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) + /// Storage: Fees FeeBalances (r:1 w:0) + /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: + /// 2523, mode: MaxEncodedLen) Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: + /// 2603, mode: MaxEncodedLen) Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: + /// 2684, mode: MaxEncodedLen) fn add_transfer_allowance_no_existing_metadata() -> Weight { - // Minimum execution time: 40_000 nanoseconds. - Weight::from_parts(41_000_000, 0) - .saturating_add(RocksDbWeight::get().reads(4)) - .saturating_add(RocksDbWeight::get().writes(3)) + // Proof Size summary in bytes: + // Measured: `537` + // Estimated: `3674` + // Minimum execution time: 88_084_000 picoseconds. + Weight::from_parts(89_187_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(RocksDbWeight::get().reads(5)) + .saturating_add(RocksDbWeight::get().writes(4)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - // Storage: Fees FeeBalances (r:1 w:0) - // Storage: System Account (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) + /// Storage: Fees FeeBalances (r:1 w:0) + /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: + /// 2523, mode: MaxEncodedLen) Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: + /// 2603, mode: MaxEncodedLen) Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: + /// 2684, mode: MaxEncodedLen) fn add_transfer_allowance_existing_metadata() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_parts(43_000_000, 0) - .saturating_add(RocksDbWeight::get().reads(4)) - .saturating_add(RocksDbWeight::get().writes(3)) + // Proof Size summary in bytes: + // Measured: `630` + // Estimated: `3674` + // Minimum execution time: 90_499_000 picoseconds. + Weight::from_parts(91_682_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(RocksDbWeight::get().reads(5)) + .saturating_add(RocksDbWeight::get().writes(4)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_no_existing_metadata() -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_parts(18_000_000, 0) + // Proof Size summary in bytes: + // Measured: `213` + // Estimated: `3556` + // Minimum execution time: 20_037_000 picoseconds. + Weight::from_parts(20_819_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(RocksDbWeight::get().reads(1)) .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_existing_metadata() -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_parts(20_000_000, 0) + // Proof Size summary in bytes: + // Measured: `336` + // Estimated: `3556` + // Minimum execution time: 22_913_000 picoseconds. + Weight::from_parts(23_655_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(RocksDbWeight::get().reads(1)) .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn toggle_allowance_delay_once_future_modifiable() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_parts(20_000_000, 0) + // Proof Size summary in bytes: + // Measured: `306` + // Estimated: `3556` + // Minimum execution time: 22_973_000 picoseconds. + Weight::from_parts(23_624_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(RocksDbWeight::get().reads(1)) .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn update_allowance_delay() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_parts(21_000_000, 0) + // Proof Size summary in bytes: + // Measured: `310` + // Estimated: `3556` + // Minimum execution time: 23_153_000 picoseconds. + Weight::from_parts(23_554_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(RocksDbWeight::get().reads(1)) .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_no_remaining_metadata() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_parts(21_000_000, 0) + // Proof Size summary in bytes: + // Measured: `310` + // Estimated: `3556` + // Minimum execution time: 22_642_000 picoseconds. + Weight::from_parts(23_514_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(RocksDbWeight::get().reads(1)) .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_remaining_metadata() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_parts(21_000_000, 0) + // Proof Size summary in bytes: + // Measured: `344` + // Estimated: `3556` + // Minimum execution time: 24_074_000 picoseconds. + Weight::from_parts(24_555_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(RocksDbWeight::get().reads(1)) .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - fn remove_transfer_allowance_missing_allowance() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_parts(27_000_000, 0) - .saturating_add(RocksDbWeight::get().reads(2)) - .saturating_add(RocksDbWeight::get().writes(1)) - } - - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_delay_present() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_parts(27_000_000, 0) + // Proof Size summary in bytes: + // Measured: `438` + // Estimated: `3596` + // Minimum execution time: 34_765_000 picoseconds. + Weight::from_parts(35_746_000, 0) + .saturating_add(Weight::from_parts(0, 3596)) .saturating_add(RocksDbWeight::get().reads(2)) .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: + /// None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_no_delay() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_parts(27_000_000, 0) + // Proof Size summary in bytes: + // Measured: `434` + // Estimated: `3596` + // Minimum execution time: 34_605_000 picoseconds. + Weight::from_parts(35_526_000, 0) + .saturating_add(Weight::from_parts(0, 3596)) .saturating_add(RocksDbWeight::get().reads(2)) .saturating_add(RocksDbWeight::get().writes(1)) } - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - // Storage: Fees FeeBalances (r:1 w:0) - // Storage: System Account (r:1 w:1) - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) + /// Storage: Fees FeeBalances (r:1 w:0) + /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: + /// 2523, mode: MaxEncodedLen) Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: + /// 2603, mode: MaxEncodedLen) Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: + /// 2684, mode: MaxEncodedLen) Storage: TransferAllowList + /// AccountCurrencyTransferCountDelay (r:1 w:1) Proof: TransferAllowList + /// AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), + /// added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_no_remaining_metadata() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_parts(43_000_000, 0) - .saturating_add(RocksDbWeight::get().reads(4)) - .saturating_add(RocksDbWeight::get().writes(3)) + // Proof Size summary in bytes: + // Measured: `811` + // Estimated: `3674` + // Minimum execution time: 81_633_000 picoseconds. + Weight::from_parts(84_177_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(RocksDbWeight::get().reads(5)) + .saturating_add(RocksDbWeight::get().writes(4)) } - // Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) - // Storage: Fees FeeBalances (r:1 w:0) - // Storage: System Account (r:1 w:1) - // Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) + /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) + /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: + /// None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) + /// Storage: Fees FeeBalances (r:1 w:0) + /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: + /// 2523, mode: MaxEncodedLen) Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: + /// 2603, mode: MaxEncodedLen) Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: + /// 2684, mode: MaxEncodedLen) Storage: TransferAllowList + /// AccountCurrencyTransferCountDelay (r:1 w:1) Proof: TransferAllowList + /// AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), + /// added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_remaining_metadata() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_parts(44_000_000, 0) - .saturating_add(RocksDbWeight::get().reads(4)) - .saturating_add(RocksDbWeight::get().writes(3)) + // Proof Size summary in bytes: + // Measured: `850` + // Estimated: `3674` + // Minimum execution time: 82_524_000 picoseconds. + Weight::from_parts(83_476_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(RocksDbWeight::get().reads(5)) + .saturating_add(RocksDbWeight::get().writes(4)) } } diff --git a/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs index c8e2d6cd6d..a762ba3386 100644 --- a/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `142` // Estimated: `1627` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_516_000 picoseconds. + Weight::from_parts(9_027_000, 0) .saturating_add(Weight::from_parts(0, 1627)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `142` // Estimated: `1627` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_436_000 picoseconds. + Weight::from_parts(8_787_000, 0) .saturating_add(Weight::from_parts(0, 1627)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/mod.rs b/runtime/altair/src/weights/mod.rs index ad02471eeb..8021736c9a 100644 --- a/runtime/altair/src/weights/mod.rs +++ b/runtime/altair/src/weights/mod.rs @@ -41,10 +41,9 @@ pub mod pallet_restricted_tokens; pub mod pallet_scheduler; pub mod pallet_session; pub mod pallet_timestamp; +pub mod pallet_transfer_allowlist; pub mod pallet_treasury; pub mod pallet_uniques; pub mod pallet_utility; pub mod pallet_vesting; pub mod pallet_xcm; - -pub mod pallet_transfer_allowlist; diff --git a/runtime/altair/src/weights/pallet_anchors.rs b/runtime/altair/src/weights/pallet_anchors.rs index 4730d0e2fe..eff0b03882 100644 --- a/runtime/altair/src/weights/pallet_anchors.rs +++ b/runtime/altair/src/weights/pallet_anchors.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_anchors` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -42,8 +42,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `301` // Estimated: `3581` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 40_516_000 picoseconds. + Weight::from_parts(41_698_000, 0) .saturating_add(Weight::from_parts(0, 3581)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -70,8 +70,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `668` // Estimated: `3581` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(48_000_000, 0) + // Minimum execution time: 70_522_000 picoseconds. + Weight::from_parts(72_225_000, 0) .saturating_add(Weight::from_parts(0, 3581)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) @@ -82,8 +82,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `12450` // Estimated: `260090` - // Minimum execution time: 1_539_000_000 picoseconds. - Weight::from_parts(1_546_000_000, 0) + // Minimum execution time: 2_122_828_000 picoseconds. + Weight::from_parts(2_149_347_000, 0) .saturating_add(Weight::from_parts(0, 260090)) .saturating_add(T::DbWeight::get().reads(100)) .saturating_add(T::DbWeight::get().writes(100)) @@ -506,8 +506,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `18357` // Estimated: `254990` - // Minimum execution time: 1_428_000_000 picoseconds. - Weight::from_parts(1_433_000_000, 0) + // Minimum execution time: 1_937_882_000 picoseconds. + Weight::from_parts(1_967_587_000, 0) .saturating_add(Weight::from_parts(0, 254990)) .saturating_add(T::DbWeight::get().reads(504)) .saturating_add(T::DbWeight::get().writes(402)) diff --git a/runtime/altair/src/weights/pallet_balances.rs b/runtime/altair/src/weights/pallet_balances.rs index 4050c446ab..8d008a890b 100644 --- a/runtime/altair/src/weights/pallet_balances.rs +++ b/runtime/altair/src/weights/pallet_balances.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 58_000_000 picoseconds. - Weight::from_parts(59_000_000, 0) + // Minimum execution time: 83_116_000 picoseconds. + Weight::from_parts(84_969_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 44_000_000 picoseconds. - Weight::from_parts(45_000_000, 0) + // Minimum execution time: 63_118_000 picoseconds. + Weight::from_parts(64_100_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -62,8 +62,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 23_524_000 picoseconds. + Weight::from_parts(24_365_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -74,8 +74,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 23_000_000 picoseconds. - Weight::from_parts(24_000_000, 0) + // Minimum execution time: 34_354_000 picoseconds. + Weight::from_parts(35_467_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -86,8 +86,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `192` // Estimated: `6196` - // Minimum execution time: 61_000_000 picoseconds. - Weight::from_parts(62_000_000, 0) + // Minimum execution time: 87_484_000 picoseconds. + Weight::from_parts(89_137_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -98,8 +98,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 56_000_000 picoseconds. - Weight::from_parts(57_000_000, 0) + // Minimum execution time: 79_338_000 picoseconds. + Weight::from_parts(80_360_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -110,8 +110,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 27_772_000 picoseconds. + Weight::from_parts(28_583_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -123,11 +123,11 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 26_750_000 picoseconds. + Weight::from_parts(27_221_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 24_499 - .saturating_add(Weight::from_parts(15_471_614, 0).saturating_mul(u.into())) + // Standard Error: 11_703 + .saturating_add(Weight::from_parts(21_250_615, 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())) diff --git a/runtime/altair/src/weights/pallet_block_rewards.rs b/runtime/altair/src/weights/pallet_block_rewards.rs index 5b130c4513..b364a228a2 100644 --- a/runtime/altair/src/weights/pallet_block_rewards.rs +++ b/runtime/altair/src/weights/pallet_block_rewards.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_block_rewards` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -44,8 +44,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `583` // Estimated: `6196` - // Minimum execution time: 61_000_000 picoseconds. - Weight::from_parts(62_000_000, 0) + // Minimum execution time: 86_001_000 picoseconds. + Weight::from_parts(88_175_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -58,8 +58,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `106` // Estimated: `3574` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 12_073_000 picoseconds. + Weight::from_parts(12_514_000, 0) .saturating_add(Weight::from_parts(0, 3574)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -72,8 +72,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `65` // Estimated: `3574` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 10_921_000 picoseconds. + Weight::from_parts(11_461_000, 0) .saturating_add(Weight::from_parts(0, 3574)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/pallet_collator_allowlist.rs b/runtime/altair/src/weights/pallet_collator_allowlist.rs index 2acdddab10..a25b7f3930 100644 --- a/runtime/altair/src/weights/pallet_collator_allowlist.rs +++ b/runtime/altair/src/weights/pallet_collator_allowlist.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collator_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `491` // Estimated: `3956` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_318_000 picoseconds. + Weight::from_parts(25_979_000, 0) .saturating_add(Weight::from_parts(0, 3956)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -52,8 +52,8 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `199` // Estimated: `3497` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 18_965_000 picoseconds. + Weight::from_parts(19_727_000, 0) .saturating_add(Weight::from_parts(0, 3497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/pallet_collator_selection.rs b/runtime/altair/src/weights/pallet_collator_selection.rs index 912110c613..00b54ac17a 100644 --- a/runtime/altair/src/weights/pallet_collator_selection.rs +++ b/runtime/altair/src/weights/pallet_collator_selection.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -43,11 +43,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `433 + b * (112 ±0)` // Estimated: `1420 + b * (2588 ±0)` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(12_617_736, 0) + // Minimum execution time: 24_886_000 picoseconds. + Weight::from_parts(21_711_594, 0) .saturating_add(Weight::from_parts(0, 1420)) - // Standard Error: 16_099 - .saturating_add(Weight::from_parts(4_457_022, 0).saturating_mul(b.into())) + // Standard Error: 6_369 + .saturating_add(Weight::from_parts(5_941_326, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 2588).saturating_mul(b.into())) @@ -58,8 +58,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 13_986_000 picoseconds. + Weight::from_parts(14_568_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,8 +69,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 10_269_000 picoseconds. + Weight::from_parts(10_680_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -91,13 +91,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 19]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `936 + c * (59 ±0)` + // Measured: `969 + c * (59 ±0)` // Estimated: `4687 + c * (60 ±0)` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(42_371_526, 0) + // Minimum execution time: 65_022_000 picoseconds. + Weight::from_parts(66_948_233, 0) .saturating_add(Weight::from_parts(0, 4687)) - // Standard Error: 12_616 - .saturating_add(Weight::from_parts(370_217, 0).saturating_mul(c.into())) + // Standard Error: 10_010 + .saturating_add(Weight::from_parts(235_498, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -109,13 +109,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[6, 20]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `483 + c * (44 ±0)` + // Measured: `516 + c * (44 ±0)` // Estimated: `2446` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(32_454_399, 0) + // Minimum execution time: 45_525_000 picoseconds. + Weight::from_parts(46_437_007, 0) .saturating_add(Weight::from_parts(0, 2446)) - // Standard Error: 24_140 - .saturating_add(Weight::from_parts(108_235, 0).saturating_mul(c.into())) + // Standard Error: 5_765 + .saturating_add(Weight::from_parts(100_123, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -127,10 +127,10 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn note_author() -> Weight { // Proof Size summary in bytes: - // Measured: `195` + // Measured: `192` // Estimated: `6196` - // Minimum execution time: 52_000_000 picoseconds. - Weight::from_parts(53_000_000, 0) + // Minimum execution time: 69_640_000 picoseconds. + Weight::from_parts(70_622_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) @@ -149,13 +149,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 20]`. fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `515 + c * (98 ±0) + r * (142 ±0)` - // Estimated: `4687 + c * (2519 ±9) + r * (2259 ±17)` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Measured: `545 + c * (98 ±0) + r * (142 ±0)` + // Estimated: `4687 + c * (2519 ±0) + r * (2259 ±17)` + // Minimum execution time: 24_356_000 picoseconds. + Weight::from_parts(25_037_000, 0) .saturating_add(Weight::from_parts(0, 4687)) - // Standard Error: 331_311 - .saturating_add(Weight::from_parts(13_946_477, 0).saturating_mul(c.into())) + // Standard Error: 437_042 + .saturating_add(Weight::from_parts(17_531_770, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/pallet_collective.rs b/runtime/altair/src/weights/pallet_collective.rs index 73fd39e2ec..91bcd368aa 100644 --- a/runtime/altair/src/weights/pallet_collective.rs +++ b/runtime/altair/src/weights/pallet_collective.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -47,13 +47,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `15762 + m * (1967 ±23) + p * (4332 ±23)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 22_862_000 picoseconds. + Weight::from_parts(23_243_000, 0) .saturating_add(Weight::from_parts(0, 15762)) - // Standard Error: 41_249 - .saturating_add(Weight::from_parts(3_051_041, 0).saturating_mul(m.into())) - // Standard Error: 41_249 - .saturating_add(Weight::from_parts(6_268_595, 0).saturating_mul(p.into())) + // Standard Error: 62_985 + .saturating_add(Weight::from_parts(4_744_577, 0).saturating_mul(m.into())) + // Standard Error: 62_985 + .saturating_add(Weight::from_parts(8_773_833, 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)) @@ -69,13 +69,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103 + m * (32 ±0)` // Estimated: `1589 + m * (32 ±0)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_612_506, 0) + // Minimum execution time: 23_374_000 picoseconds. + Weight::from_parts(22_329_529, 0) .saturating_add(Weight::from_parts(0, 1589)) - // Standard Error: 50 - .saturating_add(Weight::from_parts(1_031, 0).saturating_mul(b.into())) - // Standard Error: 521 - .saturating_add(Weight::from_parts(6_322, 0).saturating_mul(m.into())) + // Standard Error: 41 + .saturating_add(Weight::from_parts(1_786, 0).saturating_mul(b.into())) + // Standard Error: 432 + .saturating_add(Weight::from_parts(18_712, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -89,13 +89,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103 + m * (32 ±0)` // Estimated: `3569 + m * (32 ±0)` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(16_363_942, 0) + // Minimum execution time: 27_131_000 picoseconds. + Weight::from_parts(25_618_743, 0) .saturating_add(Weight::from_parts(0, 3569)) - // Standard Error: 44 - .saturating_add(Weight::from_parts(1_347, 0).saturating_mul(b.into())) - // Standard Error: 457 - .saturating_add(Weight::from_parts(12_353, 0).saturating_mul(m.into())) + // Standard Error: 56 + .saturating_add(Weight::from_parts(2_367, 0).saturating_mul(b.into())) + // Standard Error: 584 + .saturating_add(Weight::from_parts(35_011, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -116,15 +116,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `393 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3785 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(23_485_956, 0) + // Minimum execution time: 37_099_000 picoseconds. + Weight::from_parts(33_742_160, 0) .saturating_add(Weight::from_parts(0, 3785)) - // Standard Error: 114 - .saturating_add(Weight::from_parts(1_901, 0).saturating_mul(b.into())) - // Standard Error: 1_190 - .saturating_add(Weight::from_parts(7_941, 0).saturating_mul(m.into())) - // Standard Error: 1_175 - .saturating_add(Weight::from_parts(136_203, 0).saturating_mul(p.into())) + // Standard Error: 99 + .saturating_add(Weight::from_parts(3_693, 0).saturating_mul(b.into())) + // Standard Error: 1_040 + .saturating_add(Weight::from_parts(33_553, 0).saturating_mul(m.into())) + // Standard Error: 1_027 + .saturating_add(Weight::from_parts(248_100, 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())) @@ -139,11 +139,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `842 + m * (64 ±0)` // Estimated: `4306 + m * (64 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_710_742, 0) + // Minimum execution time: 30_658_000 picoseconds. + Weight::from_parts(31_501_318, 0) .saturating_add(Weight::from_parts(0, 4306)) - // Standard Error: 1_185 - .saturating_add(Weight::from_parts(14_518, 0).saturating_mul(m.into())) + // Standard Error: 1_499 + .saturating_add(Weight::from_parts(51_420, 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())) @@ -162,13 +162,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `431 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3876 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_378_569, 0) + // Minimum execution time: 38_913_000 picoseconds. + Weight::from_parts(37_484_472, 0) .saturating_add(Weight::from_parts(0, 3876)) - // Standard Error: 877 - .saturating_add(Weight::from_parts(8_953, 0).saturating_mul(m.into())) - // Standard Error: 855 - .saturating_add(Weight::from_parts(136_730, 0).saturating_mul(p.into())) + // Standard Error: 1_003 + .saturating_add(Weight::from_parts(42_410, 0).saturating_mul(m.into())) + // Standard Error: 978 + .saturating_add(Weight::from_parts(242_468, 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())) @@ -189,13 +189,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `733 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4050 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(37_045_737, 0) + // Minimum execution time: 56_657_000 picoseconds. + Weight::from_parts(57_185_987, 0) .saturating_add(Weight::from_parts(0, 4050)) - // Standard Error: 186 - .saturating_add(Weight::from_parts(1_335, 0).saturating_mul(b.into())) - // Standard Error: 1_919 - .saturating_add(Weight::from_parts(167_727, 0).saturating_mul(p.into())) + // Standard Error: 198 + .saturating_add(Weight::from_parts(1_914, 0).saturating_mul(b.into())) + // Standard Error: 2_098 + .saturating_add(Weight::from_parts(13_157, 0).saturating_mul(m.into())) + // Standard Error: 2_045 + .saturating_add(Weight::from_parts(286_092, 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())) @@ -218,13 +220,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `451 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3896 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(27_984_583, 0) + // Minimum execution time: 43_241_000 picoseconds. + Weight::from_parts(41_025_244, 0) .saturating_add(Weight::from_parts(0, 3896)) - // Standard Error: 648 - .saturating_add(Weight::from_parts(9_160, 0).saturating_mul(m.into())) - // Standard Error: 632 - .saturating_add(Weight::from_parts(137_294, 0).saturating_mul(p.into())) + // Standard Error: 975 + .saturating_add(Weight::from_parts(46_148, 0).saturating_mul(m.into())) + // Standard Error: 951 + .saturating_add(Weight::from_parts(242_687, 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())) @@ -247,13 +249,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `753 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4070 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(45_052_456, 0) + // Minimum execution time: 60_313_000 picoseconds. + Weight::from_parts(59_770_901, 0) .saturating_add(Weight::from_parts(0, 4070)) - // Standard Error: 376 - .saturating_add(Weight::from_parts(1_175, 0).saturating_mul(b.into())) - // Standard Error: 3_880 - .saturating_add(Weight::from_parts(170_299, 0).saturating_mul(p.into())) + // Standard Error: 141 + .saturating_add(Weight::from_parts(1_805, 0).saturating_mul(b.into())) + // Standard Error: 1_490 + .saturating_add(Weight::from_parts(43_360, 0).saturating_mul(m.into())) + // Standard Error: 1_453 + .saturating_add(Weight::from_parts(282_453, 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())) @@ -271,11 +275,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `260 + p * (32 ±0)` // Estimated: `1745 + p * (32 ±0)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_676_402, 0) + // Minimum execution time: 22_663_000 picoseconds. + Weight::from_parts(23_752_988, 0) .saturating_add(Weight::from_parts(0, 1745)) - // Standard Error: 3_005 - .saturating_add(Weight::from_parts(153_250, 0).saturating_mul(p.into())) + // Standard Error: 683 + .saturating_add(Weight::from_parts(227_706, 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())) diff --git a/runtime/altair/src/weights/pallet_crowdloan_claim.rs b/runtime/altair/src/weights/pallet_crowdloan_claim.rs index 94e1968dbb..f85dec4b03 100644 --- a/runtime/altair/src/weights/pallet_crowdloan_claim.rs +++ b/runtime/altair/src/weights/pallet_crowdloan_claim.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_crowdloan_claim` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -60,8 +60,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `606` // Estimated: `6196` - // Minimum execution time: 180_000_000 picoseconds. - Weight::from_parts(180_000_000, 0) + // Minimum execution time: 257_763_000 picoseconds. + Weight::from_parts(259_697_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -94,8 +94,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `762` // Estimated: `6196` - // Minimum execution time: 181_000_000 picoseconds. - Weight::from_parts(182_000_000, 0) + // Minimum execution time: 260_048_000 picoseconds. + Weight::from_parts(263_404_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -128,8 +128,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `658` // Estimated: `6196` - // Minimum execution time: 173_000_000 picoseconds. - Weight::from_parts(180_000_000, 0) + // Minimum execution time: 241_844_000 picoseconds. + Weight::from_parts(245_180_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -152,8 +152,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `76` // Estimated: `1489` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 24_376_000 picoseconds. + Weight::from_parts(25_367_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) @@ -164,8 +164,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_331_000 picoseconds. + Weight::from_parts(11_793_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,8 +175,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_241_000 picoseconds. + Weight::from_parts(11_622_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -186,8 +186,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_674_000 picoseconds. + Weight::from_parts(13_024_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -197,8 +197,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_381_000 picoseconds. + Weight::from_parts(11_702_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -208,8 +208,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_401_000 picoseconds. + Weight::from_parts(11_682_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_crowdloan_reward.rs b/runtime/altair/src/weights/pallet_crowdloan_reward.rs index dd1f68b2f2..ce55dc36f3 100644 --- a/runtime/altair/src/weights/pallet_crowdloan_reward.rs +++ b/runtime/altair/src/weights/pallet_crowdloan_reward.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_crowdloan_reward` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -42,8 +42,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 13_315_000 picoseconds. + Weight::from_parts(13_686_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -53,8 +53,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 10_951_000 picoseconds. + Weight::from_parts(11_602_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,8 +64,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_251_000 picoseconds. + Weight::from_parts(11_611_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,8 +75,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_071_000 picoseconds. + Weight::from_parts(11_672_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_democracy.rs b/runtime/altair/src/weights/pallet_democracy.rs index 9fa12a7c9b..09a0b081bb 100644 --- a/runtime/altair/src/weights/pallet_democracy.rs +++ b/runtime/altair/src/weights/pallet_democracy.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -44,8 +44,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4801` // Estimated: `18187` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(37_000_000, 0) + // Minimum execution time: 58_119_000 picoseconds. + Weight::from_parts(59_321_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -56,8 +56,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3556` // Estimated: `6695` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(33_000_000, 0) + // Minimum execution time: 51_817_000 picoseconds. + Weight::from_parts(53_691_000, 0) .saturating_add(Weight::from_parts(0, 6695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -74,8 +74,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3433` // Estimated: `7260` - // Minimum execution time: 43_000_000 picoseconds. - Weight::from_parts(45_000_000, 0) + // Minimum execution time: 66_635_000 picoseconds. + Weight::from_parts(68_369_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -92,8 +92,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3455` // Estimated: `7260` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(49_000_000, 0) + // Minimum execution time: 72_516_000 picoseconds. + Weight::from_parts(74_329_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -108,8 +108,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `366` // Estimated: `3666` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(24_000_000, 0) + // Minimum execution time: 37_941_000 picoseconds. + Weight::from_parts(39_134_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -132,8 +132,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6282` // Estimated: `18187` - // Minimum execution time: 99_000_000 picoseconds. - Weight::from_parts(107_000_000, 0) + // Minimum execution time: 148_428_000 picoseconds. + Weight::from_parts(150_783_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -146,8 +146,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3416` // Estimated: `6703` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 18_565_000 picoseconds. + Weight::from_parts(19_236_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -158,8 +158,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 5_140_000 picoseconds. + Weight::from_parts(5_350_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -169,8 +169,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 5_219_000 picoseconds. + Weight::from_parts(5_560_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -186,8 +186,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `286` // Estimated: `3518` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 39_033_000 picoseconds. + Weight::from_parts(39_465_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) @@ -202,8 +202,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3519` // Estimated: `6703` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_000_000, 0) + // Minimum execution time: 41_819_000 picoseconds. + Weight::from_parts(42_990_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -220,8 +220,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6193` // Estimated: `18187` - // Minimum execution time: 89_000_000 picoseconds. - Weight::from_parts(97_000_000, 0) + // Minimum execution time: 121_748_000 picoseconds. + Weight::from_parts(123_591_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -234,8 +234,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `271` // Estimated: `3518` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 28_533_000 picoseconds. + Weight::from_parts(29_225_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -251,11 +251,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(12_056_842, 0) + // Minimum execution time: 9_919_000 picoseconds. + Weight::from_parts(12_518_458, 0) .saturating_add(Weight::from_parts(0, 1489)) - // Standard Error: 10_947 - .saturating_add(Weight::from_parts(2_904_266, 0).saturating_mul(r.into())) + // Standard Error: 6_845 + .saturating_add(Weight::from_parts(4_137_260, 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)) @@ -278,11 +278,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(16_044_749, 0) + // Minimum execution time: 14_838_000 picoseconds. + Weight::from_parts(17_174_806, 0) .saturating_add(Weight::from_parts(0, 18187)) - // Standard Error: 10_469 - .saturating_add(Weight::from_parts(2_889_254, 0).saturating_mul(r.into())) + // Standard Error: 6_417 + .saturating_add(Weight::from_parts(4_136_341, 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)) @@ -301,11 +301,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(39_336_284, 0) + // Minimum execution time: 55_555_000 picoseconds. + Weight::from_parts(61_027_404, 0) .saturating_add(Weight::from_parts(0, 19800)) - // Standard Error: 15_467 - .saturating_add(Weight::from_parts(3_750_422, 0).saturating_mul(r.into())) + // Standard Error: 6_631 + .saturating_add(Weight::from_parts(5_098_351, 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)) @@ -321,11 +321,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `493 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_955_219, 0) + // Minimum execution time: 28_814_000 picoseconds. + Weight::from_parts(27_991_730, 0) .saturating_add(Weight::from_parts(0, 13530)) - // Standard Error: 13_893 - .saturating_add(Weight::from_parts(3_702_912, 0).saturating_mul(r.into())) + // Standard Error: 5_773 + .saturating_add(Weight::from_parts(5_063_537, 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)) @@ -338,8 +338,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 5_000_000 picoseconds. + Weight::from_parts(5_190_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -356,11 +356,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `525` // Estimated: `7260` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(36_005_128, 0) + // Minimum execution time: 33_683_000 picoseconds. + Weight::from_parts(51_371_710, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 4_726 - .saturating_add(Weight::from_parts(7_280, 0).saturating_mul(r.into())) + // Standard Error: 4_004 + .saturating_add(Weight::from_parts(75_059, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -377,11 +377,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `526 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(33_668_113, 0) + // Minimum execution time: 47_589_000 picoseconds. + Weight::from_parts(49_270_659, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 3_988 - .saturating_add(Weight::from_parts(53_649, 0).saturating_mul(r.into())) + // Standard Error: 1_086 + .saturating_add(Weight::from_parts(89_701, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -394,11 +394,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(17_081_433, 0) + // Minimum execution time: 21_330_000 picoseconds. + Weight::from_parts(24_316_996, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 2_531 - .saturating_add(Weight::from_parts(57_748, 0).saturating_mul(r.into())) + // Standard Error: 1_266 + .saturating_add(Weight::from_parts(91_796, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -411,11 +411,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(16_979_964, 0) + // Minimum execution time: 21_471_000 picoseconds. + Weight::from_parts(24_820_754, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 4_409 - .saturating_add(Weight::from_parts(77_729, 0).saturating_mul(r.into())) + // Standard Error: 1_258 + .saturating_add(Weight::from_parts(88_304, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -429,8 +429,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `3556` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 26_389_000 picoseconds. + Weight::from_parts(26_981_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -443,8 +443,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `286` // Estimated: `3518` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 23_885_000 picoseconds. + Weight::from_parts(24_666_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -459,8 +459,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4922` // Estimated: `18187` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 55_664_000 picoseconds. + Weight::from_parts(56_516_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -473,8 +473,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4822` // Estimated: `18187` - // Minimum execution time: 33_000_000 picoseconds. - Weight::from_parts(34_000_000, 0) + // Minimum execution time: 51_717_000 picoseconds. + Weight::from_parts(52_649_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -487,8 +487,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 21_480_000 picoseconds. + Weight::from_parts(22_031_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -501,8 +501,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `302` // Estimated: `3666` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 26_319_000 picoseconds. + Weight::from_parts(27_351_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/pallet_elections_phragmen.rs b/runtime/altair/src/weights/pallet_elections_phragmen.rs index b761c9d41c..c21778359b 100644 --- a/runtime/altair/src/weights/pallet_elections_phragmen.rs +++ b/runtime/altair/src/weights/pallet_elections_phragmen.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -49,11 +49,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `430 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(28_487_207, 0) + // Minimum execution time: 43_311_000 picoseconds. + Weight::from_parts(43_610_847, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 24_782 - .saturating_add(Weight::from_parts(524_123, 0).saturating_mul(v.into())) + // Standard Error: 16_974 + .saturating_add(Weight::from_parts(716_418, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -75,11 +75,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `399 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(40_798_323, 0) + // Minimum execution time: 61_716_000 picoseconds. + Weight::from_parts(64_838_953, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 15_506 - .saturating_add(Weight::from_parts(102_541, 0).saturating_mul(v.into())) + // Standard Error: 42_104 + .saturating_add(Weight::from_parts(176_128, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -101,11 +101,9 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `431 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(40_913_737, 0) + // Minimum execution time: 61_645_000 picoseconds. + Weight::from_parts(66_675_573, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 22_270 - .saturating_add(Weight::from_parts(114_656, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -120,8 +118,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `601` // Estimated: `4764` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) + // Minimum execution time: 64_932_000 picoseconds. + Weight::from_parts(65_823_000, 0) .saturating_add(Weight::from_parts(0, 4764)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -137,9 +135,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1508 + c * (48 ±0)` // Estimated: `2993 + c * (48 ±0)` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(33_858_082, 0) + // Minimum execution time: 46_707_000 picoseconds. + Weight::from_parts(48_140_995, 0) .saturating_add(Weight::from_parts(0, 2993)) + // Standard Error: 2_436 + .saturating_add(Weight::from_parts(93_295, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -151,11 +151,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + c * (48 ±0)` // Estimated: `1836 + c * (48 ±0)` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(26_855_488, 0) + // Minimum execution time: 42_309_000 picoseconds. + Weight::from_parts(43_652_795, 0) .saturating_add(Weight::from_parts(0, 1836)) - // Standard Error: 10_984 - .saturating_add(Weight::from_parts(177_096, 0).saturating_mul(c.into())) + // Standard Error: 2_352 + .saturating_add(Weight::from_parts(89_204, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -174,8 +174,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1688` // Estimated: `3173` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(44_000_000, 0) + // Minimum execution time: 60_474_000 picoseconds. + Weight::from_parts(61_626_000, 0) .saturating_add(Weight::from_parts(0, 3173)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -186,8 +186,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1056` // Estimated: `2541` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(34_000_000, 0) + // Minimum execution time: 43_922_000 picoseconds. + Weight::from_parts(44_403_000, 0) .saturating_add(Weight::from_parts(0, 2541)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -218,8 +218,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1791` // Estimated: `6196` - // Minimum execution time: 64_000_000 picoseconds. - Weight::from_parts(66_000_000, 0) + // Minimum execution time: 91_291_000 picoseconds. + Weight::from_parts(92_383_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -244,11 +244,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1226 + v * (457 ±0)` // Estimated: `4528 + d * (1 ±0) + v * (3774 ±0)` - // Minimum execution time: 2_509_000_000 picoseconds. - Weight::from_parts(2_516_000_000, 0) + // Minimum execution time: 3_507_373_000 picoseconds. + Weight::from_parts(94_410_859, 0) .saturating_add(Weight::from_parts(0, 4528)) - // Standard Error: 205_592 - .saturating_add(Weight::from_parts(28_456_710, 0).saturating_mul(v.into())) + // Standard Error: 53_000 + .saturating_add(Weight::from_parts(69_345_483, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -279,16 +279,16 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + e * (23 ±0) + v * (241 ±0)` - // Estimated: `9384 + c * (154 ±35) + e * (19 ±0) + v * (2526 ±2)` - // Minimum execution time: 212_000_000 picoseconds. - Weight::from_parts(213_000_000, 0) + // Estimated: `9384 + c * (154 ±3) + e * (19 ±0) + v * (2526 ±2)` + // Minimum execution time: 308_779_000 picoseconds. + Weight::from_parts(310_843_000, 0) .saturating_add(Weight::from_parts(0, 9384)) - // Standard Error: 482_403 - .saturating_add(Weight::from_parts(2_612_303, 0).saturating_mul(c.into())) - // Standard Error: 95_963 - .saturating_add(Weight::from_parts(5_084_898, 0).saturating_mul(v.into())) - // Standard Error: 20_840 - .saturating_add(Weight::from_parts(143_224, 0).saturating_mul(e.into())) + // Standard Error: 642_635 + .saturating_add(Weight::from_parts(2_296_398, 0).saturating_mul(c.into())) + // Standard Error: 127_837 + .saturating_add(Weight::from_parts(7_466_307, 0).saturating_mul(v.into())) + // Standard Error: 27_762 + .saturating_add(Weight::from_parts(169_642, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(7)) diff --git a/runtime/altair/src/weights/pallet_fees.rs b/runtime/altair/src/weights/pallet_fees.rs index 152c27d70b..1afa58b95d 100644 --- a/runtime/altair/src/weights/pallet_fees.rs +++ b/runtime/altair/src/weights/pallet_fees.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_fees` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_fees::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_353_000 picoseconds. + Weight::from_parts(12_824_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_identity.rs b/runtime/altair/src/weights/pallet_identity.rs index 83d09a196f..2d3eb2f374 100644 --- a/runtime/altair/src/weights/pallet_identity.rs +++ b/runtime/altair/src/weights/pallet_identity.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -39,11 +39,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_328_948, 0) + // Minimum execution time: 17_293_000 picoseconds. + Weight::from_parts(18_708_377, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 3_919 - .saturating_add(Weight::from_parts(103_051, 0).saturating_mul(r.into())) + // Standard Error: 2_571 + .saturating_add(Weight::from_parts(97_118, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -55,13 +55,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `441 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(27_973_650, 0) + // Minimum execution time: 47_168_000 picoseconds. + Weight::from_parts(46_991_351, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 5_584 - .saturating_add(Weight::from_parts(90_672, 0).saturating_mul(r.into())) - // Standard Error: 1_089 - .saturating_add(Weight::from_parts(541_296, 0).saturating_mul(x.into())) + // Standard Error: 7_400 + .saturating_add(Weight::from_parts(78_769, 0).saturating_mul(r.into())) + // Standard Error: 1_444 + .saturating_add(Weight::from_parts(787_684, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,11 +76,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `11003 + s * (2589 ±0)` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(20_259_238, 0) + // Minimum execution time: 13_415_000 picoseconds. + Weight::from_parts(33_675_180, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 5_789 - .saturating_add(Weight::from_parts(3_415_766, 0).saturating_mul(s.into())) + // Standard Error: 6_185 + .saturating_add(Weight::from_parts(4_779_415, 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)) @@ -98,11 +98,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `193 + p * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(20_581_535, 0) + // Minimum execution time: 12_934_000 picoseconds. + Weight::from_parts(33_813_890, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_030 - .saturating_add(Weight::from_parts(1_368_426, 0).saturating_mul(p.into())) + // Standard Error: 4_725 + .saturating_add(Weight::from_parts(1_891_791, 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()))) @@ -116,17 +116,19 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight { + fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `468 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 56_000_000 picoseconds. - Weight::from_parts(25_238_307, 0) + // Minimum execution time: 88_106_000 picoseconds. + Weight::from_parts(44_750_562, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 5_834 - .saturating_add(Weight::from_parts(1_402_718, 0).saturating_mul(s.into())) - // Standard Error: 5_834 - .saturating_add(Weight::from_parts(335_327, 0).saturating_mul(x.into())) + // Standard Error: 8_073 + .saturating_add(Weight::from_parts(205_073, 0).saturating_mul(r.into())) + // Standard Error: 1_576 + .saturating_add(Weight::from_parts(1_891_356, 0).saturating_mul(s.into())) + // Standard Error: 1_576 + .saturating_add(Weight::from_parts(434_065, 0).saturating_mul(x.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()))) @@ -141,13 +143,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `366 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(28_382_206, 0) + // Minimum execution time: 47_559_000 picoseconds. + Weight::from_parts(45_167_304, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_428 - .saturating_add(Weight::from_parts(59_713, 0).saturating_mul(r.into())) - // Standard Error: 669 - .saturating_add(Weight::from_parts(558_018, 0).saturating_mul(x.into())) + // Standard Error: 7_655 + .saturating_add(Weight::from_parts(151_439, 0).saturating_mul(r.into())) + // Standard Error: 1_493 + .saturating_add(Weight::from_parts(849_430, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -159,13 +161,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `397 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(26_081_542, 0) + // Minimum execution time: 43_030_000 picoseconds. + Weight::from_parts(41_733_126, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_472 - .saturating_add(Weight::from_parts(24_466, 0).saturating_mul(r.into())) - // Standard Error: 677 - .saturating_add(Weight::from_parts(557_025, 0).saturating_mul(x.into())) + // Standard Error: 5_093 + .saturating_add(Weight::from_parts(123_753, 0).saturating_mul(r.into())) + // Standard Error: 993 + .saturating_add(Weight::from_parts(828_090, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,11 +178,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_473_332, 0) + // Minimum execution time: 10_270_000 picoseconds. + Weight::from_parts(11_058_450, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 4_696 - .saturating_add(Weight::from_parts(76_960, 0).saturating_mul(r.into())) + // Standard Error: 1_448 + .saturating_add(Weight::from_parts(87_839, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -191,11 +193,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_269_373, 0) + // Minimum execution time: 10_049_000 picoseconds. + Weight::from_parts(10_412_677, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 3_239 - .saturating_add(Weight::from_parts(76_116, 0).saturating_mul(r.into())) + // Standard Error: 1_129 + .saturating_add(Weight::from_parts(74_649, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -206,11 +208,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_195_901, 0) + // Minimum execution time: 9_959_000 picoseconds. + Weight::from_parts(10_307_610, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 3_160 - .saturating_add(Weight::from_parts(80_052, 0).saturating_mul(r.into())) + // Standard Error: 994 + .saturating_add(Weight::from_parts(68_385, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -224,13 +226,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(19_193_960, 0) + // Minimum execution time: 32_832_000 picoseconds. + Weight::from_parts(32_044_361, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 4_985 - .saturating_add(Weight::from_parts(43_387, 0).saturating_mul(r.into())) - // Standard Error: 922 - .saturating_add(Weight::from_parts(887_029, 0).saturating_mul(x.into())) + // Standard Error: 7_638 + .saturating_add(Weight::from_parts(119_817, 0).saturating_mul(r.into())) + // Standard Error: 1_413 + .saturating_add(Weight::from_parts(1_292_723, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -249,15 +251,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797 + r * (15 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 75_000_000 picoseconds. - Weight::from_parts(37_208_661, 0) + // Minimum execution time: 117_009_000 picoseconds. + Weight::from_parts(69_526_440, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 27_673 - .saturating_add(Weight::from_parts(391_172, 0).saturating_mul(r.into())) - // Standard Error: 5_404 - .saturating_add(Weight::from_parts(1_401_107, 0).saturating_mul(s.into())) - // Standard Error: 5_404 - .saturating_add(Weight::from_parts(345_059, 0).saturating_mul(x.into())) + // Standard Error: 10_242 + .saturating_add(Weight::from_parts(298_356, 0).saturating_mul(r.into())) + // Standard Error: 2_000 + .saturating_add(Weight::from_parts(1_956_438, 0).saturating_mul(s.into())) + // Standard Error: 2_000 + .saturating_add(Weight::from_parts(453_091, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -273,11 +275,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `474 + s * (36 ±0)` // Estimated: `11003` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(29_367_384, 0) + // Minimum execution time: 43_722_000 picoseconds. + Weight::from_parts(48_459_274, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 1_800 - .saturating_add(Weight::from_parts(45_871, 0).saturating_mul(s.into())) + // Standard Error: 1_145 + .saturating_add(Weight::from_parts(71_381, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -290,11 +292,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `590 + s * (3 ±0)` // Estimated: `11003` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(12_124_904, 0) + // Minimum execution time: 18_125_000 picoseconds. + Weight::from_parts(20_401_195, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 964 - .saturating_add(Weight::from_parts(24_172, 0).saturating_mul(s.into())) + // Standard Error: 598 + .saturating_add(Weight::from_parts(24_474, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -309,11 +311,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `637 + s * (35 ±0)` // Estimated: `11003` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(31_229_711, 0) + // Minimum execution time: 47_278_000 picoseconds. + Weight::from_parts(50_036_991, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 1_801 - .saturating_add(Weight::from_parts(33_112, 0).saturating_mul(s.into())) + // Standard Error: 863 + .saturating_add(Weight::from_parts(63_873, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -328,11 +330,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `770 + s * (37 ±0)` // Estimated: `6723` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(24_139_806, 0) + // Minimum execution time: 35_386_000 picoseconds. + Weight::from_parts(37_194_161, 0) .saturating_add(Weight::from_parts(0, 6723)) - // Standard Error: 1_487 - .saturating_add(Weight::from_parts(26_686, 0).saturating_mul(s.into())) + // Standard Error: 661 + .saturating_add(Weight::from_parts(60_790, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/altair/src/weights/pallet_interest_accrual.rs b/runtime/altair/src/weights/pallet_interest_accrual.rs index e8cbfb9276..cffdf0d923 100644 --- a/runtime/altair/src/weights/pallet_interest_accrual.rs +++ b/runtime/altair/src/weights/pallet_interest_accrual.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_interest_accrual` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -37,10 +37,10 @@ impl pallet_interest_accrual::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(89_793, 0) + // Minimum execution time: 691_000 picoseconds. + Weight::from_parts(153_055, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_101 - .saturating_add(Weight::from_parts(424_936, 0).saturating_mul(n.into())) + // Standard Error: 391 + .saturating_add(Weight::from_parts(603_613, 0).saturating_mul(n.into())) } } diff --git a/runtime/altair/src/weights/pallet_investments.rs b/runtime/altair/src/weights/pallet_investments.rs index 4e907de471..f01112581d 100644 --- a/runtime/altair/src/weights/pallet_investments.rs +++ b/runtime/altair/src/weights/pallet_investments.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_investments` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -52,8 +52,8 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2122` // Estimated: `6198` - // Minimum execution time: 66_000_000 picoseconds. - Weight::from_parts(67_000_000, 0) + // Minimum execution time: 100_227_000 picoseconds. + Weight::from_parts(101_310_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -78,8 +78,8 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2018` // Estimated: `6198` - // Minimum execution time: 66_000_000 picoseconds. - Weight::from_parts(67_000_000, 0) + // Minimum execution time: 99_896_000 picoseconds. + Weight::from_parts(101_139_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -105,11 +105,11 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2358 + n * (44 ±0)` // Estimated: `6198 + n * (2555 ±0)` - // Minimum execution time: 74_000_000 picoseconds. - Weight::from_parts(71_579_173, 0) + // Minimum execution time: 113_412_000 picoseconds. + Weight::from_parts(109_253_017, 0) .saturating_add(Weight::from_parts(0, 6198)) - // Standard Error: 23_580 - .saturating_add(Weight::from_parts(3_539_606, 0).saturating_mul(n.into())) + // Standard Error: 25_573 + .saturating_add(Weight::from_parts(5_124_247, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -136,11 +136,11 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2395 + n * (44 ±0)` // Estimated: `6198 + n * (2555 ±0)` - // Minimum execution time: 73_000_000 picoseconds. - Weight::from_parts(69_516_579, 0) + // Minimum execution time: 111_399_000 picoseconds. + Weight::from_parts(107_538_629, 0) .saturating_add(Weight::from_parts(0, 6198)) - // Standard Error: 19_033 - .saturating_add(Weight::from_parts(3_747_693, 0).saturating_mul(n.into())) + // Standard Error: 19_959 + .saturating_add(Weight::from_parts(5_120_124, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/altair/src/weights/pallet_keystore.rs b/runtime/altair/src/weights/pallet_keystore.rs index bd3c44db7d..f5877feaf4 100644 --- a/runtime/altair/src/weights/pallet_keystore.rs +++ b/runtime/altair/src/weights/pallet_keystore.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_keystore` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -45,11 +45,11 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `250` // Estimated: `3593 + n * (2595 ±0)` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(10_352_306, 0) + // Minimum execution time: 44_343_000 picoseconds. + Weight::from_parts(19_047_440, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 6_181 - .saturating_add(Weight::from_parts(19_103_524, 0).saturating_mul(n.into())) + // Standard Error: 11_344 + .saturating_add(Weight::from_parts(26_918_772, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -63,11 +63,11 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `148 + n * (75 ±0)` // Estimated: `990 + n * (2595 ±0)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(5_513_565, 0) + // Minimum execution time: 21_451_000 picoseconds. + Weight::from_parts(10_031_228, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 8_873 - .saturating_add(Weight::from_parts(8_975_385, 0).saturating_mul(n.into())) + // Standard Error: 13_260 + .saturating_add(Weight::from_parts(12_965_191, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2595).saturating_mul(n.into())) @@ -78,8 +78,8 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_322_000 picoseconds. + Weight::from_parts(11_852_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_liquidity_rewards.rs b/runtime/altair/src/weights/pallet_liquidity_rewards.rs index e87b73e64f..5b08813b86 100644 --- a/runtime/altair/src/weights/pallet_liquidity_rewards.rs +++ b/runtime/altair/src/weights/pallet_liquidity_rewards.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_liquidity_rewards` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -43,15 +43,15 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `295` // Estimated: `1493` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_671_931, 0) + // Minimum execution time: 9_128_000 picoseconds. + Weight::from_parts(9_477_856, 0) .saturating_add(Weight::from_parts(0, 1493)) - // Standard Error: 1_286 - .saturating_add(Weight::from_parts(432, 0).saturating_mul(x.into())) - // Standard Error: 526 - .saturating_add(Weight::from_parts(1_485, 0).saturating_mul(y.into())) - // Standard Error: 526 - .saturating_add(Weight::from_parts(4_640, 0).saturating_mul(z.into())) + // Standard Error: 784 + .saturating_add(Weight::from_parts(5_659, 0).saturating_mul(x.into())) + // Standard Error: 321 + .saturating_add(Weight::from_parts(1_649, 0).saturating_mul(y.into())) + // Standard Error: 321 + .saturating_add(Weight::from_parts(10_543, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) } /// Storage: LiquidityRewardsBase Currency (r:1 w:1) @@ -68,8 +68,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `539` // Estimated: `4328` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(26_000_000, 0) + // Minimum execution time: 40_245_000 picoseconds. + Weight::from_parts(41_858_000, 0) .saturating_add(Weight::from_parts(0, 4328)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -84,8 +84,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `176` // Estimated: `4328` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 27_521_000 picoseconds. + Weight::from_parts(28_262_000, 0) .saturating_add(Weight::from_parts(0, 4328)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -102,8 +102,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `449` // Estimated: `4328` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(38_000_000, 0) + // Minimum execution time: 57_097_000 picoseconds. + Weight::from_parts(57_999_000, 0) .saturating_add(Weight::from_parts(0, 4328)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -114,8 +114,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `109` // Estimated: `3563` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_666_000 picoseconds. + Weight::from_parts(9_037_000, 0) .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -126,8 +126,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `109` // Estimated: `3563` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_506_000 picoseconds. + Weight::from_parts(9_188_000, 0) .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +138,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `109` // Estimated: `3563` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 9_107_000 picoseconds. + Weight::from_parts(9_438_000, 0) .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -150,8 +150,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `109` // Estimated: `3563` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 9_107_000 picoseconds. + Weight::from_parts(12_904_000, 0) .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/pallet_loans.rs b/runtime/altair/src/weights/pallet_loans.rs index 4cbbfb0f1b..ee171ad4a5 100644 --- a/runtime/altair/src/weights/pallet_loans.rs +++ b/runtime/altair/src/weights/pallet_loans.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_loans` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -54,8 +54,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1196` // Estimated: `4278` - // Minimum execution time: 51_000_000 picoseconds. - Weight::from_parts(52_000_000, 0) + // Minimum execution time: 83_537_000 picoseconds. + Weight::from_parts(84_167_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -85,11 +85,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `13046 + n * (340 ±0)` // Estimated: `101291 + n * (340 ±0)` - // Minimum execution time: 109_000_000 picoseconds. - Weight::from_parts(110_298_678, 0) + // Minimum execution time: 192_330_000 picoseconds. + Weight::from_parts(196_048_493, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 13_476 - .saturating_add(Weight::from_parts(475_956, 0).saturating_mul(n.into())) + // Standard Error: 23_666 + .saturating_add(Weight::from_parts(773_616, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(Weight::from_parts(0, 340).saturating_mul(n.into())) @@ -117,11 +117,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `13199 + n * (340 ±0)` // Estimated: `101291 + n * (340 ±0)` - // Minimum execution time: 96_000_000 picoseconds. - Weight::from_parts(98_227_123, 0) + // Minimum execution time: 167_504_000 picoseconds. + Weight::from_parts(170_514_539, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 63_442 - .saturating_add(Weight::from_parts(625_857, 0).saturating_mul(n.into())) + // Standard Error: 18_046 + .saturating_add(Weight::from_parts(571_046, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(Weight::from_parts(0, 340).saturating_mul(n.into())) @@ -143,11 +143,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `15906 + n * (340 ±0)` // Estimated: `101291` - // Minimum execution time: 152_000_000 picoseconds. - Weight::from_parts(153_656_861, 0) + // Minimum execution time: 259_507_000 picoseconds. + Weight::from_parts(263_279_069, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 14_488 - .saturating_add(Weight::from_parts(291_844, 0).saturating_mul(n.into())) + // Standard Error: 22_186 + .saturating_add(Weight::from_parts(733_536, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -170,11 +170,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `16157 + n * (340 ±0)` // Estimated: `101291` - // Minimum execution time: 164_000_000 picoseconds. - Weight::from_parts(161_522_230, 0) + // Minimum execution time: 274_774_000 picoseconds. + Weight::from_parts(280_686_651, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 124_497 - .saturating_add(Weight::from_parts(2_191_099, 0).saturating_mul(n.into())) + // Standard Error: 25_836 + .saturating_add(Weight::from_parts(630_561, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -191,11 +191,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `938 + n * (316 ±0)` // Estimated: `101291` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(30_226_012, 0) + // Minimum execution time: 47_289_000 picoseconds. + Weight::from_parts(48_738_445, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 45_826 - .saturating_add(Weight::from_parts(111_501, 0).saturating_mul(n.into())) + // Standard Error: 11_107 + .saturating_add(Weight::from_parts(459_257, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -218,11 +218,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `12243 + n * (340 ±0)` // Estimated: `101291` - // Minimum execution time: 53_000_000 picoseconds. - Weight::from_parts(57_344_431, 0) + // Minimum execution time: 94_126_000 picoseconds. + Weight::from_parts(96_466_083, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 71_437 - .saturating_add(Weight::from_parts(824_240, 0).saturating_mul(n.into())) + // Standard Error: 15_592 + .saturating_add(Weight::from_parts(579_892, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -249,11 +249,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `12069 + n * (373 ±0)` // Estimated: `101291` - // Minimum execution time: 61_000_000 picoseconds. - Weight::from_parts(62_837_668, 0) + // Minimum execution time: 103_524_000 picoseconds. + Weight::from_parts(106_067_643, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 82_531 - .saturating_add(Weight::from_parts(910_250, 0).saturating_mul(n.into())) + // Standard Error: 13_218 + .saturating_add(Weight::from_parts(686_571, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -269,8 +269,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `512` // Estimated: `4278` - // Minimum execution time: 71_000_000 picoseconds. - Weight::from_parts(73_000_000, 0) + // Minimum execution time: 105_848_000 picoseconds. + Weight::from_parts(106_509_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -285,8 +285,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4887` // Estimated: `8649` - // Minimum execution time: 76_000_000 picoseconds. - Weight::from_parts(77_000_000, 0) + // Minimum execution time: 113_994_000 picoseconds. + Weight::from_parts(116_558_000, 0) .saturating_add(Weight::from_parts(0, 8649)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -308,11 +308,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `11696 + n * (316 ±0)` // Estimated: `101291` - // Minimum execution time: 43_000_000 picoseconds. - Weight::from_parts(38_164_691, 0) + // Minimum execution time: 78_487_000 picoseconds. + Weight::from_parts(71_413_633, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 8_645 - .saturating_add(Weight::from_parts(6_078_348, 0).saturating_mul(n.into())) + // Standard Error: 13_011 + .saturating_add(Weight::from_parts(9_365_622, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -335,11 +335,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `11909 + n * (340 ±0)` // Estimated: `101291` - // Minimum execution time: 98_000_000 picoseconds. - Weight::from_parts(98_525_820, 0) + // Minimum execution time: 191_729_000 picoseconds. + Weight::from_parts(193_274_892, 0) .saturating_add(Weight::from_parts(0, 101291)) - // Standard Error: 19_075 - .saturating_add(Weight::from_parts(670_393, 0).saturating_mul(n.into())) + // Standard Error: 27_330 + .saturating_add(Weight::from_parts(1_223_402, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -360,13 +360,15 @@ impl pallet_loans::WeightInfo for WeightInfo { /// Storage: Loans CreatedLoan (r:1 w:1) /// Proof: Loans CreatedLoan (max_values: None, max_size: Some(228), added: 2703, mode: MaxEncodedLen) /// The range of component `n` is `[2, 8]`. - fn apply_transfer_debt(_n: u32, ) -> Weight { + fn apply_transfer_debt(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `12571 + n * (340 ±0)` // Estimated: `101291` - // Minimum execution time: 106_000_000 picoseconds. - Weight::from_parts(113_997_576, 0) + // Minimum execution time: 200_095_000 picoseconds. + Weight::from_parts(202_119_702, 0) .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 29_607 + .saturating_add(Weight::from_parts(1_227_309, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/altair/src/weights/pallet_migration_manager.rs b/runtime/altair/src/weights/pallet_migration_manager.rs index 017055fe85..d5e0071c0b 100644 --- a/runtime/altair/src/weights/pallet_migration_manager.rs +++ b/runtime/altair/src/weights/pallet_migration_manager.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_migration_manager` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `28` // Estimated: `1486` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 17_462_000 picoseconds. + Weight::from_parts(17_904_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -53,11 +53,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(10_970_803, 0) + // Minimum execution time: 19_466_000 picoseconds. + Weight::from_parts(18_555_907, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 1_485 - .saturating_add(Weight::from_parts(895_665, 0).saturating_mul(n.into())) + // Standard Error: 1_566 + .saturating_add(Weight::from_parts(1_183_520, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -68,8 +68,8 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 19_306_000 picoseconds. + Weight::from_parts(19_977_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,11 +89,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `363 + n * (429 ±0)` // Estimated: `1486 + n * (3774 ±0)` - // Minimum execution time: 59_000_000 picoseconds. - Weight::from_parts(23_225_663, 0) + // Minimum execution time: 92_444_000 picoseconds. + Weight::from_parts(37_257_227, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 75_201 - .saturating_add(Weight::from_parts(42_373_373, 0).saturating_mul(n.into())) + // Standard Error: 41_803 + .saturating_add(Weight::from_parts(60_593_301, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -109,11 +109,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(14_635_251, 0) + // Minimum execution time: 32_431_000 picoseconds. + Weight::from_parts(26_634_938, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 63_874 - .saturating_add(Weight::from_parts(5_666_284, 0).saturating_mul(n.into())) + // Standard Error: 7_536 + .saturating_add(Weight::from_parts(7_761_300, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/runtime/altair/src/weights/pallet_multisig.rs b/runtime/altair/src/weights/pallet_multisig.rs index ec8f5da2ab..278fa49d5a 100644 --- a/runtime/altair/src/weights/pallet_multisig.rs +++ b/runtime/altair/src/weights/pallet_multisig.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -37,11 +37,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(10_666_033, 0) + // Minimum execution time: 16_461_000 picoseconds. + Weight::from_parts(17_502_450, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 13 - .saturating_add(Weight::from_parts(300, 0).saturating_mul(z.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(475, 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) @@ -51,13 +51,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `367 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(30_897_351, 0) + // Minimum execution time: 55_785_000 picoseconds. + Weight::from_parts(48_802_932, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 623 - .saturating_add(Weight::from_parts(50_062, 0).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_248, 0).saturating_mul(z.into())) + // Standard Error: 728 + .saturating_add(Weight::from_parts(90_818, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_516, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,13 +69,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `348` // Estimated: `6811` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(17_586_871, 0) + // Minimum execution time: 34_594_000 picoseconds. + Weight::from_parts(27_112_244, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 884 - .saturating_add(Weight::from_parts(44_480, 0).saturating_mul(s.into())) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_207, 0).saturating_mul(z.into())) + // Standard Error: 1_467 + .saturating_add(Weight::from_parts(92_120, 0).saturating_mul(s.into())) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_576, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -89,13 +89,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `489 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(34_386_100, 0) + // Minimum execution time: 64_050_000 picoseconds. + Weight::from_parts(53_344_284, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 1_173 - .saturating_add(Weight::from_parts(60_163, 0).saturating_mul(s.into())) + // Standard Error: 1_175 + .saturating_add(Weight::from_parts(121_755, 0).saturating_mul(s.into())) // Standard Error: 11 - .saturating_add(Weight::from_parts(1_278, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_609, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -106,11 +106,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `367 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(29_465_632, 0) + // Minimum execution time: 45_204_000 picoseconds. + Weight::from_parts(47_033_157, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 1_811 - .saturating_add(Weight::from_parts(56_477, 0).saturating_mul(s.into())) + // Standard Error: 776 + .saturating_add(Weight::from_parts(85_351, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -121,11 +121,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `348` // Estimated: `6811` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_121_959, 0) + // Minimum execution time: 25_508_000 picoseconds. + Weight::from_parts(26_419_039, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 3_309 - .saturating_add(Weight::from_parts(80_667, 0).saturating_mul(s.into())) + // Standard Error: 657 + .saturating_add(Weight::from_parts(74_609, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,11 +136,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `553 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(30_613_306, 0) + // Minimum execution time: 46_407_000 picoseconds. + Weight::from_parts(47_849_550, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 1_006 - .saturating_add(Weight::from_parts(42_405, 0).saturating_mul(s.into())) + // Standard Error: 726 + .saturating_add(Weight::from_parts(81_751, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_nft_sales.rs b/runtime/altair/src/weights/pallet_nft_sales.rs index 0c9ccfff2d..eccbee8107 100644 --- a/runtime/altair/src/weights/pallet_nft_sales.rs +++ b/runtime/altair/src/weights/pallet_nft_sales.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_nft_sales` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `625` // Estimated: `3647` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 60_263_000 picoseconds. + Weight::from_parts(61_695_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(6)) @@ -70,8 +70,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762` // Estimated: `3647` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 60_082_000 picoseconds. + Weight::from_parts(61_495_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) @@ -98,8 +98,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1320` // Estimated: `6198` - // Minimum execution time: 75_000_000 picoseconds. - Weight::from_parts(76_000_000, 0) + // Minimum execution time: 112_411_000 picoseconds. + Weight::from_parts(114_414_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(9)) diff --git a/runtime/altair/src/weights/pallet_order_book.rs b/runtime/altair/src/weights/pallet_order_book.rs index a7496681c3..018556bba2 100644 --- a/runtime/altair/src/weights/pallet_order_book.rs +++ b/runtime/altair/src/weights/pallet_order_book.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_order_book` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -50,8 +50,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763` // Estimated: `8003535` - // Minimum execution time: 48_000_000 picoseconds. - Weight::from_parts(49_000_000, 0) + // Minimum execution time: 74_690_000 picoseconds. + Weight::from_parts(76_263_000, 0) .saturating_add(Weight::from_parts(0, 8003535)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) @@ -70,8 +70,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1205` // Estimated: `7145` - // Minimum execution time: 48_000_000 picoseconds. - Weight::from_parts(49_000_000, 0) + // Minimum execution time: 74_459_000 picoseconds. + Weight::from_parts(75_872_000, 0) .saturating_add(Weight::from_parts(0, 7145)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) @@ -90,8 +90,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `996` // Estimated: `8003535` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 61_856_000 picoseconds. + Weight::from_parts(63_399_000, 0) .saturating_add(Weight::from_parts(0, 8003535)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -114,8 +114,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1350` // Estimated: `8003535` - // Minimum execution time: 106_000_000 picoseconds. - Weight::from_parts(106_000_000, 0) + // Minimum execution time: 159_919_000 picoseconds. + Weight::from_parts(162_424_000, 0) .saturating_add(Weight::from_parts(0, 8003535)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(9)) @@ -138,8 +138,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1535` // Estimated: `11406` - // Minimum execution time: 112_000_000 picoseconds. - Weight::from_parts(113_000_000, 0) + // Minimum execution time: 169_597_000 picoseconds. + Weight::from_parts(171_672_000, 0) .saturating_add(Weight::from_parts(0, 11406)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) @@ -150,8 +150,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 13_605_000 picoseconds. + Weight::from_parts(14_127_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -161,8 +161,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 14_937_000 picoseconds. + Weight::from_parts(15_349_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -172,8 +172,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `209` // Estimated: `3547` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_991_000 picoseconds. + Weight::from_parts(22_632_000, 0) .saturating_add(Weight::from_parts(0, 3547)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/pallet_permissions.rs b/runtime/altair/src/weights/pallet_permissions.rs index 48ea5a45fd..959d92a88b 100644 --- a/runtime/altair/src/weights/pallet_permissions.rs +++ b/runtime/altair/src/weights/pallet_permissions.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_permissions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 20_688_000 picoseconds. + Weight::from_parts(21_310_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `162` // Estimated: `6396` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 28_063_000 picoseconds. + Weight::from_parts(28_734_000, 0) .saturating_add(Weight::from_parts(0, 6396)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -68,8 +68,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `162` // Estimated: `3693` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 24_185_000 picoseconds. + Weight::from_parts(24_586_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -82,8 +82,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `256` // Estimated: `6396` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(20_000_000, 0) + // Minimum execution time: 30_848_000 picoseconds. + Weight::from_parts(31_369_000, 0) .saturating_add(Weight::from_parts(0, 6396)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -94,8 +94,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 20_479_000 picoseconds. + Weight::from_parts(21_349_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -106,8 +106,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_289_000 picoseconds. + Weight::from_parts(21_761_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/pallet_pool_registry.rs b/runtime/altair/src/weights/pallet_pool_registry.rs index 30e33f5358..c8a16f6710 100644 --- a/runtime/altair/src/weights/pallet_pool_registry.rs +++ b/runtime/altair/src/weights/pallet_pool_registry.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_pool_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -55,11 +55,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `437` // Estimated: `4278 + n * (2475 ±0)` - // Minimum execution time: 101_000_000 picoseconds. - Weight::from_parts(91_707_009, 0) + // Minimum execution time: 153_076_000 picoseconds. + Weight::from_parts(139_722_600, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 19_025 - .saturating_add(Weight::from_parts(10_971_028, 0).saturating_mul(n.into())) + // Standard Error: 31_649 + .saturating_add(Weight::from_parts(16_757_764, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(7)) @@ -83,11 +83,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `754 + n * (133 ±0)` // Estimated: `4278 + n * (2531 ±0)` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(30_042_757, 0) + // Minimum execution time: 49_713_000 picoseconds. + Weight::from_parts(48_543_350, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 4_053 - .saturating_add(Weight::from_parts(1_978_271, 0).saturating_mul(n.into())) + // Standard Error: 13_399 + .saturating_add(Weight::from_parts(2_628_062, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -112,11 +112,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `814 + n * (167 ±0)` // Estimated: `6754 + n * (2531 ±0)` - // Minimum execution time: 53_000_000 picoseconds. - Weight::from_parts(48_922_780, 0) + // Minimum execution time: 85_219_000 picoseconds. + Weight::from_parts(79_812_532, 0) .saturating_add(Weight::from_parts(0, 6754)) - // Standard Error: 23_202 - .saturating_add(Weight::from_parts(6_143_341, 0).saturating_mul(n.into())) + // Standard Error: 31_090 + .saturating_add(Weight::from_parts(8_735_586, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -139,11 +139,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `804 + n * (194 ±0)` // Estimated: `6744 + n * (2531 ±0)` - // Minimum execution time: 46_000_000 picoseconds. - Weight::from_parts(41_440_070, 0) + // Minimum execution time: 73_247_000 picoseconds. + Weight::from_parts(66_482_931, 0) .saturating_add(Weight::from_parts(0, 6744)) - // Standard Error: 23_859 - .saturating_add(Weight::from_parts(6_245_210, 0).saturating_mul(n.into())) + // Standard Error: 34_156 + .saturating_add(Weight::from_parts(9_335_105, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -158,11 +158,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_796_662, 0) + // Minimum execution time: 22_392_000 picoseconds. + Weight::from_parts(23_635_046, 0) .saturating_add(Weight::from_parts(0, 3693)) - // Standard Error: 974 - .saturating_add(Weight::from_parts(4_499, 0).saturating_mul(n.into())) + // Standard Error: 699 + .saturating_add(Weight::from_parts(5_998, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_pool_system.rs b/runtime/altair/src/weights/pallet_pool_system.rs index 67bd444ea6..53cdca3bdc 100644 --- a/runtime/altair/src/weights/pallet_pool_system.rs +++ b/runtime/altair/src/weights/pallet_pool_system.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_pool_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `625` // Estimated: `4278` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 29_095_000 picoseconds. + Weight::from_parts(29_775_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -79,11 +79,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `809 + n * (133 ±0)` // Estimated: `10715 + n * (2604 ±0)` - // Minimum execution time: 81_000_000 picoseconds. - Weight::from_parts(28_427_628, 0) + // Minimum execution time: 125_565_000 picoseconds. + Weight::from_parts(50_272_206, 0) .saturating_add(Weight::from_parts(0, 10715)) - // Standard Error: 22_656 - .saturating_add(Weight::from_parts(54_395_385, 0).saturating_mul(n.into())) + // Standard Error: 35_615 + .saturating_add(Weight::from_parts(77_576_157, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -117,11 +117,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `975 + n * (133 ±0)` // Estimated: `10715 + n * (2531 ±0)` - // Minimum execution time: 54_000_000 picoseconds. - Weight::from_parts(32_670_385, 0) + // Minimum execution time: 85_460_000 picoseconds. + Weight::from_parts(55_789_538, 0) .saturating_add(Weight::from_parts(0, 10715)) - // Standard Error: 17_392 - .saturating_add(Weight::from_parts(22_523_656, 0).saturating_mul(n.into())) + // Standard Error: 25_431 + .saturating_add(Weight::from_parts(31_692_289, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -165,11 +165,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1782 + n * (167 ±0)` // Estimated: `10715 + n * (2604 ±0)` - // Minimum execution time: 158_000_000 picoseconds. - Weight::from_parts(103_212_908, 0) + // Minimum execution time: 240_992_000 picoseconds. + Weight::from_parts(165_972_851, 0) .saturating_add(Weight::from_parts(0, 10715)) - // Standard Error: 32_657 - .saturating_add(Weight::from_parts(56_351_226, 0).saturating_mul(n.into())) + // Standard Error: 76_253 + .saturating_add(Weight::from_parts(79_790_568, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(7)) @@ -185,11 +185,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `429 + n * (249 ±0)` // Estimated: `4278` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_510_280, 0) + // Minimum execution time: 31_169_000 picoseconds. + Weight::from_parts(31_324_661, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 10_894 - .saturating_add(Weight::from_parts(630_841, 0).saturating_mul(n.into())) + // Standard Error: 8_199 + .saturating_add(Weight::from_parts(864_845, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -228,11 +228,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1695 + n * (639 ±0)` // Estimated: `7634 + n * (2604 ±0)` - // Minimum execution time: 135_000_000 picoseconds. - Weight::from_parts(95_210_689, 0) + // Minimum execution time: 205_124_000 picoseconds. + Weight::from_parts(149_751_986, 0) .saturating_add(Weight::from_parts(0, 7634)) - // Standard Error: 37_732 - .saturating_add(Weight::from_parts(41_919_567, 0).saturating_mul(n.into())) + // Standard Error: 70_092 + .saturating_add(Weight::from_parts(59_471_697, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(8)) diff --git a/runtime/altair/src/weights/pallet_preimage.rs b/runtime/altair/src/weights/pallet_preimage.rs index b586281c30..d6a2a68231 100644 --- a/runtime/altair/src/weights/pallet_preimage.rs +++ b/runtime/altair/src/weights/pallet_preimage.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -41,11 +41,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 43_071_000 picoseconds. + Weight::from_parts(10_799_831, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_359, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(2_632, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -58,11 +58,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 23_845_000 picoseconds. + Weight::from_parts(4_891_959, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_384, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(2_638, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -75,11 +75,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 23_143_000 picoseconds. + Weight::from_parts(15_528_663, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_372, 0).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(2_641, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -91,8 +91,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `324` // Estimated: `3556` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(37_000_000, 0) + // Minimum execution time: 50_214_000 picoseconds. + Weight::from_parts(52_218_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_000_000, 0) + // Minimum execution time: 28_253_000 picoseconds. + Weight::from_parts(31_819_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -117,8 +117,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 0) + // Minimum execution time: 24_095_000 picoseconds. + Weight::from_parts(28_323_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -129,8 +129,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 13_916_000 picoseconds. + Weight::from_parts(14_988_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -141,8 +141,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 19_847_000 picoseconds. + Weight::from_parts(20_689_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -153,8 +153,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_303_000 picoseconds. + Weight::from_parts(12_664_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_000_000, 0) + // Minimum execution time: 25_799_000 picoseconds. + Weight::from_parts(27_692_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -179,8 +179,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_173_000 picoseconds. + Weight::from_parts(12_543_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -191,8 +191,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_383_000 picoseconds. + Weight::from_parts(12_784_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/altair/src/weights/pallet_proxy.rs b/runtime/altair/src/weights/pallet_proxy.rs index 98e5baaa86..58341e1802 100644 --- a/runtime/altair/src/weights/pallet_proxy.rs +++ b/runtime/altair/src/weights/pallet_proxy.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -37,13 +37,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_618_719, 0) + // Minimum execution time: 22_232_000 picoseconds. + Weight::from_parts(23_309_292, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 1_785 - .saturating_add(Weight::from_parts(21_345, 0).saturating_mul(p.into())) + // Standard Error: 1_113 + .saturating_add(Weight::from_parts(40_525, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -56,15 +56,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `554 + a * (68 ±0) + p * (37 ±0)` + // Measured: `587 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 33_000_000 picoseconds. - Weight::from_parts(33_439_230, 0) + // Minimum execution time: 52_769_000 picoseconds. + Weight::from_parts(52_888_376, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 1_809 - .saturating_add(Weight::from_parts(128_401, 0).saturating_mul(a.into())) - // Standard Error: 1_869 - .saturating_add(Weight::from_parts(19_873, 0).saturating_mul(p.into())) + // Standard Error: 2_220 + .saturating_add(Weight::from_parts(236_022, 0).saturating_mul(a.into())) + // Standard Error: 2_294 + .saturating_add(Weight::from_parts(33_363, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -74,17 +74,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn remove_announcement(a: u32, p: u32, ) -> Weight { + fn remove_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `469 + a * (68 ±0)` + // Measured: `502 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(21_809_727, 0) + // Minimum execution time: 33_713_000 picoseconds. + Weight::from_parts(34_973_174, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 2_530 - .saturating_add(Weight::from_parts(127_816, 0).saturating_mul(a.into())) - // Standard Error: 2_614 - .saturating_add(Weight::from_parts(7_404, 0).saturating_mul(p.into())) + // Standard Error: 1_985 + .saturating_add(Weight::from_parts(235_493, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,13 +94,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `469 + a * (68 ±0)` + // Measured: `502 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(21_763_043, 0) + // Minimum execution time: 33_734_000 picoseconds. + Weight::from_parts(35_050_894, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 3_083 - .saturating_add(Weight::from_parts(145_089, 0).saturating_mul(a.into())) + // Standard Error: 1_983 + .saturating_add(Weight::from_parts(236_260, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -116,15 +114,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `486 + a * (68 ±0) + p * (37 ±0)` + // Measured: `519 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(30_000_274, 0) + // Minimum execution time: 46_177_000 picoseconds. + Weight::from_parts(46_617_143, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 2_605 - .saturating_add(Weight::from_parts(138_260, 0).saturating_mul(a.into())) - // Standard Error: 2_692 - .saturating_add(Weight::from_parts(33_979, 0).saturating_mul(p.into())) + // Standard Error: 1_907 + .saturating_add(Weight::from_parts(240_821, 0).saturating_mul(a.into())) + // Standard Error: 1_970 + .saturating_add(Weight::from_parts(31_853, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -133,13 +131,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(23_135_006, 0) + // Minimum execution time: 35_416_000 picoseconds. + Weight::from_parts(36_370_541, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 1_563 - .saturating_add(Weight::from_parts(38_594, 0).saturating_mul(p.into())) + // Standard Error: 1_400 + .saturating_add(Weight::from_parts(43_335, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -148,13 +146,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(23_496_284, 0) + // Minimum execution time: 35_216_000 picoseconds. + Weight::from_parts(36_511_343, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 2_400 - .saturating_add(Weight::from_parts(24_337, 0).saturating_mul(p.into())) + // Standard Error: 2_257 + .saturating_add(Weight::from_parts(54_350, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -163,13 +161,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(20_650_570, 0) + // Minimum execution time: 31_690_000 picoseconds. + Weight::from_parts(32_795_157, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 2_566 - .saturating_add(Weight::from_parts(39_267, 0).saturating_mul(p.into())) + // Standard Error: 1_426 + .saturating_add(Weight::from_parts(36_530, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,10 +176,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn create_pure(_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239` + // Measured: `272` // Estimated: `4706` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_790_951, 0) + // Minimum execution time: 38_372_000 picoseconds. + Weight::from_parts(39_992_198, 0) .saturating_add(Weight::from_parts(0, 4706)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -191,13 +189,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `264 + p * (37 ±0)` + // Measured: `297 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(21_614_780, 0) + // Minimum execution time: 32_602_000 picoseconds. + Weight::from_parts(33_854_308, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 2_850 - .saturating_add(Weight::from_parts(33_555, 0).saturating_mul(p.into())) + // Standard Error: 1_580 + .saturating_add(Weight::from_parts(47_040, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_restricted_tokens.rs b/runtime/altair/src/weights/pallet_restricted_tokens.rs index ad660e1526..1bdd30c921 100644 --- a/runtime/altair/src/weights/pallet_restricted_tokens.rs +++ b/runtime/altair/src/weights/pallet_restricted_tokens.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_restricted_tokens` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,18 +32,22 @@ use core::marker::PhantomData; /// Weight functions for `pallet_restricted_tokens`. pub struct WeightInfo(PhantomData); impl pallet_restricted_tokens::WeightInfo for WeightInfo { + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 58_000_000 picoseconds. - Weight::from_parts(59_000_000, 0) + // Minimum execution time: 91_411_000 picoseconds. + Weight::from_parts(93_054_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) @@ -52,26 +56,30 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_other() -> Weight { // Proof Size summary in bytes: - // Measured: `644` + // Measured: `857` // Estimated: `6198` - // Minimum execution time: 43_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) + // Minimum execution time: 70_612_000 picoseconds. + Weight::from_parts(72_666_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 49_000_000 picoseconds. - Weight::from_parts(50_000_000, 0) + // Minimum execution time: 78_868_000 picoseconds. + Weight::from_parts(80_521_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) @@ -80,40 +88,44 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive_other() -> Weight { // Proof Size summary in bytes: - // Measured: `541` + // Measured: `754` // Estimated: `6198` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 66_725_000 picoseconds. + Weight::from_parts(67_987_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 61_000_000 picoseconds. - Weight::from_parts(61_000_000, 0) + // Minimum execution time: 95_298_000 picoseconds. + Weight::from_parts(96_691_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all_other() -> Weight { // Proof Size summary in bytes: - // Measured: `644` + // Measured: `857` // Estimated: `6198` - // Minimum execution time: 46_000_000 picoseconds. - Weight::from_parts(46_000_000, 0) + // Minimum execution time: 75_161_000 picoseconds. + Weight::from_parts(76_774_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: System Account (r:1 w:1) @@ -122,8 +134,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `226` // Estimated: `3593` - // Minimum execution time: 58_000_000 picoseconds. - Weight::from_parts(60_000_000, 0) + // Minimum execution time: 86_212_000 picoseconds. + Weight::from_parts(87_504_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +150,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `644` // Estimated: `6198` - // Minimum execution time: 43_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) + // Minimum execution time: 65_612_000 picoseconds. + Weight::from_parts(67_146_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -152,8 +164,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `265` // Estimated: `3674` - // Minimum execution time: 118_000_000 picoseconds. - Weight::from_parts(120_000_000, 0) + // Minimum execution time: 168_816_000 picoseconds. + Weight::from_parts(170_730_000, 0) .saturating_add(Weight::from_parts(0, 3674)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -168,8 +180,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `467` // Estimated: `3932` - // Minimum execution time: 68_000_000 picoseconds. - Weight::from_parts(69_000_000, 0) + // Minimum execution time: 100_599_000 picoseconds. + Weight::from_parts(102_793_000, 0) .saturating_add(Weight::from_parts(0, 3932)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/altair/src/weights/pallet_scheduler.rs b/runtime/altair/src/weights/pallet_scheduler.rs index 8d0a36b915..1b8cb1cb11 100644 --- a/runtime/altair/src/weights/pallet_scheduler.rs +++ b/runtime/altair/src/weights/pallet_scheduler.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(4_000_000, 0) + // Minimum execution time: 5_801_000 picoseconds. + Weight::from_parts(6_152_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -51,11 +51,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(6_156_862, 0) + // Minimum execution time: 5_621_000 picoseconds. + Weight::from_parts(8_389_612, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 1_864 - .saturating_add(Weight::from_parts(754_695, 0).saturating_mul(s.into())) + // Standard Error: 3_638 + .saturating_add(Weight::from_parts(1_205_856, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -63,8 +63,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 8_276_000 picoseconds. + Weight::from_parts(8_626_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) @@ -76,11 +76,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `213 + s * (1 ±0)` // Estimated: `3678 + s * (1 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 29_175_000 picoseconds. + Weight::from_parts(29_716_000, 0) .saturating_add(Weight::from_parts(0, 3678)) - // Standard Error: 3 - .saturating_add(Weight::from_parts(795, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_089, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -91,8 +91,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 10_550_000 picoseconds. + Weight::from_parts(10_780_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -100,24 +100,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 8_296_000 picoseconds. + Weight::from_parts(8_576_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_168_000 picoseconds. + Weight::from_parts(4_528_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_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_277_000 picoseconds. + Weight::from_parts(4_439_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) @@ -127,11 +127,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(14_095_294, 0) + // Minimum execution time: 19_537_000 picoseconds. + Weight::from_parts(22_496_330, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 1_402 - .saturating_add(Weight::from_parts(730_885, 0).saturating_mul(s.into())) + // Standard Error: 3_537 + .saturating_add(Weight::from_parts(1_206_599, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -144,11 +144,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(14_225_469, 0) + // Minimum execution time: 25_528_000 picoseconds. + Weight::from_parts(22_578_653, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 2_108 - .saturating_add(Weight::from_parts(1_352_883, 0).saturating_mul(s.into())) + // Standard Error: 4_091 + .saturating_add(Weight::from_parts(2_210_594, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -161,11 +161,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `255 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(17_421_176, 0) + // Minimum execution time: 24_135_000 picoseconds. + Weight::from_parts(28_282_619, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 2_706 - .saturating_add(Weight::from_parts(770_890, 0).saturating_mul(s.into())) + // Standard Error: 4_281 + .saturating_add(Weight::from_parts(1_221_031, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -178,11 +178,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(16_713_877, 0) + // Minimum execution time: 26_940_000 picoseconds. + Weight::from_parts(25_366_391, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 1_661 - .saturating_add(Weight::from_parts(1_352_945, 0).saturating_mul(s.into())) + // Standard Error: 5_176 + .saturating_add(Weight::from_parts(2_206_224, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/altair/src/weights/pallet_session.rs b/runtime/altair/src/weights/pallet_session.rs index 8991abd8b2..605e47d6e6 100644 --- a/runtime/altair/src/weights/pallet_session.rs +++ b/runtime/altair/src/weights/pallet_session.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `369` // Estimated: `3834` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 27_071_000 picoseconds. + Weight::from_parts(28_404_000, 0) .saturating_add(Weight::from_parts(0, 3834)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3851` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 19_156_000 picoseconds. + Weight::from_parts(19_717_000, 0) .saturating_add(Weight::from_parts(0, 3851)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/altair/src/weights/pallet_timestamp.rs b/runtime/altair/src/weights/pallet_timestamp.rs index 0b866df49f..8343eb4aa8 100644 --- a/runtime/altair/src/weights/pallet_timestamp.rs +++ b/runtime/altair/src/weights/pallet_timestamp.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `256` // Estimated: `1493` - // Minimum execution time: 9_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 13_656_000 picoseconds. + Weight::from_parts(14_117_000, 0) .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 6_101_000 picoseconds. + Weight::from_parts(6_362_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/altair/src/weights/pallet_transfer_allowlist.rs b/runtime/altair/src/weights/pallet_transfer_allowlist.rs index b9eb3b75ba..12337f46e2 100644 --- a/runtime/altair/src/weights/pallet_transfer_allowlist.rs +++ b/runtime/altair/src/weights/pallet_transfer_allowlist.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_transfer_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=development-local +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_transfer_allowlist @@ -19,7 +19,7 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/development/src/weights/pallet_transfer_allowlist.rs +// --output=/tmp/runtime/altair/src/weights/pallet_transfer_allowlist.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -40,15 +40,17 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn add_transfer_allowance_no_existing_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `537` - // Estimated: `3596` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Estimated: `3674` + // Minimum execution time: 88_506_000 picoseconds. + Weight::from_parts(89_689_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) @@ -58,24 +60,26 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn add_transfer_allowance_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `626` - // Estimated: `3596` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `630` + // Estimated: `3674` + // Minimum execution time: 91_031_000 picoseconds. + Weight::from_parts(92_643_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_no_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `180` + // Measured: `213` // Estimated: `3556` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 20_138_000 picoseconds. + Weight::from_parts(20_719_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -84,10 +88,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `299` + // Measured: `336` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_593_000 picoseconds. + Weight::from_parts(23_435_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -96,10 +100,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn toggle_allowance_delay_once_future_modifiable() -> Weight { // Proof Size summary in bytes: - // Measured: `269` + // Measured: `306` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 23_073_000 picoseconds. + Weight::from_parts(23_705_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -108,10 +112,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn update_allowance_delay() -> Weight { // Proof Size summary in bytes: - // Measured: `273` + // Measured: `310` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_752_000 picoseconds. + Weight::from_parts(23_614_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -120,10 +124,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_no_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `273` + // Measured: `310` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_462_000 picoseconds. + Weight::from_parts(23_294_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -132,10 +136,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `307` + // Measured: `344` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 23_765_000 picoseconds. + Weight::from_parts(24_436_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -146,10 +150,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_delay_present() -> Weight { // Proof Size summary in bytes: - // Measured: `397` + // Measured: `438` // Estimated: `3596` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_000_000, 0) + // Minimum execution time: 34_514_000 picoseconds. + Weight::from_parts(35_316_000, 0) .saturating_add(Weight::from_parts(0, 3596)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -160,10 +164,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_no_delay() -> Weight { // Proof Size summary in bytes: - // Measured: `393` + // Measured: `434` // Estimated: `3596` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(21_000_000, 0) + // Minimum execution time: 34_826_000 picoseconds. + Weight::from_parts(35_466_000, 0) .saturating_add(Weight::from_parts(0, 3596)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -174,17 +178,19 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_no_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `750` - // Estimated: `3596` - // Minimum execution time: 41_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `811` + // Estimated: `3674` + // Minimum execution time: 82_605_000 picoseconds. + Weight::from_parts(84_027_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) @@ -192,23 +198,18 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `789` - // Estimated: `3596` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) - } - - fn remove_transfer_allowance_missing_allowance() -> Weight { - Weight::from_parts(21_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `850` + // Estimated: `3674` + // Minimum execution time: 82_284_000 picoseconds. + Weight::from_parts(83_326_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } } diff --git a/runtime/altair/src/weights/pallet_treasury.rs b/runtime/altair/src/weights/pallet_treasury.rs index de420a8560..2e69f73076 100644 --- a/runtime/altair/src/weights/pallet_treasury.rs +++ b/runtime/altair/src/weights/pallet_treasury.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -36,8 +36,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) + // Minimum execution time: 381_000 picoseconds. + Weight::from_parts(461_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Treasury ProposalCount (r:1 w:1) @@ -48,8 +48,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `1489` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(26_000_000, 0) + // Minimum execution time: 39_845_000 picoseconds. + Weight::from_parts(40_316_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -62,8 +62,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `405` // Estimated: `6196` - // Minimum execution time: 41_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) + // Minimum execution time: 61_074_000 picoseconds. + Weight::from_parts(62_236_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -77,11 +77,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `470 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(10_503_458, 0) + // Minimum execution time: 14_207_000 picoseconds. + Weight::from_parts(17_346_879, 0) .saturating_add(Weight::from_parts(0, 3573)) - // Standard Error: 2_019 - .saturating_add(Weight::from_parts(38_444, 0).saturating_mul(p.into())) + // Standard Error: 1_332 + .saturating_add(Weight::from_parts(49_863, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -91,8 +91,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `127` // Estimated: `1887` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 10_981_000 picoseconds. + Weight::from_parts(11_511_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -110,11 +110,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `230 + p * (120 ±0)` // Estimated: `3593 + p * (2583 ±0)` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(26_105_137, 0) + // Minimum execution time: 38_282_000 picoseconds. + Weight::from_parts(35_759_311, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 19_393 - .saturating_add(Weight::from_parts(2_899_290, 0).saturating_mul(p.into())) + // Standard Error: 5_923 + .saturating_add(Weight::from_parts(3_810_843, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/altair/src/weights/pallet_uniques.rs b/runtime/altair/src/weights/pallet_uniques.rs index 19848cace9..2ba7e3175e 100644 --- a/runtime/altair/src/weights/pallet_uniques.rs +++ b/runtime/altair/src/weights/pallet_uniques.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_uniques` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `249` // Estimated: `3647` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 42_149_000 picoseconds. + Weight::from_parts(43_030_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3647` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_719_000 picoseconds. + Weight::from_parts(21_360_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -83,15 +83,15 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `511 + a * (346 ±0) + m * (69 ±0) + n * (88 ±0)` // Estimated: `3647 + a * (3080 ±0) + m * (2806 ±0) + n * (2613 ±0)` - // Minimum execution time: 2_563_000_000 picoseconds. - Weight::from_parts(2_580_000_000, 0) + // Minimum execution time: 2_951_701_000 picoseconds. + Weight::from_parts(2_977_921_000, 0) .saturating_add(Weight::from_parts(0, 3647)) - // Standard Error: 27_265 - .saturating_add(Weight::from_parts(6_907_345, 0).saturating_mul(n.into())) - // Standard Error: 27_265 - .saturating_add(Weight::from_parts(151_971, 0).saturating_mul(m.into())) - // Standard Error: 27_265 - .saturating_add(Weight::from_parts(435_446, 0).saturating_mul(a.into())) + // Standard Error: 29_843 + .saturating_add(Weight::from_parts(9_684_765, 0).saturating_mul(n.into())) + // Standard Error: 29_843 + .saturating_add(Weight::from_parts(253_101, 0).saturating_mul(m.into())) + // Standard Error: 29_843 + .saturating_add(Weight::from_parts(552_589, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -116,8 +116,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(33_000_000, 0) + // Minimum execution time: 50_705_000 picoseconds. + Weight::from_parts(51_697_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -134,8 +134,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 34_000_000 picoseconds. - Weight::from_parts(35_000_000, 0) + // Minimum execution time: 53_129_000 picoseconds. + Weight::from_parts(53_982_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -152,8 +152,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 38_572_000 picoseconds. + Weight::from_parts(39_093_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -167,11 +167,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `821 + i * (88 ±0)` // Estimated: `3647 + i * (2613 ±0)` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 20_258_000 picoseconds. + Weight::from_parts(20_398_000, 0) .saturating_add(Weight::from_parts(0, 3647)) - // Standard Error: 18_945 - .saturating_add(Weight::from_parts(17_376_368, 0).saturating_mul(i.into())) + // Standard Error: 15_832 + .saturating_add(Weight::from_parts(24_016_886, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -186,8 +186,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_749_000 picoseconds. + Weight::from_parts(26_319_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -200,8 +200,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_337_000 picoseconds. + Weight::from_parts(26_028_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -212,8 +212,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 17_894_000 picoseconds. + Weight::from_parts(18_945_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -224,8 +224,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 18_235_000 picoseconds. + Weight::from_parts(18_716_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -240,8 +240,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `431` // Estimated: `3647` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 29_946_000 picoseconds. + Weight::from_parts(30_437_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -252,8 +252,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 18_575_000 picoseconds. + Weight::from_parts(19_096_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -266,8 +266,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 23_423_000 picoseconds. + Weight::from_parts(24_135_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -282,8 +282,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `775` // Estimated: `4070` - // Minimum execution time: 38_000_000 picoseconds. - Weight::from_parts(39_000_000, 0) + // Minimum execution time: 57_839_000 picoseconds. + Weight::from_parts(59_702_000, 0) .saturating_add(Weight::from_parts(0, 4070)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -298,8 +298,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1407` // Estimated: `4070` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(38_000_000, 0) + // Minimum execution time: 56_977_000 picoseconds. + Weight::from_parts(57_608_000, 0) .saturating_add(Weight::from_parts(0, 4070)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -312,8 +312,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `419` // Estimated: `3796` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 42_851_000 picoseconds. + Weight::from_parts(43_171_000, 0) .saturating_add(Weight::from_parts(0, 3796)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -326,8 +326,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `775` // Estimated: `3796` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_000_000, 0) + // Minimum execution time: 43_882_000 picoseconds. + Weight::from_parts(44_874_000, 0) .saturating_add(Weight::from_parts(0, 3796)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -340,8 +340,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3764` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_000_000, 0) + // Minimum execution time: 43_932_000 picoseconds. + Weight::from_parts(45_064_000, 0) .saturating_add(Weight::from_parts(0, 3764)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -354,8 +354,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `676` // Estimated: `3764` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 42_629_000 picoseconds. + Weight::from_parts(43_341_000, 0) .saturating_add(Weight::from_parts(0, 3764)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -368,8 +368,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 26_510_000 picoseconds. + Weight::from_parts(27_421_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -382,8 +382,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `549` // Estimated: `3647` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 26_310_000 picoseconds. + Weight::from_parts(27_040_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -394,8 +394,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3521` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_880_000 picoseconds. + Weight::from_parts(21_290_000, 0) .saturating_add(Weight::from_parts(0, 3521)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -408,8 +408,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_722_000 picoseconds. + Weight::from_parts(23_514_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -422,8 +422,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3603` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_811_000 picoseconds. + Weight::from_parts(22_442_000, 0) .saturating_add(Weight::from_parts(0, 3603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -440,8 +440,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `645` // Estimated: `3647` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 53_581_000 picoseconds. + Weight::from_parts(54_562_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/altair/src/weights/pallet_utility.rs b/runtime/altair/src/weights/pallet_utility.rs index 48fbecaabf..2180768f6f 100644 --- a/runtime/altair/src/weights/pallet_utility.rs +++ b/runtime/altair/src/weights/pallet_utility.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -37,18 +37,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_870_387, 0) + // Minimum execution time: 10_390_000 picoseconds. + Weight::from_parts(32_738_769, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 5_632 - .saturating_add(Weight::from_parts(5_685_329, 0).saturating_mul(c.into())) + // Standard Error: 8_927 + .saturating_add(Weight::from_parts(8_173_691, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 7_604_000 picoseconds. + Weight::from_parts(7_945_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -56,18 +56,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 10_240_000 picoseconds. + Weight::from_parts(8_676_637, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 3_161 - .saturating_add(Weight::from_parts(6_020_753, 0).saturating_mul(c.into())) + // Standard Error: 5_457 + .saturating_add(Weight::from_parts(8_724_355, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 14_026_000 picoseconds. + Weight::from_parts(14_347_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -75,10 +75,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(36_599_919, 0) + // Minimum execution time: 10_169_000 picoseconds. + Weight::from_parts(4_500_277, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 7_041 - .saturating_add(Weight::from_parts(5_653_775, 0).saturating_mul(c.into())) + // Standard Error: 3_223 + .saturating_add(Weight::from_parts(8_231_198, 0).saturating_mul(c.into())) } } diff --git a/runtime/altair/src/weights/pallet_vesting.rs b/runtime/altair/src/weights/pallet_vesting.rs index 4ad68604b8..3d47ba4922 100644 --- a/runtime/altair/src/weights/pallet_vesting.rs +++ b/runtime/altair/src/weights/pallet_vesting.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -40,15 +40,17 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. - fn vest_locked(_l: u32, s: u32, ) -> Weight { + fn vest_locked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `272 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(32_848_798, 0) + // Minimum execution time: 45_184_000 picoseconds. + Weight::from_parts(44_560_113, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 9_964 - .saturating_add(Weight::from_parts(68_181, 0).saturating_mul(s.into())) + // Standard Error: 1_693 + .saturating_add(Weight::from_parts(47_866, 0).saturating_mul(l.into())) + // Standard Error: 3_012 + .saturating_add(Weight::from_parts(90_980, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -64,13 +66,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `272 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(31_481_750, 0) + // Minimum execution time: 50_345_000 picoseconds. + Weight::from_parts(50_676_473, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 3_156 - .saturating_add(Weight::from_parts(29_576, 0).saturating_mul(l.into())) - // Standard Error: 5_616 - .saturating_add(Weight::from_parts(77_063, 0).saturating_mul(s.into())) + // Standard Error: 1_711 + .saturating_add(Weight::from_parts(31_457, 0).saturating_mul(l.into())) + // Standard Error: 3_045 + .saturating_add(Weight::from_parts(63_211, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,15 +86,17 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. - fn vest_other_locked(_l: u32, s: u32, ) -> Weight { + fn vest_other_locked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `375 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(33_405_403, 0) + // Minimum execution time: 47_999_000 picoseconds. + Weight::from_parts(47_927_926, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 13_180 - .saturating_add(Weight::from_parts(115_983, 0).saturating_mul(s.into())) + // Standard Error: 1_251 + .saturating_add(Weight::from_parts(42_975, 0).saturating_mul(l.into())) + // Standard Error: 2_226 + .saturating_add(Weight::from_parts(79_430, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -110,13 +114,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `375 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(33_274_109, 0) + // Minimum execution time: 53_770_000 picoseconds. + Weight::from_parts(54_085_838, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 7_686 - .saturating_add(Weight::from_parts(40_729, 0).saturating_mul(l.into())) - // Standard Error: 13_675 - .saturating_add(Weight::from_parts(185_860, 0).saturating_mul(s.into())) + // Standard Error: 1_581 + .saturating_add(Weight::from_parts(36_083, 0).saturating_mul(l.into())) + // Standard Error: 2_814 + .saturating_add(Weight::from_parts(73_522, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -134,13 +138,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `479 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 68_000_000 picoseconds. - Weight::from_parts(66_731_539, 0) + // Minimum execution time: 101_791_000 picoseconds. + Weight::from_parts(103_902_526, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 9_905 - .saturating_add(Weight::from_parts(49_683, 0).saturating_mul(l.into())) - // Standard Error: 17_624 - .saturating_add(Weight::from_parts(282_980, 0).saturating_mul(s.into())) + // Standard Error: 2_962 + .saturating_add(Weight::from_parts(38_478, 0).saturating_mul(l.into())) + // Standard Error: 5_270 + .saturating_add(Weight::from_parts(93_192, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -154,13 +158,17 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. - fn force_vested_transfer(_l: u32, _s: u32, ) -> Weight { + fn force_vested_transfer(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `619 + l * (25 ±0) + s * (36 ±0)` // Estimated: `6196` - // Minimum execution time: 71_000_000 picoseconds. - Weight::from_parts(78_774_328, 0) + // Minimum execution time: 105_368_000 picoseconds. + Weight::from_parts(105_702_125, 0) .saturating_add(Weight::from_parts(0, 6196)) + // Standard Error: 2_187 + .saturating_add(Weight::from_parts(52_886, 0).saturating_mul(l.into())) + // Standard Error: 3_892 + .saturating_add(Weight::from_parts(120_949, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -178,13 +186,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `374 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(27_064_599, 0) + // Minimum execution time: 49_543_000 picoseconds. + Weight::from_parts(49_047_241, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 6_780 - .saturating_add(Weight::from_parts(116_396, 0).saturating_mul(l.into())) - // Standard Error: 12_522 - .saturating_add(Weight::from_parts(222_711, 0).saturating_mul(s.into())) + // Standard Error: 1_288 + .saturating_add(Weight::from_parts(45_092, 0).saturating_mul(l.into())) + // Standard Error: 2_380 + .saturating_add(Weight::from_parts(83_599, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -198,15 +206,17 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. - fn unlocking_merge_schedules(_l: u32, s: u32, ) -> Weight { + fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `374 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(37_443_334, 0) + // Minimum execution time: 55_695_000 picoseconds. + Weight::from_parts(55_469_240, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 8_918 - .saturating_add(Weight::from_parts(98_212, 0).saturating_mul(s.into())) + // Standard Error: 1_839 + .saturating_add(Weight::from_parts(43_075, 0).saturating_mul(l.into())) + // Standard Error: 3_397 + .saturating_add(Weight::from_parts(82_342, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/altair/src/weights/pallet_xcm.rs b/runtime/altair/src/weights/pallet_xcm.rs index 3ff90f6aad..4edefb6882 100644 --- a/runtime/altair/src/weights/pallet_xcm.rs +++ b/runtime/altair/src/weights/pallet_xcm.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -46,8 +46,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `245` // Estimated: `3710` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(26_000_000, 0) + // Minimum execution time: 42_028_000 picoseconds. + Weight::from_parts(43_212_000, 0) .saturating_add(Weight::from_parts(0, 3710)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) @@ -60,8 +60,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `203` // Estimated: `3668` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 41_017_000 picoseconds. + Weight::from_parts(41_708_000, 0) .saturating_add(Weight::from_parts(0, 3668)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -73,8 +73,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `203` // Estimated: `3668` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 40_556_000 picoseconds. + Weight::from_parts(41_198_000, 0) .saturating_add(Weight::from_parts(0, 3668)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -94,8 +94,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 14_056_000 picoseconds. + Weight::from_parts(14_538_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -105,8 +105,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_478_000 picoseconds. + Weight::from_parts(4_669_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -130,8 +130,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `245` // Estimated: `3710` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(30_000_000, 0) + // Minimum execution time: 49_973_000 picoseconds. + Weight::from_parts(50_655_000, 0) .saturating_add(Weight::from_parts(0, 3710)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) @@ -154,8 +154,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `427` // Estimated: `3892` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(31_000_000, 0) + // Minimum execution time: 48_631_000 picoseconds. + Weight::from_parts(50_384_000, 0) .saturating_add(Weight::from_parts(0, 3892)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) @@ -166,8 +166,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_378_000 picoseconds. + Weight::from_parts(4_649_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,8 +177,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `268` // Estimated: `11158` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 25_397_000 picoseconds. + Weight::from_parts(26_009_000, 0) .saturating_add(Weight::from_parts(0, 11158)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -189,8 +189,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `272` // Estimated: `11162` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 25_548_000 picoseconds. + Weight::from_parts(25_939_000, 0) .saturating_add(Weight::from_parts(0, 11162)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -201,8 +201,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `279` // Estimated: `13644` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 0) + // Minimum execution time: 26_690_000 picoseconds. + Weight::from_parts(27_211_000, 0) .saturating_add(Weight::from_parts(0, 13644)) .saturating_add(T::DbWeight::get().reads(5)) } @@ -222,8 +222,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `312` // Estimated: `6252` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_000_000, 0) + // Minimum execution time: 44_593_000 picoseconds. + Weight::from_parts(45_726_000, 0) .saturating_add(Weight::from_parts(0, 6252)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) @@ -234,8 +234,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `206` // Estimated: `8621` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(10_000_000, 0) + // Minimum execution time: 13_756_000 picoseconds. + Weight::from_parts(14_357_000, 0) .saturating_add(Weight::from_parts(0, 8621)) .saturating_add(T::DbWeight::get().reads(3)) } @@ -245,8 +245,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `279` // Estimated: `11169` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 25_608_000 picoseconds. + Weight::from_parts(26_549_000, 0) .saturating_add(Weight::from_parts(0, 11169)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -267,8 +267,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `421` // Estimated: `11311` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 55_173_000 picoseconds. + Weight::from_parts(56_947_000, 0) .saturating_add(Weight::from_parts(0, 11311)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/centrifuge/Cargo.toml b/runtime/centrifuge/Cargo.toml index 5159d94f0f..da91d6197f 100644 --- a/runtime/centrifuge/Cargo.toml +++ b/runtime/centrifuge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "centrifuge-runtime" -version = "0.10.23" +version = "0.10.24" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/centrifuge/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/centrifuge/src/weights/cumulus_pallet_xcmp_queue.rs index bf982245ab..39b5ac57e1 100644 --- a/runtime/centrifuge/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/centrifuge/src/weights/cumulus_pallet_xcmp_queue.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `142` // Estimated: `1627` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_355_000 picoseconds. + Weight::from_parts(8_767_000, 0) .saturating_add(Weight::from_parts(0, 1627)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `142` // Estimated: `1627` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_526_000 picoseconds. + Weight::from_parts(8_786_000, 0) .saturating_add(Weight::from_parts(0, 1627)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/mod.rs b/runtime/centrifuge/src/weights/mod.rs index 9bbc05b537..d968592ca8 100644 --- a/runtime/centrifuge/src/weights/mod.rs +++ b/runtime/centrifuge/src/weights/mod.rs @@ -40,10 +40,9 @@ pub mod pallet_restricted_tokens; pub mod pallet_scheduler; pub mod pallet_session; pub mod pallet_timestamp; +pub mod pallet_transfer_allowlist; pub mod pallet_treasury; pub mod pallet_uniques; pub mod pallet_utility; pub mod pallet_vesting; pub mod pallet_xcm; - -pub mod pallet_transfer_allowlist; diff --git a/runtime/centrifuge/src/weights/pallet_anchors.rs b/runtime/centrifuge/src/weights/pallet_anchors.rs index 94384eaf65..577bbf23e8 100644 --- a/runtime/centrifuge/src/weights/pallet_anchors.rs +++ b/runtime/centrifuge/src/weights/pallet_anchors.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_anchors` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -42,8 +42,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `301` // Estimated: `3581` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 40_656_000 picoseconds. + Weight::from_parts(41_828_000, 0) .saturating_add(Weight::from_parts(0, 3581)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -70,8 +70,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `668` // Estimated: `3581` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(47_000_000, 0) + // Minimum execution time: 71_824_000 picoseconds. + Weight::from_parts(72_896_000, 0) .saturating_add(Weight::from_parts(0, 3581)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) @@ -82,8 +82,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `12450` // Estimated: `260090` - // Minimum execution time: 1_548_000_000 picoseconds. - Weight::from_parts(1_554_000_000, 0) + // Minimum execution time: 2_145_707_000 picoseconds. + Weight::from_parts(2_176_274_000, 0) .saturating_add(Weight::from_parts(0, 260090)) .saturating_add(T::DbWeight::get().reads(100)) .saturating_add(T::DbWeight::get().writes(100)) @@ -506,8 +506,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `18357` // Estimated: `254990` - // Minimum execution time: 1_433_000_000 picoseconds. - Weight::from_parts(1_437_000_000, 0) + // Minimum execution time: 1_940_694_000 picoseconds. + Weight::from_parts(1_977_012_000, 0) .saturating_add(Weight::from_parts(0, 254990)) .saturating_add(T::DbWeight::get().reads(504)) .saturating_add(T::DbWeight::get().writes(402)) diff --git a/runtime/centrifuge/src/weights/pallet_balances.rs b/runtime/centrifuge/src/weights/pallet_balances.rs index f5ee300bbb..68955029f1 100644 --- a/runtime/centrifuge/src/weights/pallet_balances.rs +++ b/runtime/centrifuge/src/weights/pallet_balances.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 58_000_000 picoseconds. - Weight::from_parts(59_000_000, 0) + // Minimum execution time: 84_878_000 picoseconds. + Weight::from_parts(85_861_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 43_000_000 picoseconds. - Weight::from_parts(44_000_000, 0) + // Minimum execution time: 62_867_000 picoseconds. + Weight::from_parts(64_591_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -62,8 +62,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 24_065_000 picoseconds. + Weight::from_parts(24_706_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -74,8 +74,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 23_000_000 picoseconds. - Weight::from_parts(23_000_000, 0) + // Minimum execution time: 35_095_000 picoseconds. + Weight::from_parts(36_208_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -86,8 +86,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `192` // Estimated: `6196` - // Minimum execution time: 61_000_000 picoseconds. - Weight::from_parts(62_000_000, 0) + // Minimum execution time: 88_285_000 picoseconds. + Weight::from_parts(89_487_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -98,8 +98,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 55_000_000 picoseconds. - Weight::from_parts(57_000_000, 0) + // Minimum execution time: 79_889_000 picoseconds. + Weight::from_parts(81_132_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -110,8 +110,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 28_453_000 picoseconds. + Weight::from_parts(29_085_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -123,11 +123,11 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 26_790_000 picoseconds. + Weight::from_parts(27_291_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 6_525 - .saturating_add(Weight::from_parts(15_428_167, 0).saturating_mul(u.into())) + // Standard Error: 11_971 + .saturating_add(Weight::from_parts(21_599_437, 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())) diff --git a/runtime/centrifuge/src/weights/pallet_block_rewards.rs b/runtime/centrifuge/src/weights/pallet_block_rewards.rs index 4c17c71b7f..12db9b4f2e 100644 --- a/runtime/centrifuge/src/weights/pallet_block_rewards.rs +++ b/runtime/centrifuge/src/weights/pallet_block_rewards.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_block_rewards` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -44,8 +44,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `583` // Estimated: `6196` - // Minimum execution time: 61_000_000 picoseconds. - Weight::from_parts(62_000_000, 0) + // Minimum execution time: 86_932_000 picoseconds. + Weight::from_parts(88_015_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -58,8 +58,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `106` // Estimated: `3574` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 11_993_000 picoseconds. + Weight::from_parts(12_372_000, 0) .saturating_add(Weight::from_parts(0, 3574)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -72,8 +72,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `65` // Estimated: `3574` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 11_131_000 picoseconds. + Weight::from_parts(11_511_000, 0) .saturating_add(Weight::from_parts(0, 3574)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs b/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs index 4359b94f47..2ab1da0d85 100644 --- a/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs +++ b/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collator_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `524` // Estimated: `3989` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_117_000 picoseconds. + Weight::from_parts(25_899_000, 0) .saturating_add(Weight::from_parts(0, 3989)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -52,8 +52,8 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `232` // Estimated: `3497` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 18_915_000 picoseconds. + Weight::from_parts(19_686_000, 0) .saturating_add(Weight::from_parts(0, 3497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/pallet_collator_selection.rs b/runtime/centrifuge/src/weights/pallet_collator_selection.rs index 2e07eba375..a07b34d12d 100644 --- a/runtime/centrifuge/src/weights/pallet_collator_selection.rs +++ b/runtime/centrifuge/src/weights/pallet_collator_selection.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -44,11 +44,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `466 + b * (112 ±0)` // Estimated: `1453 + b * (2588 ±0)` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(14_588_514, 0) + // Minimum execution time: 25_628_000 picoseconds. + Weight::from_parts(24_383_339, 0) .saturating_add(Weight::from_parts(0, 1453)) - // Standard Error: 3_287 - .saturating_add(Weight::from_parts(4_383_636, 0).saturating_mul(b.into())) + // Standard Error: 2_848 + .saturating_add(Weight::from_parts(5_992_780, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 2588).saturating_mul(b.into())) @@ -59,8 +59,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 14_056_000 picoseconds. + Weight::from_parts(14_577_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -70,8 +70,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 10_510_000 picoseconds. + Weight::from_parts(10_981_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,13 +93,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 19]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `969 + c * (59 ±0)` + // Measured: `1002 + c * (59 ±0)` // Estimated: `4687 + c * (60 ±0)` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_326_292, 0) + // Minimum execution time: 65_513_000 picoseconds. + Weight::from_parts(66_958_510, 0) .saturating_add(Weight::from_parts(0, 4687)) - // Standard Error: 2_221 - .saturating_add(Weight::from_parts(177_700, 0).saturating_mul(c.into())) + // Standard Error: 1_708 + .saturating_add(Weight::from_parts(278_462, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -112,13 +112,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[6, 20]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `483 + c * (44 ±0)` + // Measured: `516 + c * (44 ±0)` // Estimated: `2446` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(29_936_555, 0) + // Minimum execution time: 45_856_000 picoseconds. + Weight::from_parts(47_640_169, 0) .saturating_add(Weight::from_parts(0, 2446)) - // Standard Error: 2_385 - .saturating_add(Weight::from_parts(55_599, 0).saturating_mul(c.into())) + // Standard Error: 2_800 + .saturating_add(Weight::from_parts(47_541, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -132,8 +132,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `195` // Estimated: `6196` - // Minimum execution time: 48_000_000 picoseconds. - Weight::from_parts(50_000_000, 0) + // Minimum execution time: 70_501_000 picoseconds. + Weight::from_parts(72_275_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) @@ -154,13 +154,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 20]`. fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `515 + c * (98 ±0) + r * (142 ±0)` + // Measured: `548 + c * (98 ±0) + r * (142 ±0)` // Estimated: `7019778708211172 + c * (2519 ±0) + r * (2259 ±9)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 25_147_000 picoseconds. + Weight::from_parts(25_829_000, 0) .saturating_add(Weight::from_parts(0, 7019778708211172)) - // Standard Error: 158_293 - .saturating_add(Weight::from_parts(12_619_619, 0).saturating_mul(c.into())) + // Standard Error: 219_894 + .saturating_add(Weight::from_parts(17_691_420, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/pallet_collective.rs b/runtime/centrifuge/src/weights/pallet_collective.rs index ccc7d4be63..d7b81c61bd 100644 --- a/runtime/centrifuge/src/weights/pallet_collective.rs +++ b/runtime/centrifuge/src/weights/pallet_collective.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -47,13 +47,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `15762 + m * (1967 ±23) + p * (4332 ±23)` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 23_133_000 picoseconds. + Weight::from_parts(23_564_000, 0) .saturating_add(Weight::from_parts(0, 15762)) - // Standard Error: 38_171 - .saturating_add(Weight::from_parts(2_878_862, 0).saturating_mul(m.into())) - // Standard Error: 38_171 - .saturating_add(Weight::from_parts(5_933_226, 0).saturating_mul(p.into())) + // Standard Error: 60_555 + .saturating_add(Weight::from_parts(4_625_188, 0).saturating_mul(m.into())) + // Standard Error: 60_555 + .saturating_add(Weight::from_parts(8_554_513, 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)) @@ -69,13 +69,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103 + m * (32 ±0)` // Estimated: `1589 + m * (32 ±0)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_580_707, 0) + // Minimum execution time: 23_564_000 picoseconds. + Weight::from_parts(22_494_749, 0) .saturating_add(Weight::from_parts(0, 1589)) - // Standard Error: 32 - .saturating_add(Weight::from_parts(1_173, 0).saturating_mul(b.into())) - // Standard Error: 334 - .saturating_add(Weight::from_parts(4_112, 0).saturating_mul(m.into())) + // Standard Error: 40 + .saturating_add(Weight::from_parts(1_689, 0).saturating_mul(b.into())) + // Standard Error: 418 + .saturating_add(Weight::from_parts(19_801, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -89,13 +89,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103 + m * (32 ±0)` // Estimated: `3569 + m * (32 ±0)` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(16_388_041, 0) + // Minimum execution time: 27_572_000 picoseconds. + Weight::from_parts(26_558_815, 0) .saturating_add(Weight::from_parts(0, 3569)) - // Standard Error: 41 - .saturating_add(Weight::from_parts(1_331, 0).saturating_mul(b.into())) - // Standard Error: 428 - .saturating_add(Weight::from_parts(12_548, 0).saturating_mul(m.into())) + // Standard Error: 36 + .saturating_add(Weight::from_parts(1_754, 0).saturating_mul(b.into())) + // Standard Error: 376 + .saturating_add(Weight::from_parts(30_777, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -116,15 +116,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `393 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3785 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 23_000_000 picoseconds. - Weight::from_parts(23_887_273, 0) + // Minimum execution time: 36_048_000 picoseconds. + Weight::from_parts(33_126_579, 0) .saturating_add(Weight::from_parts(0, 3785)) - // Standard Error: 154 - .saturating_add(Weight::from_parts(2_021, 0).saturating_mul(b.into())) - // Standard Error: 1_608 - .saturating_add(Weight::from_parts(14_743, 0).saturating_mul(m.into())) - // Standard Error: 1_588 - .saturating_add(Weight::from_parts(123_914, 0).saturating_mul(p.into())) + // Standard Error: 112 + .saturating_add(Weight::from_parts(4_132, 0).saturating_mul(b.into())) + // Standard Error: 1_175 + .saturating_add(Weight::from_parts(36_464, 0).saturating_mul(m.into())) + // Standard Error: 1_160 + .saturating_add(Weight::from_parts(251_750, 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())) @@ -139,11 +139,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `842 + m * (64 ±0)` // Estimated: `4306 + m * (64 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_436_327, 0) + // Minimum execution time: 31_099_000 picoseconds. + Weight::from_parts(31_472_443, 0) .saturating_add(Weight::from_parts(0, 4306)) - // Standard Error: 609 - .saturating_add(Weight::from_parts(12_065, 0).saturating_mul(m.into())) + // Standard Error: 1_286 + .saturating_add(Weight::from_parts(56_577, 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())) @@ -162,13 +162,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `431 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3876 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_285_341, 0) + // Minimum execution time: 39_454_000 picoseconds. + Weight::from_parts(38_844_824, 0) .saturating_add(Weight::from_parts(0, 3876)) - // Standard Error: 725 - .saturating_add(Weight::from_parts(8_964, 0).saturating_mul(m.into())) - // Standard Error: 707 - .saturating_add(Weight::from_parts(136_082, 0).saturating_mul(p.into())) + // Standard Error: 2_064 + .saturating_add(Weight::from_parts(34_633, 0).saturating_mul(m.into())) + // Standard Error: 2_013 + .saturating_add(Weight::from_parts(235_784, 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())) @@ -189,15 +189,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `733 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4050 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(34_527_259, 0) + // Minimum execution time: 56_716_000 picoseconds. + Weight::from_parts(56_668_817, 0) .saturating_add(Weight::from_parts(0, 4050)) - // Standard Error: 252 - .saturating_add(Weight::from_parts(2_043, 0).saturating_mul(b.into())) - // Standard Error: 2_664 - .saturating_add(Weight::from_parts(4_461, 0).saturating_mul(m.into())) - // Standard Error: 2_596 - .saturating_add(Weight::from_parts(178_043, 0).saturating_mul(p.into())) + // Standard Error: 248 + .saturating_add(Weight::from_parts(2_574, 0).saturating_mul(b.into())) + // Standard Error: 2_629 + .saturating_add(Weight::from_parts(13_741, 0).saturating_mul(m.into())) + // Standard Error: 2_563 + .saturating_add(Weight::from_parts(281_995, 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())) @@ -220,13 +220,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `451 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3896 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(27_404_799, 0) + // Minimum execution time: 42_579_000 picoseconds. + Weight::from_parts(41_703_040, 0) .saturating_add(Weight::from_parts(0, 3896)) - // Standard Error: 1_095 - .saturating_add(Weight::from_parts(13_577, 0).saturating_mul(m.into())) - // Standard Error: 1_068 - .saturating_add(Weight::from_parts(139_601, 0).saturating_mul(p.into())) + // Standard Error: 1_437 + .saturating_add(Weight::from_parts(42_027, 0).saturating_mul(m.into())) + // Standard Error: 1_401 + .saturating_add(Weight::from_parts(236_636, 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())) @@ -249,15 +249,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `753 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4070 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(38_712_040, 0) + // Minimum execution time: 59_341_000 picoseconds. + Weight::from_parts(59_362_453, 0) .saturating_add(Weight::from_parts(0, 4070)) - // Standard Error: 101 - .saturating_add(Weight::from_parts(1_296, 0).saturating_mul(b.into())) - // Standard Error: 1_076 - .saturating_add(Weight::from_parts(12_074, 0).saturating_mul(m.into())) - // Standard Error: 1_049 - .saturating_add(Weight::from_parts(164_203, 0).saturating_mul(p.into())) + // Standard Error: 161 + .saturating_add(Weight::from_parts(2_604, 0).saturating_mul(b.into())) + // Standard Error: 1_708 + .saturating_add(Weight::from_parts(38_569, 0).saturating_mul(m.into())) + // Standard Error: 1_665 + .saturating_add(Weight::from_parts(279_991, 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())) @@ -275,11 +275,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `260 + p * (32 ±0)` // Estimated: `1745 + p * (32 ±0)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_102_746, 0) + // Minimum execution time: 22_553_000 picoseconds. + Weight::from_parts(23_976_703, 0) .saturating_add(Weight::from_parts(0, 1745)) - // Standard Error: 733 - .saturating_add(Weight::from_parts(118_897, 0).saturating_mul(p.into())) + // Standard Error: 922 + .saturating_add(Weight::from_parts(224_914, 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())) diff --git a/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs b/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs index f2fed4fe05..a1d2daf226 100644 --- a/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs +++ b/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_crowdloan_claim` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -60,8 +60,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `606` // Estimated: `6196` - // Minimum execution time: 169_000_000 picoseconds. - Weight::from_parts(170_000_000, 0) + // Minimum execution time: 261_027_000 picoseconds. + Weight::from_parts(263_241_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -94,8 +94,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `762` // Estimated: `6196` - // Minimum execution time: 171_000_000 picoseconds. - Weight::from_parts(172_000_000, 0) + // Minimum execution time: 261_709_000 picoseconds. + Weight::from_parts(266_928_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -128,8 +128,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `658` // Estimated: `6196` - // Minimum execution time: 169_000_000 picoseconds. - Weight::from_parts(169_000_000, 0) + // Minimum execution time: 245_098_000 picoseconds. + Weight::from_parts(247_512_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -152,8 +152,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `76` // Estimated: `1489` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 24_346_000 picoseconds. + Weight::from_parts(24_866_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) @@ -164,8 +164,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_101_000 picoseconds. + Weight::from_parts(11_441_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,8 +175,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_282_000 picoseconds. + Weight::from_parts(11_591_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -186,8 +186,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 12_253_000 picoseconds. + Weight::from_parts(12_744_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -197,8 +197,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_170_000 picoseconds. + Weight::from_parts(11_561_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -208,8 +208,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_241_000 picoseconds. + Weight::from_parts(11_712_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs b/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs index 30ab654c15..465366493e 100644 --- a/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs +++ b/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_crowdloan_reward` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -42,8 +42,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_753_000 picoseconds. + Weight::from_parts(13_335_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -53,8 +53,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_020_000 picoseconds. + Weight::from_parts(11_371_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,8 +64,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 10_900_000 picoseconds. + Weight::from_parts(11_341_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,8 +75,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 10_961_000 picoseconds. + Weight::from_parts(11_341_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/centrifuge/src/weights/pallet_democracy.rs b/runtime/centrifuge/src/weights/pallet_democracy.rs index 06135f025d..36f2e1f9c3 100644 --- a/runtime/centrifuge/src/weights/pallet_democracy.rs +++ b/runtime/centrifuge/src/weights/pallet_democracy.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -44,8 +44,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4801` // Estimated: `18187` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 57_938_000 picoseconds. + Weight::from_parts(60_213_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -56,8 +56,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3556` // Estimated: `6695` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(33_000_000, 0) + // Minimum execution time: 51_877_000 picoseconds. + Weight::from_parts(53_760_000, 0) .saturating_add(Weight::from_parts(0, 6695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -74,8 +74,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3433` // Estimated: `7260` - // Minimum execution time: 43_000_000 picoseconds. - Weight::from_parts(44_000_000, 0) + // Minimum execution time: 66_043_000 picoseconds. + Weight::from_parts(67_856_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -92,8 +92,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3455` // Estimated: `7260` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(48_000_000, 0) + // Minimum execution time: 71_604_000 picoseconds. + Weight::from_parts(73_928_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -108,8 +108,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `366` // Estimated: `3666` - // Minimum execution time: 23_000_000 picoseconds. - Weight::from_parts(24_000_000, 0) + // Minimum execution time: 37_850_000 picoseconds. + Weight::from_parts(39_033_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -132,8 +132,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6282` // Estimated: `18187` - // Minimum execution time: 97_000_000 picoseconds. - Weight::from_parts(99_000_000, 0) + // Minimum execution time: 144_970_000 picoseconds. + Weight::from_parts(147_014_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -146,8 +146,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3416` // Estimated: `6703` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 18_545_000 picoseconds. + Weight::from_parts(19_106_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -158,8 +158,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_919_000 picoseconds. + Weight::from_parts(5_129_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -169,8 +169,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_869_000 picoseconds. + Weight::from_parts(5_100_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -186,8 +186,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `286` // Estimated: `3518` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 38_702_000 picoseconds. + Weight::from_parts(40_015_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) @@ -202,8 +202,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3519` // Estimated: `6703` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 42_289_000 picoseconds. + Weight::from_parts(43_601_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -220,8 +220,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6193` // Estimated: `18187` - // Minimum execution time: 81_000_000 picoseconds. - Weight::from_parts(82_000_000, 0) + // Minimum execution time: 120_545_000 picoseconds. + Weight::from_parts(122_408_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -234,8 +234,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `271` // Estimated: `3518` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 28_684_000 picoseconds. + Weight::from_parts(29_405_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -251,11 +251,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(6_966_875, 0) + // Minimum execution time: 10_250_000 picoseconds. + Weight::from_parts(15_315_149, 0) .saturating_add(Weight::from_parts(0, 1489)) - // Standard Error: 8_419 - .saturating_add(Weight::from_parts(3_018_913, 0).saturating_mul(r.into())) + // Standard Error: 5_659 + .saturating_add(Weight::from_parts(3_931_253, 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)) @@ -278,11 +278,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(54_695_855, 0) + // Minimum execution time: 14_778_000 picoseconds. + Weight::from_parts(18_680_973, 0) .saturating_add(Weight::from_parts(0, 18187)) - // Standard Error: 55_438 - .saturating_add(Weight::from_parts(2_585_355, 0).saturating_mul(r.into())) + // Standard Error: 4_963 + .saturating_add(Weight::from_parts(3_949_273, 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)) @@ -301,11 +301,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(97_607_828, 0) + // Minimum execution time: 55_564_000 picoseconds. + Weight::from_parts(61_936_943, 0) .saturating_add(Weight::from_parts(0, 19800)) - // Standard Error: 57_175 - .saturating_add(Weight::from_parts(3_088_905, 0).saturating_mul(r.into())) + // Standard Error: 5_909 + .saturating_add(Weight::from_parts(5_022_012, 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)) @@ -321,11 +321,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `493 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_431_433, 0) + // Minimum execution time: 28_573_000 picoseconds. + Weight::from_parts(29_139_542, 0) .saturating_add(Weight::from_parts(0, 13530)) - // Standard Error: 13_990 - .saturating_add(Weight::from_parts(3_735_017, 0).saturating_mul(r.into())) + // Standard Error: 5_887 + .saturating_add(Weight::from_parts(5_019_551, 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)) @@ -338,8 +338,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_508_000 picoseconds. + Weight::from_parts(4_799_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -356,11 +356,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `525` // Estimated: `7260` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(32_656_810, 0) + // Minimum execution time: 33_793_000 picoseconds. + Weight::from_parts(51_456_136, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 2_365 - .saturating_add(Weight::from_parts(33_071, 0).saturating_mul(r.into())) + // Standard Error: 3_934 + .saturating_add(Weight::from_parts(67_883, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -377,11 +377,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `526 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(31_135_028, 0) + // Minimum execution time: 47_699_000 picoseconds. + Weight::from_parts(49_308_611, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 826 - .saturating_add(Weight::from_parts(62_892, 0).saturating_mul(r.into())) + // Standard Error: 1_003 + .saturating_add(Weight::from_parts(85_844, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -394,11 +394,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(15_542_224, 0) + // Minimum execution time: 21_250_000 picoseconds. + Weight::from_parts(24_293_772, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 880 - .saturating_add(Weight::from_parts(65_809, 0).saturating_mul(r.into())) + // Standard Error: 1_126 + .saturating_add(Weight::from_parts(90_340, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -411,11 +411,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(15_491_541, 0) + // Minimum execution time: 21_450_000 picoseconds. + Weight::from_parts(24_348_446, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 887 - .saturating_add(Weight::from_parts(71_700, 0).saturating_mul(r.into())) + // Standard Error: 1_159 + .saturating_add(Weight::from_parts(91_812, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -429,8 +429,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `3556` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 26_139_000 picoseconds. + Weight::from_parts(26_960_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -443,8 +443,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `286` // Estimated: `3518` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 23_954_000 picoseconds. + Weight::from_parts(24_466_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -459,8 +459,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4922` // Estimated: `18187` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 54_572_000 picoseconds. + Weight::from_parts(56_005_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -473,8 +473,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4822` // Estimated: `18187` - // Minimum execution time: 33_000_000 picoseconds. - Weight::from_parts(34_000_000, 0) + // Minimum execution time: 50_905_000 picoseconds. + Weight::from_parts(51_537_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -487,8 +487,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_959_000 picoseconds. + Weight::from_parts(21_571_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -501,8 +501,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `302` // Estimated: `3666` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 26_319_000 picoseconds. + Weight::from_parts(27_010_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/pallet_elections_phragmen.rs b/runtime/centrifuge/src/weights/pallet_elections_phragmen.rs index b450301699..a4c5bb8340 100644 --- a/runtime/centrifuge/src/weights/pallet_elections_phragmen.rs +++ b/runtime/centrifuge/src/weights/pallet_elections_phragmen.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -49,11 +49,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `430 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(29_033_060, 0) + // Minimum execution time: 42_951_000 picoseconds. + Weight::from_parts(44_043_246, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 17_448 - .saturating_add(Weight::from_parts(174_182, 0).saturating_mul(v.into())) + // Standard Error: 8_823 + .saturating_add(Weight::from_parts(209_440, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -75,11 +75,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `399 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(40_958_464, 0) + // Minimum execution time: 61_074_000 picoseconds. + Weight::from_parts(62_823_370, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 7_584 - .saturating_add(Weight::from_parts(21_038, 0).saturating_mul(v.into())) + // Standard Error: 13_791 + .saturating_add(Weight::from_parts(67_558, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -101,11 +101,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `431 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(40_961_817, 0) + // Minimum execution time: 61_505_000 picoseconds. + Weight::from_parts(62_546_829, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 5_134 - .saturating_add(Weight::from_parts(15_954, 0).saturating_mul(v.into())) + // Standard Error: 13_165 + .saturating_add(Weight::from_parts(196_319, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -120,8 +120,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `601` // Estimated: `4764` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) + // Minimum execution time: 64_120_000 picoseconds. + Weight::from_parts(65_362_000, 0) .saturating_add(Weight::from_parts(0, 4764)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -137,11 +137,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1508 + c * (48 ±0)` // Estimated: `2993 + c * (48 ±0)` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(30_827_288, 0) + // Minimum execution time: 47_108_000 picoseconds. + Weight::from_parts(48_141_429, 0) .saturating_add(Weight::from_parts(0, 2993)) - // Standard Error: 2_637 - .saturating_add(Weight::from_parts(73_324, 0).saturating_mul(c.into())) + // Standard Error: 2_307 + .saturating_add(Weight::from_parts(83_791, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -153,11 +153,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + c * (48 ±0)` // Estimated: `1836 + c * (48 ±0)` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(27_175_561, 0) + // Minimum execution time: 42_359_000 picoseconds. + Weight::from_parts(43_551_400, 0) .saturating_add(Weight::from_parts(0, 1836)) - // Standard Error: 2_495 - .saturating_add(Weight::from_parts(55_732, 0).saturating_mul(c.into())) + // Standard Error: 2_356 + .saturating_add(Weight::from_parts(72_268, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -176,8 +176,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1688` // Estimated: `3173` - // Minimum execution time: 38_000_000 picoseconds. - Weight::from_parts(39_000_000, 0) + // Minimum execution time: 60_052_000 picoseconds. + Weight::from_parts(60_633_000, 0) .saturating_add(Weight::from_parts(0, 3173)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -188,8 +188,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1056` // Estimated: `2541` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 43_370_000 picoseconds. + Weight::from_parts(43_862_000, 0) .saturating_add(Weight::from_parts(0, 2541)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -220,8 +220,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1791` // Estimated: `6196` - // Minimum execution time: 59_000_000 picoseconds. - Weight::from_parts(60_000_000, 0) + // Minimum execution time: 90_629_000 picoseconds. + Weight::from_parts(92_162_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -246,13 +246,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1226 + v * (457 ±0)` // Estimated: `4528 + d * (1 ±0) + v * (3774 ±0)` - // Minimum execution time: 2_459_000_000 picoseconds. - Weight::from_parts(2_616_111, 0) + // Minimum execution time: 3_501_950_000 picoseconds. + Weight::from_parts(29_929_217, 0) .saturating_add(Weight::from_parts(0, 4528)) - // Standard Error: 70_399 - .saturating_add(Weight::from_parts(49_110_119, 0).saturating_mul(v.into())) - // Standard Error: 70_399 - .saturating_add(Weight::from_parts(259_336, 0).saturating_mul(d.into())) + // Standard Error: 32_803 + .saturating_add(Weight::from_parts(69_890_360, 0).saturating_mul(v.into())) + // Standard Error: 32_803 + .saturating_add(Weight::from_parts(60_301, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -283,16 +283,16 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + e * (23 ±0) + v * (241 ±0)` - // Estimated: `9384 + c * (154 ±3) + e * (19 ±0) + v * (2526 ±2)` - // Minimum execution time: 211_000_000 picoseconds. - Weight::from_parts(213_000_000, 0) + // Estimated: `9384 + c * (154 ±35) + e * (19 ±0) + v * (2526 ±2)` + // Minimum execution time: 309_488_000 picoseconds. + Weight::from_parts(311_992_000, 0) .saturating_add(Weight::from_parts(0, 9384)) - // Standard Error: 456_455 - .saturating_add(Weight::from_parts(1_935_315, 0).saturating_mul(c.into())) - // Standard Error: 90_801 - .saturating_add(Weight::from_parts(5_078_537, 0).saturating_mul(v.into())) - // Standard Error: 19_719 - .saturating_add(Weight::from_parts(138_137, 0).saturating_mul(e.into())) + // Standard Error: 640_190 + .saturating_add(Weight::from_parts(2_318_898, 0).saturating_mul(c.into())) + // Standard Error: 127_351 + .saturating_add(Weight::from_parts(7_512_990, 0).saturating_mul(v.into())) + // Standard Error: 27_656 + .saturating_add(Weight::from_parts(158_236, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(7)) diff --git a/runtime/centrifuge/src/weights/pallet_fees.rs b/runtime/centrifuge/src/weights/pallet_fees.rs index 8ae751c118..a3cd77b855 100644 --- a/runtime/centrifuge/src/weights/pallet_fees.rs +++ b/runtime/centrifuge/src/weights/pallet_fees.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_fees` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_fees::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_962_000 picoseconds. + Weight::from_parts(12_383_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/centrifuge/src/weights/pallet_identity.rs b/runtime/centrifuge/src/weights/pallet_identity.rs index a64906b1bc..086db63181 100644 --- a/runtime/centrifuge/src/weights/pallet_identity.rs +++ b/runtime/centrifuge/src/weights/pallet_identity.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -39,11 +39,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(11_239_810, 0) + // Minimum execution time: 17_322_000 picoseconds. + Weight::from_parts(18_373_641, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 3_302 - .saturating_add(Weight::from_parts(80_692, 0).saturating_mul(r.into())) + // Standard Error: 2_220 + .saturating_add(Weight::from_parts(104_570, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -55,13 +55,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `441 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(27_807_222, 0) + // Minimum execution time: 46_637_000 picoseconds. + Weight::from_parts(45_157_206, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 2_327 - .saturating_add(Weight::from_parts(66_094, 0).saturating_mul(r.into())) - // Standard Error: 454 - .saturating_add(Weight::from_parts(540_953, 0).saturating_mul(x.into())) + // Standard Error: 3_577 + .saturating_add(Weight::from_parts(106_381, 0).saturating_mul(r.into())) + // Standard Error: 698 + .saturating_add(Weight::from_parts(780_994, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,11 +76,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `11003 + s * (2589 ±0)` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(19_772_432, 0) + // Minimum execution time: 13_094_000 picoseconds. + Weight::from_parts(33_405_061, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 2_858 - .saturating_add(Weight::from_parts(3_364_530, 0).saturating_mul(s.into())) + // Standard Error: 5_059 + .saturating_add(Weight::from_parts(4_740_457, 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)) @@ -98,11 +98,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `193 + p * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(20_074_951, 0) + // Minimum execution time: 13_074_000 picoseconds. + Weight::from_parts(32_694_769, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 2_896 - .saturating_add(Weight::from_parts(1_358_179, 0).saturating_mul(p.into())) + // Standard Error: 4_437 + .saturating_add(Weight::from_parts(1_890_608, 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()))) @@ -120,15 +120,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `468 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 56_000_000 picoseconds. - Weight::from_parts(28_578_435, 0) + // Minimum execution time: 85_720_000 picoseconds. + Weight::from_parts(45_623_360, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 5_949 - .saturating_add(Weight::from_parts(30_958, 0).saturating_mul(r.into())) - // Standard Error: 1_161 - .saturating_add(Weight::from_parts(1_348_006, 0).saturating_mul(s.into())) - // Standard Error: 1_161 - .saturating_add(Weight::from_parts(292_712, 0).saturating_mul(x.into())) + // Standard Error: 14_072 + .saturating_add(Weight::from_parts(88_651, 0).saturating_mul(r.into())) + // Standard Error: 2_748 + .saturating_add(Weight::from_parts(1_870_637, 0).saturating_mul(s.into())) + // Standard Error: 2_748 + .saturating_add(Weight::from_parts(429_181, 0).saturating_mul(x.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()))) @@ -143,13 +143,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `366 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(28_159_426, 0) + // Minimum execution time: 46_307_000 picoseconds. + Weight::from_parts(44_696_021, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 2_806 - .saturating_add(Weight::from_parts(66_221, 0).saturating_mul(r.into())) - // Standard Error: 547 - .saturating_add(Weight::from_parts(555_719, 0).saturating_mul(x.into())) + // Standard Error: 5_786 + .saturating_add(Weight::from_parts(153_709, 0).saturating_mul(r.into())) + // Standard Error: 1_129 + .saturating_add(Weight::from_parts(823_140, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -161,13 +161,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `397 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(26_273_454, 0) + // Minimum execution time: 42_620_000 picoseconds. + Weight::from_parts(41_555_942, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 2_467 - .saturating_add(Weight::from_parts(9_718, 0).saturating_mul(r.into())) - // Standard Error: 481 - .saturating_add(Weight::from_parts(554_369, 0).saturating_mul(x.into())) + // Standard Error: 5_354 + .saturating_add(Weight::from_parts(100_277, 0).saturating_mul(r.into())) + // Standard Error: 1_044 + .saturating_add(Weight::from_parts(816_894, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,11 +178,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_321_673, 0) + // Minimum execution time: 10_579_000 picoseconds. + Weight::from_parts(11_201_552, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 2_508 - .saturating_add(Weight::from_parts(51_714, 0).saturating_mul(r.into())) + // Standard Error: 1_369 + .saturating_add(Weight::from_parts(79_345, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -193,11 +193,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_403_685, 0) + // Minimum execution time: 10_109_000 picoseconds. + Weight::from_parts(10_555_631, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 2_961 - .saturating_add(Weight::from_parts(54_234, 0).saturating_mul(r.into())) + // Standard Error: 1_049 + .saturating_add(Weight::from_parts(71_029, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -208,11 +208,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_382_489, 0) + // Minimum execution time: 9_698_000 picoseconds. + Weight::from_parts(10_229_603, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 2_429 - .saturating_add(Weight::from_parts(46_587, 0).saturating_mul(r.into())) + // Standard Error: 1_086 + .saturating_add(Weight::from_parts(73_438, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -226,13 +226,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(19_031_356, 0) + // Minimum execution time: 31_980_000 picoseconds. + Weight::from_parts(30_591_475, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_361 - .saturating_add(Weight::from_parts(38_169, 0).saturating_mul(r.into())) - // Standard Error: 622 - .saturating_add(Weight::from_parts(884_581, 0).saturating_mul(x.into())) + // Standard Error: 19_301 + .saturating_add(Weight::from_parts(111_586, 0).saturating_mul(r.into())) + // Standard Error: 3_571 + .saturating_add(Weight::from_parts(1_289_559, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -251,15 +251,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797 + r * (15 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 75_000_000 picoseconds. - Weight::from_parts(49_336_084, 0) + // Minimum execution time: 113_823_000 picoseconds. + Weight::from_parts(72_406_178, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 17_508 - .saturating_add(Weight::from_parts(117_523, 0).saturating_mul(r.into())) - // Standard Error: 3_419 - .saturating_add(Weight::from_parts(1_367_376, 0).saturating_mul(s.into())) - // Standard Error: 3_419 - .saturating_add(Weight::from_parts(258_181, 0).saturating_mul(x.into())) + // Standard Error: 9_544 + .saturating_add(Weight::from_parts(168_466, 0).saturating_mul(r.into())) + // Standard Error: 1_863 + .saturating_add(Weight::from_parts(1_897_819, 0).saturating_mul(s.into())) + // Standard Error: 1_863 + .saturating_add(Weight::from_parts(427_743, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -275,11 +275,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `474 + s * (36 ±0)` // Estimated: `11003` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(29_931_465, 0) + // Minimum execution time: 41_778_000 picoseconds. + Weight::from_parts(47_231_250, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 1_769 - .saturating_add(Weight::from_parts(29_876, 0).saturating_mul(s.into())) + // Standard Error: 1_338 + .saturating_add(Weight::from_parts(68_268, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -292,11 +292,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `590 + s * (3 ±0)` // Estimated: `11003` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(12_245_137, 0) + // Minimum execution time: 17_774_000 picoseconds. + Weight::from_parts(19_952_378, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 586 - .saturating_add(Weight::from_parts(10_972, 0).saturating_mul(s.into())) + // Standard Error: 523 + .saturating_add(Weight::from_parts(21_208, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -311,11 +311,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `637 + s * (35 ±0)` // Estimated: `11003` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(31_436_068, 0) + // Minimum execution time: 45_745_000 picoseconds. + Weight::from_parts(48_988_949, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 1_317 - .saturating_add(Weight::from_parts(18_911, 0).saturating_mul(s.into())) + // Standard Error: 863 + .saturating_add(Weight::from_parts(55_194, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -330,11 +330,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `770 + s * (37 ±0)` // Estimated: `6723` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(23_367_266, 0) + // Minimum execution time: 34_355_000 picoseconds. + Weight::from_parts(36_331_780, 0) .saturating_add(Weight::from_parts(0, 6723)) - // Standard Error: 714 - .saturating_add(Weight::from_parts(27_554, 0).saturating_mul(s.into())) + // Standard Error: 793 + .saturating_add(Weight::from_parts(60_150, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/centrifuge/src/weights/pallet_interest_accrual.rs b/runtime/centrifuge/src/weights/pallet_interest_accrual.rs index 0226ca19bc..35a46187a1 100644 --- a/runtime/centrifuge/src/weights/pallet_interest_accrual.rs +++ b/runtime/centrifuge/src/weights/pallet_interest_accrual.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_interest_accrual` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -37,10 +37,10 @@ impl pallet_interest_accrual::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(115_493, 0) + // Minimum execution time: 681_000 picoseconds. + Weight::from_parts(199_352, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_061 - .saturating_add(Weight::from_parts(425_599, 0).saturating_mul(n.into())) + // Standard Error: 301 + .saturating_add(Weight::from_parts(579_759, 0).saturating_mul(n.into())) } } diff --git a/runtime/centrifuge/src/weights/pallet_investments.rs b/runtime/centrifuge/src/weights/pallet_investments.rs index 4f25c275bf..91acbed721 100644 --- a/runtime/centrifuge/src/weights/pallet_investments.rs +++ b/runtime/centrifuge/src/weights/pallet_investments.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_investments` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -52,8 +52,8 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2155` // Estimated: `6198` - // Minimum execution time: 65_000_000 picoseconds. - Weight::from_parts(66_000_000, 0) + // Minimum execution time: 99_235_000 picoseconds. + Weight::from_parts(101_289_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -78,8 +78,8 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2051` // Estimated: `6198` - // Minimum execution time: 66_000_000 picoseconds. - Weight::from_parts(67_000_000, 0) + // Minimum execution time: 99_396_000 picoseconds. + Weight::from_parts(100_528_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -105,11 +105,11 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2424 + n * (44 ±0)` // Estimated: `6198 + n * (2555 ±0)` - // Minimum execution time: 75_000_000 picoseconds. - Weight::from_parts(71_322_161, 0) + // Minimum execution time: 112_690_000 picoseconds. + Weight::from_parts(109_114_825, 0) .saturating_add(Weight::from_parts(0, 6198)) - // Standard Error: 21_359 - .saturating_add(Weight::from_parts(3_680_445, 0).saturating_mul(n.into())) + // Standard Error: 29_854 + .saturating_add(Weight::from_parts(5_198_247, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -136,11 +136,11 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2461 + n * (44 ±0)` // Estimated: `6198 + n * (2555 ±0)` - // Minimum execution time: 73_000_000 picoseconds. - Weight::from_parts(69_077_282, 0) + // Minimum execution time: 110_206_000 picoseconds. + Weight::from_parts(106_220_586, 0) .saturating_add(Weight::from_parts(0, 6198)) - // Standard Error: 33_365 - .saturating_add(Weight::from_parts(3_912_493, 0).saturating_mul(n.into())) + // Standard Error: 28_664 + .saturating_add(Weight::from_parts(5_304_756, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/centrifuge/src/weights/pallet_keystore.rs b/runtime/centrifuge/src/weights/pallet_keystore.rs index 422e4e2d48..a69f5137d8 100644 --- a/runtime/centrifuge/src/weights/pallet_keystore.rs +++ b/runtime/centrifuge/src/weights/pallet_keystore.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_keystore` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -45,11 +45,11 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `250` // Estimated: `3593 + n * (2595 ±0)` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(10_342_031, 0) + // Minimum execution time: 44_353_000 picoseconds. + Weight::from_parts(18_912_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 8_327 - .saturating_add(Weight::from_parts(19_146_208, 0).saturating_mul(n.into())) + // Standard Error: 13_445 + .saturating_add(Weight::from_parts(27_301_641, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -63,11 +63,11 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `148 + n * (75 ±0)` // Estimated: `990 + n * (2595 ±0)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(5_418_935, 0) + // Minimum execution time: 22_472_000 picoseconds. + Weight::from_parts(10_976_244, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 9_272 - .saturating_add(Weight::from_parts(9_033_279, 0).saturating_mul(n.into())) + // Standard Error: 14_154 + .saturating_add(Weight::from_parts(12_828_435, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2595).saturating_mul(n.into())) @@ -78,8 +78,8 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_472_000 picoseconds. + Weight::from_parts(11_722_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/centrifuge/src/weights/pallet_liquidity_rewards.rs b/runtime/centrifuge/src/weights/pallet_liquidity_rewards.rs index 5f4d451fc7..7dc1c4270c 100644 --- a/runtime/centrifuge/src/weights/pallet_liquidity_rewards.rs +++ b/runtime/centrifuge/src/weights/pallet_liquidity_rewards.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_liquidity_rewards` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -39,19 +39,15 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf /// The range of component `x` is `[0, 20]`. /// The range of component `y` is `[0, 50]`. /// The range of component `z` is `[0, 50]`. - fn on_initialize(x: u32, y: u32, z: u32, ) -> Weight { + fn on_initialize(_x: u32, _y: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `295` // Estimated: `1493` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_448_800, 0) + // Minimum execution time: 9_057_000 picoseconds. + Weight::from_parts(9_616_468, 0) .saturating_add(Weight::from_parts(0, 1493)) - // Standard Error: 1_765 - .saturating_add(Weight::from_parts(2_506, 0).saturating_mul(x.into())) - // Standard Error: 723 - .saturating_add(Weight::from_parts(2_190, 0).saturating_mul(y.into())) - // Standard Error: 723 - .saturating_add(Weight::from_parts(6_815, 0).saturating_mul(z.into())) + // Standard Error: 246 + .saturating_add(Weight::from_parts(7_097, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) } /// Storage: LiquidityRewardsBase Currency (r:1 w:1) @@ -68,8 +64,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `539` // Estimated: `4328` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(26_000_000, 0) + // Minimum execution time: 39_844_000 picoseconds. + Weight::from_parts(40_886_000, 0) .saturating_add(Weight::from_parts(0, 4328)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -84,8 +80,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `176` // Estimated: `4328` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 27_381_000 picoseconds. + Weight::from_parts(28_092_000, 0) .saturating_add(Weight::from_parts(0, 4328)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -102,8 +98,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `449` // Estimated: `4328` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(37_000_000, 0) + // Minimum execution time: 55_854_000 picoseconds. + Weight::from_parts(56_786_000, 0) .saturating_add(Weight::from_parts(0, 4328)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -114,8 +110,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `109` // Estimated: `3563` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_567_000 picoseconds. + Weight::from_parts(9_056_000, 0) .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -126,8 +122,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `109` // Estimated: `3563` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_646_000 picoseconds. + Weight::from_parts(8_946_000, 0) .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +134,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `109` // Estimated: `3563` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 8_977_000 picoseconds. + Weight::from_parts(9_186_000, 0) .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -150,8 +146,8 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `109` // Estimated: `3563` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 9_057_000 picoseconds. + Weight::from_parts(9_468_000, 0) .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/pallet_loans.rs b/runtime/centrifuge/src/weights/pallet_loans.rs index 19ef7bb989..55726cfe35 100644 --- a/runtime/centrifuge/src/weights/pallet_loans.rs +++ b/runtime/centrifuge/src/weights/pallet_loans.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_loans` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -54,8 +54,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1229` // Estimated: `4278` - // Minimum execution time: 52_000_000 picoseconds. - Weight::from_parts(52_000_000, 0) + // Minimum execution time: 80_820_000 picoseconds. + Weight::from_parts(82_083_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -85,11 +85,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `38314 + n * (340 ±0)` // Estimated: `329491 + n * (340 ±0)` - // Minimum execution time: 152_000_000 picoseconds. - Weight::from_parts(159_127_530, 0) + // Minimum execution time: 267_369_000 picoseconds. + Weight::from_parts(284_945_801, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 27_001 - .saturating_add(Weight::from_parts(141_254, 0).saturating_mul(n.into())) + // Standard Error: 51_234 + .saturating_add(Weight::from_parts(291_957, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(Weight::from_parts(0, 340).saturating_mul(n.into())) @@ -117,11 +117,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `38467 + n * (340 ±0)` // Estimated: `329491 + n * (340 ±0)` - // Minimum execution time: 125_000_000 picoseconds. - Weight::from_parts(130_614_876, 0) + // Minimum execution time: 199_494_000 picoseconds. + Weight::from_parts(205_501_571, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 19_273 - .saturating_add(Weight::from_parts(459_983, 0).saturating_mul(n.into())) + // Standard Error: 35_709 + .saturating_add(Weight::from_parts(522_572, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(Weight::from_parts(0, 340).saturating_mul(n.into())) @@ -143,11 +143,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `41174 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 204_000_000 picoseconds. - Weight::from_parts(215_142_857, 0) + // Minimum execution time: 368_759_000 picoseconds. + Weight::from_parts(385_974_861, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 18_285 - .saturating_add(Weight::from_parts(328_571, 0).saturating_mul(n.into())) + // Standard Error: 51_466 + .saturating_add(Weight::from_parts(402_175, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -170,11 +170,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `41425 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 222_000_000 picoseconds. - Weight::from_parts(229_454_794, 0) + // Minimum execution time: 383_175_000 picoseconds. + Weight::from_parts(402_317_968, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 21_329 - .saturating_add(Weight::from_parts(256_903, 0).saturating_mul(n.into())) + // Standard Error: 56_008 + .saturating_add(Weight::from_parts(549_326, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -191,11 +191,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `971 + n * (316 ±0)` // Estimated: `329491` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(28_737_078, 0) + // Minimum execution time: 48_400_000 picoseconds. + Weight::from_parts(49_771_278, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 6_081 - .saturating_add(Weight::from_parts(243_124, 0).saturating_mul(n.into())) + // Standard Error: 12_804 + .saturating_add(Weight::from_parts(483_995, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -218,11 +218,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37511 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 63_000_000 picoseconds. - Weight::from_parts(66_703_008, 0) + // Minimum execution time: 104_284_000 picoseconds. + Weight::from_parts(108_452_813, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 23_370 - .saturating_add(Weight::from_parts(351_546, 0).saturating_mul(n.into())) + // Standard Error: 30_067 + .saturating_add(Weight::from_parts(484_047, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -249,11 +249,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37337 + n * (373 ±0)` // Estimated: `329491` - // Minimum execution time: 73_000_000 picoseconds. - Weight::from_parts(76_500_126, 0) + // Minimum execution time: 149_519_000 picoseconds. + Weight::from_parts(159_427_326, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 20_448 - .saturating_add(Weight::from_parts(485_812, 0).saturating_mul(n.into())) + // Standard Error: 37_640 + .saturating_add(Weight::from_parts(587_209, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -269,8 +269,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `512` // Estimated: `4278` - // Minimum execution time: 71_000_000 picoseconds. - Weight::from_parts(72_000_000, 0) + // Minimum execution time: 104_265_000 picoseconds. + Weight::from_parts(106_239_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -285,8 +285,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4887` // Estimated: `8649` - // Minimum execution time: 75_000_000 picoseconds. - Weight::from_parts(76_000_000, 0) + // Minimum execution time: 113_612_000 picoseconds. + Weight::from_parts(115_486_000, 0) .saturating_add(Weight::from_parts(0, 8649)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -308,11 +308,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `36964 + n * (316 ±0)` // Estimated: `329491` - // Minimum execution time: 54_000_000 picoseconds. - Weight::from_parts(50_438_254, 0) + // Minimum execution time: 87_894_000 picoseconds. + Weight::from_parts(83_616_719, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 7_327 - .saturating_add(Weight::from_parts(6_807_519, 0).saturating_mul(n.into())) + // Standard Error: 22_825 + .saturating_add(Weight::from_parts(10_124_150, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -335,11 +335,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37177 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 171_000_000 picoseconds. - Weight::from_parts(180_555_350, 0) + // Minimum execution time: 295_081_000 picoseconds. + Weight::from_parts(308_871_353, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 75_515 - .saturating_add(Weight::from_parts(304_568, 0).saturating_mul(n.into())) + // Standard Error: 73_805 + .saturating_add(Weight::from_parts(1_027_681, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -364,11 +364,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37839 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 177_000_000 picoseconds. - Weight::from_parts(186_820_848, 0) + // Minimum execution time: 299_900_000 picoseconds. + Weight::from_parts(318_064_907, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 59_567 - .saturating_add(Weight::from_parts(506_007, 0).saturating_mul(n.into())) + // Standard Error: 74_782 + .saturating_add(Weight::from_parts(667_955, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/centrifuge/src/weights/pallet_migration_manager.rs b/runtime/centrifuge/src/weights/pallet_migration_manager.rs index e293c574ed..d2724c63e0 100644 --- a/runtime/centrifuge/src/weights/pallet_migration_manager.rs +++ b/runtime/centrifuge/src/weights/pallet_migration_manager.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_migration_manager` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `28` // Estimated: `1486` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 17_543_000 picoseconds. + Weight::from_parts(18_254_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -53,11 +53,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(10_605_692, 0) + // Minimum execution time: 19_326_000 picoseconds. + Weight::from_parts(18_786_439, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 1_429 - .saturating_add(Weight::from_parts(905_803, 0).saturating_mul(n.into())) + // Standard Error: 1_629 + .saturating_add(Weight::from_parts(1_176_728, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -68,8 +68,8 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 19_236_000 picoseconds. + Weight::from_parts(20_157_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,11 +89,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `363 + n * (429 ±0)` // Estimated: `1486 + n * (3774 ±0)` - // Minimum execution time: 59_000_000 picoseconds. - Weight::from_parts(19_441_234, 0) + // Minimum execution time: 94_957_000 picoseconds. + Weight::from_parts(37_445_987, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 30_191 - .saturating_add(Weight::from_parts(43_086_606, 0).saturating_mul(n.into())) + // Standard Error: 32_502 + .saturating_add(Weight::from_parts(61_522_687, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -109,11 +109,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(12_678_898, 0) + // Minimum execution time: 32_822_000 picoseconds. + Weight::from_parts(26_998_391, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 6_759 - .saturating_add(Weight::from_parts(5_493_844, 0).saturating_mul(n.into())) + // Standard Error: 7_828 + .saturating_add(Weight::from_parts(7_965_682, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/runtime/centrifuge/src/weights/pallet_multisig.rs b/runtime/centrifuge/src/weights/pallet_multisig.rs index ddc4f37e73..fb1a3706e5 100644 --- a/runtime/centrifuge/src/weights/pallet_multisig.rs +++ b/runtime/centrifuge/src/weights/pallet_multisig.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -37,11 +37,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(10_363_877, 0) + // Minimum execution time: 16_120_000 picoseconds. + Weight::from_parts(17_224_252, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 8 - .saturating_add(Weight::from_parts(298, 0).saturating_mul(z.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(483, 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) @@ -51,13 +51,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `367 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(30_538_711, 0) + // Minimum execution time: 55_504_000 picoseconds. + Weight::from_parts(48_436_385, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 542 - .saturating_add(Weight::from_parts(49_278, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_272, 0).saturating_mul(z.into())) + // Standard Error: 1_067 + .saturating_add(Weight::from_parts(90_164, 0).saturating_mul(s.into())) + // Standard Error: 10 + .saturating_add(Weight::from_parts(1_518, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,13 +69,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `348` // Estimated: `6811` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(16_511_293, 0) + // Minimum execution time: 35_356_000 picoseconds. + Weight::from_parts(28_796_549, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 808 - .saturating_add(Weight::from_parts(48_931, 0).saturating_mul(s.into())) + // Standard Error: 763 + .saturating_add(Weight::from_parts(74_592, 0).saturating_mul(s.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_278, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_448, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -89,13 +89,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `489 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(34_149_786, 0) + // Minimum execution time: 63_629_000 picoseconds. + Weight::from_parts(53_043_352, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 543 - .saturating_add(Weight::from_parts(58_965, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_261, 0).saturating_mul(z.into())) + // Standard Error: 904 + .saturating_add(Weight::from_parts(123_629, 0).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_565, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -106,11 +106,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `367 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(29_555_510, 0) + // Minimum execution time: 45_335_000 picoseconds. + Weight::from_parts(46_528_658, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 702 - .saturating_add(Weight::from_parts(45_068, 0).saturating_mul(s.into())) + // Standard Error: 769 + .saturating_add(Weight::from_parts(89_417, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -121,11 +121,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `348` // Estimated: `6811` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(15_578_285, 0) + // Minimum execution time: 25_438_000 picoseconds. + Weight::from_parts(26_064_857, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 654 - .saturating_add(Weight::from_parts(42_739, 0).saturating_mul(s.into())) + // Standard Error: 671 + .saturating_add(Weight::from_parts(74_715, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,11 +136,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `553 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(30_014_775, 0) + // Minimum execution time: 46_176_000 picoseconds. + Weight::from_parts(47_330_455, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 664 - .saturating_add(Weight::from_parts(47_435, 0).saturating_mul(s.into())) + // Standard Error: 1_325 + .saturating_add(Weight::from_parts(84_568, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/centrifuge/src/weights/pallet_order_book.rs b/runtime/centrifuge/src/weights/pallet_order_book.rs index c9bb0d0852..a6e13aeca4 100644 --- a/runtime/centrifuge/src/weights/pallet_order_book.rs +++ b/runtime/centrifuge/src/weights/pallet_order_book.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_order_book` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -50,8 +50,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `796` // Estimated: `11533` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(48_000_000, 0) + // Minimum execution time: 73_908_000 picoseconds. + Weight::from_parts(75_671_000, 0) .saturating_add(Weight::from_parts(0, 11533)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) @@ -70,8 +70,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1238` // Estimated: `7178` - // Minimum execution time: 48_000_000 picoseconds. - Weight::from_parts(49_000_000, 0) + // Minimum execution time: 73_718_000 picoseconds. + Weight::from_parts(74_930_000, 0) .saturating_add(Weight::from_parts(0, 7178)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) @@ -90,8 +90,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1029` // Estimated: `11533` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 62_046_000 picoseconds. + Weight::from_parts(62_728_000, 0) .saturating_add(Weight::from_parts(0, 11533)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -114,8 +114,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1383` // Estimated: `11533` - // Minimum execution time: 106_000_000 picoseconds. - Weight::from_parts(107_000_000, 0) + // Minimum execution time: 158_656_000 picoseconds. + Weight::from_parts(160_340_000, 0) .saturating_add(Weight::from_parts(0, 11533)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(9)) @@ -138,8 +138,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1568` // Estimated: `11406` - // Minimum execution time: 112_000_000 picoseconds. - Weight::from_parts(114_000_000, 0) + // Minimum execution time: 168_174_000 picoseconds. + Weight::from_parts(170_338_000, 0) .saturating_add(Weight::from_parts(0, 11406)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) @@ -150,8 +150,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 13_175_000 picoseconds. + Weight::from_parts(13_796_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -161,8 +161,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 14_727_000 picoseconds. + Weight::from_parts(15_068_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -172,8 +172,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `3547` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_011_000 picoseconds. + Weight::from_parts(22_462_000, 0) .saturating_add(Weight::from_parts(0, 3547)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/pallet_permissions.rs b/runtime/centrifuge/src/weights/pallet_permissions.rs index d319597321..94daf20376 100644 --- a/runtime/centrifuge/src/weights/pallet_permissions.rs +++ b/runtime/centrifuge/src/weights/pallet_permissions.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_permissions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_718_000 picoseconds. + Weight::from_parts(21_120_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `162` // Estimated: `6396` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 27_732_000 picoseconds. + Weight::from_parts(28_483_000, 0) .saturating_add(Weight::from_parts(0, 6396)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -68,8 +68,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `162` // Estimated: `3693` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 23_935_000 picoseconds. + Weight::from_parts(24_516_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -82,8 +82,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `256` // Estimated: `6396` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 0) + // Minimum execution time: 30_066_000 picoseconds. + Weight::from_parts(30_668_000, 0) .saturating_add(Weight::from_parts(0, 6396)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -94,8 +94,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_779_000 picoseconds. + Weight::from_parts(21_701_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -106,8 +106,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_921_000 picoseconds. + Weight::from_parts(22_282_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/pallet_pool_registry.rs b/runtime/centrifuge/src/weights/pallet_pool_registry.rs index 96789facdf..5ef8d069d0 100644 --- a/runtime/centrifuge/src/weights/pallet_pool_registry.rs +++ b/runtime/centrifuge/src/weights/pallet_pool_registry.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_pool_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -57,11 +57,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `610` // Estimated: `4278 + n * (2475 ±0)` - // Minimum execution time: 117_000_000 picoseconds. - Weight::from_parts(107_767_757, 0) + // Minimum execution time: 177_622_000 picoseconds. + Weight::from_parts(163_400_139, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 25_794 - .saturating_add(Weight::from_parts(11_003_271, 0).saturating_mul(n.into())) + // Standard Error: 35_344 + .saturating_add(Weight::from_parts(17_290_294, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(8)) @@ -85,11 +85,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `787 + n * (133 ±0)` // Estimated: `4278 + n * (2531 ±0)` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(30_276_051, 0) + // Minimum execution time: 49_782_000 picoseconds. + Weight::from_parts(48_436_942, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 11_073 - .saturating_add(Weight::from_parts(1_853_154, 0).saturating_mul(n.into())) + // Standard Error: 11_540 + .saturating_add(Weight::from_parts(2_726_764, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -114,11 +114,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `847 + n * (167 ±0)` // Estimated: `6787 + n * (2531 ±0)` - // Minimum execution time: 53_000_000 picoseconds. - Weight::from_parts(48_558_703, 0) + // Minimum execution time: 85_029_000 picoseconds. + Weight::from_parts(78_654_281, 0) .saturating_add(Weight::from_parts(0, 6787)) - // Standard Error: 24_099 - .saturating_add(Weight::from_parts(6_188_609, 0).saturating_mul(n.into())) + // Standard Error: 27_893 + .saturating_add(Weight::from_parts(9_157_230, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -141,11 +141,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `837 + n * (194 ±0)` // Estimated: `6777 + n * (2531 ±0)` - // Minimum execution time: 46_000_000 picoseconds. - Weight::from_parts(41_163_025, 0) + // Minimum execution time: 73_627_000 picoseconds. + Weight::from_parts(66_730_007, 0) .saturating_add(Weight::from_parts(0, 6777)) - // Standard Error: 20_677 - .saturating_add(Weight::from_parts(6_276_577, 0).saturating_mul(n.into())) + // Standard Error: 48_612 + .saturating_add(Weight::from_parts(9_343_022, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -160,11 +160,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_874_972, 0) + // Minimum execution time: 22_262_000 picoseconds. + Weight::from_parts(23_602_280, 0) .saturating_add(Weight::from_parts(0, 3693)) - // Standard Error: 927 - .saturating_add(Weight::from_parts(2_265, 0).saturating_mul(n.into())) + // Standard Error: 734 + .saturating_add(Weight::from_parts(10_309, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/centrifuge/src/weights/pallet_pool_system.rs b/runtime/centrifuge/src/weights/pallet_pool_system.rs index 55448c3df0..f7c9d27e9b 100644 --- a/runtime/centrifuge/src/weights/pallet_pool_system.rs +++ b/runtime/centrifuge/src/weights/pallet_pool_system.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_pool_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `625` // Estimated: `4278` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 28_955_000 picoseconds. + Weight::from_parts(29_766_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -79,11 +79,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `875 + n * (133 ±0)` // Estimated: `27515 + n * (2604 ±0)` - // Minimum execution time: 81_000_000 picoseconds. - Weight::from_parts(29_165_946, 0) + // Minimum execution time: 125_645_000 picoseconds. + Weight::from_parts(52_910_494, 0) .saturating_add(Weight::from_parts(0, 27515)) - // Standard Error: 24_716 - .saturating_add(Weight::from_parts(53_860_338, 0).saturating_mul(n.into())) + // Standard Error: 44_496 + .saturating_add(Weight::from_parts(76_412_321, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -117,11 +117,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1041 + n * (133 ±0)` // Estimated: `27515 + n * (2531 ±0)` - // Minimum execution time: 53_000_000 picoseconds. - Weight::from_parts(32_505_432, 0) + // Minimum execution time: 84_508_000 picoseconds. + Weight::from_parts(53_068_726, 0) .saturating_add(Weight::from_parts(0, 27515)) - // Standard Error: 17_745 - .saturating_add(Weight::from_parts(22_428_796, 0).saturating_mul(n.into())) + // Standard Error: 36_598 + .saturating_add(Weight::from_parts(32_861_205, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -165,11 +165,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1848 + n * (167 ±0)` // Estimated: `27515 + n * (2604 ±0)` - // Minimum execution time: 157_000_000 picoseconds. - Weight::from_parts(103_570_852, 0) + // Minimum execution time: 238_416_000 picoseconds. + Weight::from_parts(165_600_434, 0) .saturating_add(Weight::from_parts(0, 27515)) - // Standard Error: 36_379 - .saturating_add(Weight::from_parts(55_775_058, 0).saturating_mul(n.into())) + // Standard Error: 72_339 + .saturating_add(Weight::from_parts(79_270_429, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(7)) @@ -185,11 +185,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `429 + n * (249 ±0)` // Estimated: `4278` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_459_579, 0) + // Minimum execution time: 31_098_000 picoseconds. + Weight::from_parts(30_866_375, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 9_735 - .saturating_add(Weight::from_parts(628_738, 0).saturating_mul(n.into())) + // Standard Error: 8_632 + .saturating_add(Weight::from_parts(1_150_475, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -228,11 +228,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1728 + n * (639 ±0)` // Estimated: `7667 + n * (2604 ±0)` - // Minimum execution time: 134_000_000 picoseconds. - Weight::from_parts(95_381_892, 0) + // Minimum execution time: 205_774_000 picoseconds. + Weight::from_parts(147_554_536, 0) .saturating_add(Weight::from_parts(0, 7667)) - // Standard Error: 32_586 - .saturating_add(Weight::from_parts(41_420_677, 0).saturating_mul(n.into())) + // Standard Error: 138_090 + .saturating_add(Weight::from_parts(61_005_522, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(8)) diff --git a/runtime/centrifuge/src/weights/pallet_preimage.rs b/runtime/centrifuge/src/weights/pallet_preimage.rs index 138c4e9882..10c51de7fa 100644 --- a/runtime/centrifuge/src/weights/pallet_preimage.rs +++ b/runtime/centrifuge/src/weights/pallet_preimage.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -41,11 +41,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 42_560_000 picoseconds. + Weight::from_parts(541_391_538, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_322, 0).saturating_mul(s.into())) + // Standard Error: 18 + .saturating_add(Weight::from_parts(1_981, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -58,11 +58,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(29_674_738, 0) + // Minimum execution time: 23_424_000 picoseconds. + Weight::from_parts(37_655_241, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_367, 0).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(2_606, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -75,11 +75,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_933_000 picoseconds. + Weight::from_parts(23_354_000, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_361, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_619, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -91,8 +91,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `324` // Estimated: `3556` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(38_000_000, 0) + // Minimum execution time: 48_280_000 picoseconds. + Weight::from_parts(49_773_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(21_000_000, 0) + // Minimum execution time: 26_890_000 picoseconds. + Weight::from_parts(27_742_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -117,8 +117,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 0) + // Minimum execution time: 23_664_000 picoseconds. + Weight::from_parts(24_205_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -129,8 +129,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 14_177_000 picoseconds. + Weight::from_parts(14_978_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -141,8 +141,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 20_389_000 picoseconds. + Weight::from_parts(21_230_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -153,8 +153,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_664_000 picoseconds. + Weight::from_parts(13_004_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 0) + // Minimum execution time: 25_127_000 picoseconds. + Weight::from_parts(26_068_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -179,8 +179,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_483_000 picoseconds. + Weight::from_parts(13_114_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -191,8 +191,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_493_000 picoseconds. + Weight::from_parts(13_085_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/centrifuge/src/weights/pallet_proxy.rs b/runtime/centrifuge/src/weights/pallet_proxy.rs index 3cf4af2cd6..5a278a71c9 100644 --- a/runtime/centrifuge/src/weights/pallet_proxy.rs +++ b/runtime/centrifuge/src/weights/pallet_proxy.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -37,13 +37,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_619_693, 0) + // Minimum execution time: 22_262_000 picoseconds. + Weight::from_parts(23_066_731, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 2_025 - .saturating_add(Weight::from_parts(27_725, 0).saturating_mul(p.into())) + // Standard Error: 1_281 + .saturating_add(Weight::from_parts(60_140, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -56,15 +56,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `554 + a * (68 ±0) + p * (37 ±0)` + // Measured: `587 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 33_000_000 picoseconds. - Weight::from_parts(33_255_042, 0) + // Minimum execution time: 53_119_000 picoseconds. + Weight::from_parts(53_469_636, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 1_791 - .saturating_add(Weight::from_parts(133_926, 0).saturating_mul(a.into())) - // Standard Error: 1_851 - .saturating_add(Weight::from_parts(20_993, 0).saturating_mul(p.into())) + // Standard Error: 2_858 + .saturating_add(Weight::from_parts(227_707, 0).saturating_mul(a.into())) + // Standard Error: 2_953 + .saturating_add(Weight::from_parts(33_011, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,13 +76,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `469 + a * (68 ±0)` + // Measured: `502 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_085_760, 0) + // Minimum execution time: 33_793_000 picoseconds. + Weight::from_parts(34_789_434, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 1_480 - .saturating_add(Weight::from_parts(125_175, 0).saturating_mul(a.into())) + // Standard Error: 1_840 + .saturating_add(Weight::from_parts(222_242, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,17 +92,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, p: u32, ) -> Weight { + fn reject_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `469 + a * (68 ±0)` + // Measured: `502 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(21_945_593, 0) + // Minimum execution time: 33_843_000 picoseconds. + Weight::from_parts(34_942_314, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 2_633 - .saturating_add(Weight::from_parts(126_156, 0).saturating_mul(a.into())) - // Standard Error: 2_720 - .saturating_add(Weight::from_parts(8_794, 0).saturating_mul(p.into())) + // Standard Error: 1_817 + .saturating_add(Weight::from_parts(222_657, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -116,15 +114,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `486 + a * (68 ±0) + p * (37 ±0)` + // Measured: `519 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(30_323_494, 0) + // Minimum execution time: 46_937_000 picoseconds. + Weight::from_parts(46_842_918, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 2_994 - .saturating_add(Weight::from_parts(125_535, 0).saturating_mul(a.into())) - // Standard Error: 3_093 - .saturating_add(Weight::from_parts(27_770, 0).saturating_mul(p.into())) + // Standard Error: 1_747 + .saturating_add(Weight::from_parts(222_519, 0).saturating_mul(a.into())) + // Standard Error: 1_805 + .saturating_add(Weight::from_parts(39_329, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -133,13 +131,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(23_013_819, 0) + // Minimum execution time: 35_275_000 picoseconds. + Weight::from_parts(36_446_417, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 1_888 - .saturating_add(Weight::from_parts(36_609, 0).saturating_mul(p.into())) + // Standard Error: 1_291 + .saturating_add(Weight::from_parts(41_313, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -148,13 +146,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(23_459_229, 0) + // Minimum execution time: 35_386_000 picoseconds. + Weight::from_parts(36_772_304, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 1_871 - .saturating_add(Weight::from_parts(23_632, 0).saturating_mul(p.into())) + // Standard Error: 2_193 + .saturating_add(Weight::from_parts(41_845, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -163,13 +161,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(20_420_246, 0) + // Minimum execution time: 31_078_000 picoseconds. + Weight::from_parts(32_215_520, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 1_568 - .saturating_add(Weight::from_parts(28_721, 0).saturating_mul(p.into())) + // Standard Error: 1_505 + .saturating_add(Weight::from_parts(47_350, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,13 +176,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239` + // Measured: `272` // Estimated: `4706` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(24_694_595, 0) + // Minimum execution time: 38_371_000 picoseconds. + Weight::from_parts(39_360_197, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 2_094 - .saturating_add(Weight::from_parts(5_374, 0).saturating_mul(p.into())) + // Standard Error: 1_402 + .saturating_add(Weight::from_parts(18_846, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -193,13 +191,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `264 + p * (37 ±0)` + // Measured: `297 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(21_179_178, 0) + // Minimum execution time: 32_591_000 picoseconds. + Weight::from_parts(33_711_047, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 1_702 - .saturating_add(Weight::from_parts(35_593, 0).saturating_mul(p.into())) + // Standard Error: 1_561 + .saturating_add(Weight::from_parts(47_559, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/centrifuge/src/weights/pallet_restricted_tokens.rs b/runtime/centrifuge/src/weights/pallet_restricted_tokens.rs index da80f9e806..d625252e06 100644 --- a/runtime/centrifuge/src/weights/pallet_restricted_tokens.rs +++ b/runtime/centrifuge/src/weights/pallet_restricted_tokens.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_restricted_tokens` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -32,18 +32,22 @@ use core::marker::PhantomData; /// Weight functions for `pallet_restricted_tokens`. pub struct WeightInfo(PhantomData); impl pallet_restricted_tokens::WeightInfo for WeightInfo { + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 57_000_000 picoseconds. - Weight::from_parts(58_000_000, 0) + // Minimum execution time: 92_904_000 picoseconds. + Weight::from_parts(94_436_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) @@ -52,26 +56,30 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_other() -> Weight { // Proof Size summary in bytes: - // Measured: `644` + // Measured: `857` // Estimated: `6198` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) + // Minimum execution time: 71_764_000 picoseconds. + Weight::from_parts(72_686_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 49_000_000 picoseconds. - Weight::from_parts(49_000_000, 0) + // Minimum execution time: 79_418_000 picoseconds. + Weight::from_parts(81_443_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) @@ -80,40 +88,44 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive_other() -> Weight { // Proof Size summary in bytes: - // Measured: `541` + // Measured: `754` // Estimated: `6198` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 68_048_000 picoseconds. + Weight::from_parts(68_749_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 60_000_000 picoseconds. - Weight::from_parts(60_000_000, 0) + // Minimum execution time: 96_500_000 picoseconds. + Weight::from_parts(98_033_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all_other() -> Weight { // Proof Size summary in bytes: - // Measured: `644` + // Measured: `857` // Estimated: `6198` - // Minimum execution time: 45_000_000 picoseconds. - Weight::from_parts(46_000_000, 0) + // Minimum execution time: 75_441_000 picoseconds. + Weight::from_parts(76_553_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: System Account (r:1 w:1) @@ -122,8 +134,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `226` // Estimated: `3593` - // Minimum execution time: 57_000_000 picoseconds. - Weight::from_parts(58_000_000, 0) + // Minimum execution time: 87_152_000 picoseconds. + Weight::from_parts(88_085_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +150,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `644` // Estimated: `6198` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) + // Minimum execution time: 65_793_000 picoseconds. + Weight::from_parts(66_905_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -152,8 +164,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `265` // Estimated: `3674` - // Minimum execution time: 117_000_000 picoseconds. - Weight::from_parts(117_000_000, 0) + // Minimum execution time: 174_356_000 picoseconds. + Weight::from_parts(176_529_000, 0) .saturating_add(Weight::from_parts(0, 3674)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -168,8 +180,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `467` // Estimated: `3932` - // Minimum execution time: 67_000_000 picoseconds. - Weight::from_parts(68_000_000, 0) + // Minimum execution time: 104_074_000 picoseconds. + Weight::from_parts(104_806_000, 0) .saturating_add(Weight::from_parts(0, 3932)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/centrifuge/src/weights/pallet_scheduler.rs b/runtime/centrifuge/src/weights/pallet_scheduler.rs index 85d6cb91bc..f891a043bd 100644 --- a/runtime/centrifuge/src/weights/pallet_scheduler.rs +++ b/runtime/centrifuge/src/weights/pallet_scheduler.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(4_000_000, 0) + // Minimum execution time: 5_831_000 picoseconds. + Weight::from_parts(6_191_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -51,11 +51,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(6_040_654, 0) + // Minimum execution time: 5_670_000 picoseconds. + Weight::from_parts(8_352_714, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 1_526 - .saturating_add(Weight::from_parts(744_508, 0).saturating_mul(s.into())) + // Standard Error: 3_571 + .saturating_add(Weight::from_parts(1_203_306, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -63,8 +63,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 8_415_000 picoseconds. + Weight::from_parts(8_646_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) @@ -76,11 +76,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `213 + s * (1 ±0)` // Estimated: `3678 + s * (1 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 28_804_000 picoseconds. + Weight::from_parts(29_495_000, 0) .saturating_add(Weight::from_parts(0, 3678)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(799, 0).saturating_mul(s.into())) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_278, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -91,8 +91,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 10_439_000 picoseconds. + Weight::from_parts(11_000_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -100,24 +100,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 8_426_000 picoseconds. + Weight::from_parts(8_616_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_248_000 picoseconds. + Weight::from_parts(4_398_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_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_187_000 picoseconds. + Weight::from_parts(4_348_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) @@ -127,11 +127,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_881_882, 0) + // Minimum execution time: 19_607_000 picoseconds. + Weight::from_parts(22_478_508, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 1_372 - .saturating_add(Weight::from_parts(721_882, 0).saturating_mul(s.into())) + // Standard Error: 3_742 + .saturating_add(Weight::from_parts(1_211_643, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -144,11 +144,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(13_948_244, 0) + // Minimum execution time: 25_858_000 picoseconds. + Weight::from_parts(22_919_236, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 1_824 - .saturating_add(Weight::from_parts(1_344_931, 0).saturating_mul(s.into())) + // Standard Error: 5_099 + .saturating_add(Weight::from_parts(2_189_513, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -161,11 +161,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `255 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(17_365_647, 0) + // Minimum execution time: 24_646_000 picoseconds. + Weight::from_parts(28_333_820, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 2_107 - .saturating_add(Weight::from_parts(745_238, 0).saturating_mul(s.into())) + // Standard Error: 4_162 + .saturating_add(Weight::from_parts(1_236_503, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -178,11 +178,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(16_040_979, 0) + // Minimum execution time: 27_622_000 picoseconds. + Weight::from_parts(25_578_176, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 1_414 - .saturating_add(Weight::from_parts(1_355_255, 0).saturating_mul(s.into())) + // Standard Error: 4_670 + .saturating_add(Weight::from_parts(2_225_986, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/centrifuge/src/weights/pallet_session.rs b/runtime/centrifuge/src/weights/pallet_session.rs index 0e3bbd3cf2..0404df4ca4 100644 --- a/runtime/centrifuge/src/weights/pallet_session.rs +++ b/runtime/centrifuge/src/weights/pallet_session.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `369` // Estimated: `3834` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 26_961_000 picoseconds. + Weight::from_parts(28_072_000, 0) .saturating_add(Weight::from_parts(0, 3834)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3851` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 18_354_000 picoseconds. + Weight::from_parts(18_795_000, 0) .saturating_add(Weight::from_parts(0, 3851)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/centrifuge/src/weights/pallet_timestamp.rs b/runtime/centrifuge/src/weights/pallet_timestamp.rs index b93b373ae7..4135347cdf 100644 --- a/runtime/centrifuge/src/weights/pallet_timestamp.rs +++ b/runtime/centrifuge/src/weights/pallet_timestamp.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `256` // Estimated: `1493` - // Minimum execution time: 9_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 14_166_000 picoseconds. + Weight::from_parts(14_507_000, 0) .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 6_412_000 picoseconds. + Weight::from_parts(6_643_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/centrifuge/src/weights/pallet_transfer_allowlist.rs b/runtime/centrifuge/src/weights/pallet_transfer_allowlist.rs index b9eb3b75ba..610fb1b560 100644 --- a/runtime/centrifuge/src/weights/pallet_transfer_allowlist.rs +++ b/runtime/centrifuge/src/weights/pallet_transfer_allowlist.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_transfer_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=development-local +// --chain=centrifuge-dev // --steps=50 // --repeat=20 // --pallet=pallet_transfer_allowlist @@ -19,7 +19,7 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/development/src/weights/pallet_transfer_allowlist.rs +// --output=/tmp/runtime/centrifuge/src/weights/pallet_transfer_allowlist.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -40,15 +40,17 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn add_transfer_allowance_no_existing_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `537` - // Estimated: `3596` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Estimated: `3674` + // Minimum execution time: 88_084_000 picoseconds. + Weight::from_parts(89_187_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) @@ -58,24 +60,26 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn add_transfer_allowance_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `626` - // Estimated: `3596` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `630` + // Estimated: `3674` + // Minimum execution time: 90_499_000 picoseconds. + Weight::from_parts(91_682_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_no_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `180` + // Measured: `213` // Estimated: `3556` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 20_037_000 picoseconds. + Weight::from_parts(20_819_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -84,10 +88,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `299` + // Measured: `336` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_913_000 picoseconds. + Weight::from_parts(23_655_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -96,10 +100,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn toggle_allowance_delay_once_future_modifiable() -> Weight { // Proof Size summary in bytes: - // Measured: `269` + // Measured: `306` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_973_000 picoseconds. + Weight::from_parts(23_624_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -108,10 +112,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn update_allowance_delay() -> Weight { // Proof Size summary in bytes: - // Measured: `273` + // Measured: `310` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 23_153_000 picoseconds. + Weight::from_parts(23_554_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -120,10 +124,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_no_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `273` + // Measured: `310` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_642_000 picoseconds. + Weight::from_parts(23_514_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -132,10 +136,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `307` + // Measured: `344` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 24_074_000 picoseconds. + Weight::from_parts(24_555_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -146,10 +150,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_delay_present() -> Weight { // Proof Size summary in bytes: - // Measured: `397` + // Measured: `438` // Estimated: `3596` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_000_000, 0) + // Minimum execution time: 34_765_000 picoseconds. + Weight::from_parts(35_746_000, 0) .saturating_add(Weight::from_parts(0, 3596)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -160,10 +164,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_no_delay() -> Weight { // Proof Size summary in bytes: - // Measured: `393` + // Measured: `434` // Estimated: `3596` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(21_000_000, 0) + // Minimum execution time: 34_605_000 picoseconds. + Weight::from_parts(35_526_000, 0) .saturating_add(Weight::from_parts(0, 3596)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -174,17 +178,19 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_no_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `750` - // Estimated: `3596` - // Minimum execution time: 41_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `811` + // Estimated: `3674` + // Minimum execution time: 81_633_000 picoseconds. + Weight::from_parts(84_177_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) @@ -192,23 +198,18 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `789` - // Estimated: `3596` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) - } - - fn remove_transfer_allowance_missing_allowance() -> Weight { - Weight::from_parts(21_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `850` + // Estimated: `3674` + // Minimum execution time: 82_524_000 picoseconds. + Weight::from_parts(83_476_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } } diff --git a/runtime/centrifuge/src/weights/pallet_treasury.rs b/runtime/centrifuge/src/weights/pallet_treasury.rs index 8d39a4d03d..123bebf945 100644 --- a/runtime/centrifuge/src/weights/pallet_treasury.rs +++ b/runtime/centrifuge/src/weights/pallet_treasury.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -36,8 +36,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) + // Minimum execution time: 391_000 picoseconds. + Weight::from_parts(451_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Treasury ProposalCount (r:1 w:1) @@ -48,8 +48,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `1489` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(26_000_000, 0) + // Minimum execution time: 40_215_000 picoseconds. + Weight::from_parts(43_642_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -62,8 +62,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `405` // Estimated: `6196` - // Minimum execution time: 41_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) + // Minimum execution time: 62_166_000 picoseconds. + Weight::from_parts(63_930_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -77,11 +77,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `470 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(10_776_920, 0) + // Minimum execution time: 14_658_000 picoseconds. + Weight::from_parts(17_667_865, 0) .saturating_add(Weight::from_parts(0, 3573)) - // Standard Error: 1_059 - .saturating_add(Weight::from_parts(22_176, 0).saturating_mul(p.into())) + // Standard Error: 1_129 + .saturating_add(Weight::from_parts(48_985, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -91,8 +91,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `127` // Estimated: `1887` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 10_851_000 picoseconds. + Weight::from_parts(11_913_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -110,11 +110,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `230 + p * (120 ±0)` // Estimated: `3593 + p * (2583 ±0)` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(22_718_305, 0) + // Minimum execution time: 38_933_000 picoseconds. + Weight::from_parts(37_637_910, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 8_260 - .saturating_add(Weight::from_parts(2_765_300, 0).saturating_mul(p.into())) + // Standard Error: 5_873 + .saturating_add(Weight::from_parts(3_799_201, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/centrifuge/src/weights/pallet_uniques.rs b/runtime/centrifuge/src/weights/pallet_uniques.rs index cb56b4d13e..d794c97bce 100644 --- a/runtime/centrifuge/src/weights/pallet_uniques.rs +++ b/runtime/centrifuge/src/weights/pallet_uniques.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_uniques` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `249` // Estimated: `3647` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 43_040_000 picoseconds. + Weight::from_parts(43_471_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3647` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 21_300_000 picoseconds. + Weight::from_parts(21_931_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -83,15 +83,15 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `511 + a * (346 ±0) + m * (69 ±0) + n * (88 ±0)` // Estimated: `3647 + a * (3080 ±0) + m * (2806 ±0) + n * (2613 ±0)` - // Minimum execution time: 2_538_000_000 picoseconds. - Weight::from_parts(2_553_000_000, 0) + // Minimum execution time: 2_968_435_000 picoseconds. + Weight::from_parts(2_973_916_000, 0) .saturating_add(Weight::from_parts(0, 3647)) - // Standard Error: 27_330 - .saturating_add(Weight::from_parts(6_831_733, 0).saturating_mul(n.into())) - // Standard Error: 27_330 - .saturating_add(Weight::from_parts(190_402, 0).saturating_mul(m.into())) - // Standard Error: 27_330 - .saturating_add(Weight::from_parts(357_536, 0).saturating_mul(a.into())) + // Standard Error: 28_140 + .saturating_add(Weight::from_parts(9_547_406, 0).saturating_mul(n.into())) + // Standard Error: 28_140 + .saturating_add(Weight::from_parts(245_627, 0).saturating_mul(m.into())) + // Standard Error: 28_140 + .saturating_add(Weight::from_parts(542_266, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -116,8 +116,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(33_000_000, 0) + // Minimum execution time: 51_396_000 picoseconds. + Weight::from_parts(52_218_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -134,8 +134,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 34_000_000 picoseconds. - Weight::from_parts(35_000_000, 0) + // Minimum execution time: 53_089_000 picoseconds. + Weight::from_parts(54_151_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -152,8 +152,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 38_472_000 picoseconds. + Weight::from_parts(39_354_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -167,11 +167,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `821 + i * (88 ±0)` // Estimated: `3647 + i * (2613 ±0)` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 20_438_000 picoseconds. + Weight::from_parts(20_729_000, 0) .saturating_add(Weight::from_parts(0, 3647)) - // Standard Error: 19_757 - .saturating_add(Weight::from_parts(17_180_215, 0).saturating_mul(i.into())) + // Standard Error: 12_847 + .saturating_add(Weight::from_parts(23_943_532, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -186,8 +186,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_778_000 picoseconds. + Weight::from_parts(26_229_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -200,8 +200,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_697_000 picoseconds. + Weight::from_parts(26_039_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -212,8 +212,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 18_474_000 picoseconds. + Weight::from_parts(19_086_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -224,8 +224,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 18_585_000 picoseconds. + Weight::from_parts(19_016_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -240,8 +240,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `431` // Estimated: `3647` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 29_535_000 picoseconds. + Weight::from_parts(30_287_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -252,8 +252,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 18_765_000 picoseconds. + Weight::from_parts(19_246_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -266,8 +266,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 22_993_000 picoseconds. + Weight::from_parts(23_694_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -282,8 +282,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `775` // Estimated: `4070` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(38_000_000, 0) + // Minimum execution time: 57_838_000 picoseconds. + Weight::from_parts(59_091_000, 0) .saturating_add(Weight::from_parts(0, 4070)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -298,8 +298,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1407` // Estimated: `4070` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(37_000_000, 0) + // Minimum execution time: 55_494_000 picoseconds. + Weight::from_parts(57_127_000, 0) .saturating_add(Weight::from_parts(0, 4070)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -312,8 +312,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `419` // Estimated: `3796` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 41_958_000 picoseconds. + Weight::from_parts(43_030_000, 0) .saturating_add(Weight::from_parts(0, 3796)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -326,8 +326,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `775` // Estimated: `3796` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_000_000, 0) + // Minimum execution time: 43_041_000 picoseconds. + Weight::from_parts(44_483_000, 0) .saturating_add(Weight::from_parts(0, 3796)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -340,8 +340,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3764` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 43_361_000 picoseconds. + Weight::from_parts(44_152_000, 0) .saturating_add(Weight::from_parts(0, 3764)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -354,8 +354,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `676` // Estimated: `3764` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 42_199_000 picoseconds. + Weight::from_parts(42_580_000, 0) .saturating_add(Weight::from_parts(0, 3764)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -368,8 +368,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `516` // Estimated: `3647` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 26_069_000 picoseconds. + Weight::from_parts(26_810_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -382,8 +382,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `549` // Estimated: `3647` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 26_359_000 picoseconds. + Weight::from_parts(26_710_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -394,8 +394,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3521` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_609_000 picoseconds. + Weight::from_parts(21_360_000, 0) .saturating_add(Weight::from_parts(0, 3521)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -408,8 +408,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3647` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_281_000 picoseconds. + Weight::from_parts(22_853_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -422,8 +422,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3603` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 21_931_000 picoseconds. + Weight::from_parts(22_502_000, 0) .saturating_add(Weight::from_parts(0, 3603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -440,8 +440,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `645` // Estimated: `3647` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 53_550_000 picoseconds. + Weight::from_parts(54_451_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/centrifuge/src/weights/pallet_utility.rs b/runtime/centrifuge/src/weights/pallet_utility.rs index a96cf6fff6..41476f41a9 100644 --- a/runtime/centrifuge/src/weights/pallet_utility.rs +++ b/runtime/centrifuge/src/weights/pallet_utility.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -37,18 +37,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 9_838_000 picoseconds. + Weight::from_parts(1_467_621, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 3_316 - .saturating_add(Weight::from_parts(5_692_256, 0).saturating_mul(c.into())) + // Standard Error: 3_078 + .saturating_add(Weight::from_parts(8_204_083, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 7_654_000 picoseconds. + Weight::from_parts(7_935_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -56,18 +56,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 9_948_000 picoseconds. + Weight::from_parts(13_596_755, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 14_666 - .saturating_add(Weight::from_parts(6_139_500, 0).saturating_mul(c.into())) + // Standard Error: 2_508 + .saturating_add(Weight::from_parts(8_665_337, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 13_596_000 picoseconds. + Weight::from_parts(14_066_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -75,10 +75,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(12_365_031, 0) + // Minimum execution time: 10_018_000 picoseconds. + Weight::from_parts(12_254_306, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 7_651 - .saturating_add(Weight::from_parts(5_709_867, 0).saturating_mul(c.into())) + // Standard Error: 2_286 + .saturating_add(Weight::from_parts(8_189_852, 0).saturating_mul(c.into())) } } diff --git a/runtime/centrifuge/src/weights/pallet_vesting.rs b/runtime/centrifuge/src/weights/pallet_vesting.rs index 2edfba0ce5..8c54c3f994 100644 --- a/runtime/centrifuge/src/weights/pallet_vesting.rs +++ b/runtime/centrifuge/src/weights/pallet_vesting.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -44,13 +44,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `269 + l * (25 ±0) + s * (37 ±0)` // Estimated: `4764` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(28_103_440, 0) + // Minimum execution time: 42_930_000 picoseconds. + Weight::from_parts(43_215_519, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 1_223 - .saturating_add(Weight::from_parts(21_005, 0).saturating_mul(l.into())) - // Standard Error: 23_446 - .saturating_add(Weight::from_parts(183_447, 0).saturating_mul(s.into())) + // Standard Error: 929 + .saturating_add(Weight::from_parts(48_377, 0).saturating_mul(l.into())) + // Standard Error: 17_802 + .saturating_add(Weight::from_parts(307_970, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -66,13 +66,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `269 + l * (25 ±0) + s * (37 ±0)` // Estimated: `4764` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(32_105_238, 0) + // Minimum execution time: 48_661_000 picoseconds. + Weight::from_parts(48_531_181, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 967 - .saturating_add(Weight::from_parts(15_450, 0).saturating_mul(l.into())) - // Standard Error: 18_539 - .saturating_add(Weight::from_parts(103_958, 0).saturating_mul(s.into())) + // Standard Error: 2_642 + .saturating_add(Weight::from_parts(55_281, 0).saturating_mul(l.into())) + // Standard Error: 50_631 + .saturating_add(Weight::from_parts(502_549, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,13 +90,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `372 + l * (25 ±0) + s * (37 ±0)` // Estimated: `4764` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(30_323_828, 0) + // Minimum execution time: 45_806_000 picoseconds. + Weight::from_parts(46_631_559, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 840 - .saturating_add(Weight::from_parts(29_875, 0).saturating_mul(l.into())) - // Standard Error: 16_108 - .saturating_add(Weight::from_parts(160_285, 0).saturating_mul(s.into())) + // Standard Error: 1_028 + .saturating_add(Weight::from_parts(54_470, 0).saturating_mul(l.into())) + // Standard Error: 19_714 + .saturating_add(Weight::from_parts(321_699, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -114,13 +114,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `372 + l * (25 ±0) + s * (37 ±0)` // Estimated: `4764` - // Minimum execution time: 33_000_000 picoseconds. - Weight::from_parts(34_481_389, 0) + // Minimum execution time: 51_827_000 picoseconds. + Weight::from_parts(52_814_949, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 1_434 - .saturating_add(Weight::from_parts(19_975, 0).saturating_mul(l.into())) - // Standard Error: 27_492 - .saturating_add(Weight::from_parts(71_914, 0).saturating_mul(s.into())) + // Standard Error: 1_482 + .saturating_add(Weight::from_parts(44_223, 0).saturating_mul(l.into())) + // Standard Error: 28_403 + .saturating_add(Weight::from_parts(212_048, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -138,13 +138,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `283 + l * (25 ±0) + s * (134 ±0)` // Estimated: `4764` - // Minimum execution time: 68_000_000 picoseconds. - Weight::from_parts(67_079_546, 0) + // Minimum execution time: 100_708_000 picoseconds. + Weight::from_parts(100_654_145, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 1_289 - .saturating_add(Weight::from_parts(41_830, 0).saturating_mul(l.into())) - // Standard Error: 24_702 - .saturating_add(Weight::from_parts(955_706, 0).saturating_mul(s.into())) + // Standard Error: 1_528 + .saturating_add(Weight::from_parts(54_707, 0).saturating_mul(l.into())) + // Standard Error: 29_292 + .saturating_add(Weight::from_parts(887_369, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -162,13 +162,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `423 + l * (25 ±0) + s * (134 ±0)` // Estimated: `6196` - // Minimum execution time: 70_000_000 picoseconds. - Weight::from_parts(69_477_507, 0) + // Minimum execution time: 103_754_000 picoseconds. + Weight::from_parts(104_305_372, 0) .saturating_add(Weight::from_parts(0, 6196)) - // Standard Error: 1_421 - .saturating_add(Weight::from_parts(42_817, 0).saturating_mul(l.into())) - // Standard Error: 27_228 - .saturating_add(Weight::from_parts(1_175_360, 0).saturating_mul(s.into())) + // Standard Error: 1_595 + .saturating_add(Weight::from_parts(61_232, 0).saturating_mul(l.into())) + // Standard Error: 30_561 + .saturating_add(Weight::from_parts(659_349, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,13 +186,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `374 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(30_742_964, 0) + // Minimum execution time: 46_967_000 picoseconds. + Weight::from_parts(48_223_173, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 1_154 - .saturating_add(Weight::from_parts(30_398, 0).saturating_mul(l.into())) - // Standard Error: 36_813 - .saturating_add(Weight::from_parts(303_145, 0).saturating_mul(s.into())) + // Standard Error: 1_284 + .saturating_add(Weight::from_parts(56_218, 0).saturating_mul(l.into())) + // Standard Error: 40_966 + .saturating_add(Weight::from_parts(210_325, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -210,13 +210,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `374 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 34_000_000 picoseconds. - Weight::from_parts(34_587_429, 0) + // Minimum execution time: 53_530_000 picoseconds. + Weight::from_parts(53_459_047, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 1_531 - .saturating_add(Weight::from_parts(32_283, 0).saturating_mul(l.into())) - // Standard Error: 48_859 - .saturating_add(Weight::from_parts(251_060, 0).saturating_mul(s.into())) + // Standard Error: 1_944 + .saturating_add(Weight::from_parts(54_465, 0).saturating_mul(l.into())) + // Standard Error: 62_029 + .saturating_add(Weight::from_parts(548_321, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/centrifuge/src/weights/pallet_xcm.rs b/runtime/centrifuge/src/weights/pallet_xcm.rs index 6608e2cda2..9e6101f436 100644 --- a/runtime/centrifuge/src/weights/pallet_xcm.rs +++ b/runtime/centrifuge/src/weights/pallet_xcm.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -46,8 +46,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `311` // Estimated: `3776` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 41_427_000 picoseconds. + Weight::from_parts(42_239_000, 0) .saturating_add(Weight::from_parts(0, 3776)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) @@ -60,8 +60,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `203` // Estimated: `3668` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 40_856_000 picoseconds. + Weight::from_parts(41_648_000, 0) .saturating_add(Weight::from_parts(0, 3668)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -73,8 +73,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `203` // Estimated: `3668` - // Minimum execution time: 23_000_000 picoseconds. - Weight::from_parts(24_000_000, 0) + // Minimum execution time: 40_105_000 picoseconds. + Weight::from_parts(41_227_000, 0) .saturating_add(Weight::from_parts(0, 3668)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -94,8 +94,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 14_316_000 picoseconds. + Weight::from_parts(14_727_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -105,8 +105,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_369_000 picoseconds. + Weight::from_parts(4_569_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -130,8 +130,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `311` // Estimated: `3776` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(31_000_000, 0) + // Minimum execution time: 48_550_000 picoseconds. + Weight::from_parts(49_483_000, 0) .saturating_add(Weight::from_parts(0, 3776)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) @@ -154,8 +154,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `493` // Estimated: `3958` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(32_000_000, 0) + // Minimum execution time: 48_691_000 picoseconds. + Weight::from_parts(49_863_000, 0) .saturating_add(Weight::from_parts(0, 3958)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) @@ -166,8 +166,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_318_000 picoseconds. + Weight::from_parts(4_649_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,8 +177,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `196` // Estimated: `11086` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 24_876_000 picoseconds. + Weight::from_parts(25_388_000, 0) .saturating_add(Weight::from_parts(0, 11086)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -189,8 +189,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `200` // Estimated: `11090` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 24_857_000 picoseconds. + Weight::from_parts(25_437_000, 0) .saturating_add(Weight::from_parts(0, 11090)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -201,8 +201,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `13572` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 0) + // Minimum execution time: 26_720_000 picoseconds. + Weight::from_parts(27_291_000, 0) .saturating_add(Weight::from_parts(0, 13572)) .saturating_add(T::DbWeight::get().reads(5)) } @@ -222,8 +222,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `378` // Estimated: `6318` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_000_000, 0) + // Minimum execution time: 45_355_000 picoseconds. + Weight::from_parts(46_106_000, 0) .saturating_add(Weight::from_parts(0, 6318)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) @@ -234,8 +234,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `239` // Estimated: `8654` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(10_000_000, 0) + // Minimum execution time: 14_136_000 picoseconds. + Weight::from_parts(14_477_000, 0) .saturating_add(Weight::from_parts(0, 8654)) .saturating_add(T::DbWeight::get().reads(3)) } @@ -245,8 +245,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `11097` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 24_966_000 picoseconds. + Weight::from_parts(25_748_000, 0) .saturating_add(Weight::from_parts(0, 11097)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -267,8 +267,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `382` // Estimated: `11272` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 54_091_000 picoseconds. + Weight::from_parts(55_423_000, 0) .saturating_add(Weight::from_parts(0, 11272)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 60e899c3ee..e6c4410883 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -130,7 +130,33 @@ std = [ # Substrate related "frame-support/std", "frame-system/std", + "log/std", + "orml-asset-registry/std", + "orml-oracle/std", "orml-traits/std", + "orml-tokens/std", + "pallet-anchors/std", + "pallet-authorship/std", + "pallet-balances/std", + "pallet-base-fee/std", + "pallet-data-collector/std", + "pallet-ethereum/std", + "pallet-evm-chain-id/std", + "pallet-evm-precompile-blake2/std", + "pallet-evm-precompile-bn128/std", + "pallet-evm-precompile-dispatch/std", + "pallet-evm-precompile-modexp/std", + "pallet-evm-precompile-sha3fips/std", + "pallet-evm-precompile-simple/std", + "pallet-evm/std", + "pallet-investments/std", + "pallet-liquidity-pools-gateway/std", + "pallet-liquidity-pools/std", + "pallet-loans/std", + "pallet-pool-system/std", + "pallet-restricted-tokens/std", + "pallet-treasury/std", + "parachain-info/std", "polkadot-parachain/std", "scale-info/std", "serde/std", diff --git a/runtime/common/src/migrations/mod.rs b/runtime/common/src/migrations/mod.rs index f0f372bcef..0f1bf252d4 100644 --- a/runtime/common/src/migrations/mod.rs +++ b/runtime/common/src/migrations/mod.rs @@ -14,4 +14,5 @@ pub mod asset_registry_xcmv3; pub mod nuke; +pub mod orml_tokens; pub mod precompile_account_codes; diff --git a/runtime/common/src/migrations/orml_tokens.rs b/runtime/common/src/migrations/orml_tokens.rs new file mode 100644 index 0000000000..6ef6485250 --- /dev/null +++ b/runtime/common/src/migrations/orml_tokens.rs @@ -0,0 +1,5 @@ +use frame_support::traits::OnRuntimeUpgrade; + +pub struct Migration(sp_std::marker::PhantomData); + +impl OnRuntimeUpgrade for Migration where T: orml_tokens::Config + frame_system::Config {} diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index 9b4e40a774..3cd1e2d9a9 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "development-runtime" -version = "0.10.32" +version = "0.10.35" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 1f132d1651..976a7287f5 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("centrifuge-devel"), impl_name: create_runtime_str!("centrifuge-devel"), authoring_version: 1, - spec_version: 1033, + spec_version: 1035, impl_version: 1, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -2011,7 +2011,7 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, - crate::migrations::UpgradeDevelopment1033, + crate::migrations::UpgradeDevelopment1035, >; impl fp_self_contained::SelfContainedCall for RuntimeCall { @@ -2632,6 +2632,7 @@ impl_runtime_apis! { add_benchmark!(params, batches, pallet_liquidity_pools, LiquidityPools); add_benchmark!(params, batches, pallet_nft_sales, NftSales); add_benchmark!(params, batches, pallet_investments, Investments); + add_benchmark!(params, batches, pallet_xcm, PolkadotXcm); if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) } Ok(batches) @@ -2688,6 +2689,7 @@ impl_runtime_apis! { list_benchmark!(list, extra, pallet_liquidity_pools, LiquidityPools); list_benchmark!(list, extra, pallet_nft_sales, NftSales); list_benchmark!(list, extra, pallet_investments, Investments); + list_benchmark!(list, extra, pallet_xcm, PolkadotXcm); let storage_info = AllPalletsWithSystem::storage_info(); diff --git a/runtime/development/src/migrations.rs b/runtime/development/src/migrations.rs index d9623c0606..8f1140515f 100644 --- a/runtime/development/src/migrations.rs +++ b/runtime/development/src/migrations.rs @@ -10,4 +10,4 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -pub type UpgradeDevelopment1033 = (); +pub type UpgradeDevelopment1035 = (); diff --git a/runtime/development/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/development/src/weights/cumulus_pallet_xcmp_queue.rs index 875368300d..0e3303ee1d 100644 --- a/runtime/development/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/development/src/weights/cumulus_pallet_xcmp_queue.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `142` // Estimated: `1627` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 7_605_000 picoseconds. + Weight::from_parts(7_835_000, 0) .saturating_add(Weight::from_parts(0, 1627)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `142` // Estimated: `1627` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 7_534_000 picoseconds. + Weight::from_parts(7_955_000, 0) .saturating_add(Weight::from_parts(0, 1627)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/development/src/weights/pallet_anchors.rs b/runtime/development/src/weights/pallet_anchors.rs index a768e8720b..4fd0152019 100644 --- a/runtime/development/src/weights/pallet_anchors.rs +++ b/runtime/development/src/weights/pallet_anchors.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_anchors` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -42,8 +42,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `334` // Estimated: `3581` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 40_106_000 picoseconds. + Weight::from_parts(41_318_000, 0) .saturating_add(Weight::from_parts(0, 3581)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -70,8 +70,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `701` // Estimated: `3581` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(48_000_000, 0) + // Minimum execution time: 69_881_000 picoseconds. + Weight::from_parts(70_983_000, 0) .saturating_add(Weight::from_parts(0, 3581)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) @@ -82,8 +82,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `12450` // Estimated: `260090` - // Minimum execution time: 1_543_000_000 picoseconds. - Weight::from_parts(1_551_000_000, 0) + // Minimum execution time: 2_134_490_000 picoseconds. + Weight::from_parts(2_162_452_000, 0) .saturating_add(Weight::from_parts(0, 260090)) .saturating_add(T::DbWeight::get().reads(100)) .saturating_add(T::DbWeight::get().writes(100)) @@ -506,8 +506,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `18357` // Estimated: `254990` - // Minimum execution time: 1_443_000_000 picoseconds. - Weight::from_parts(1_450_000_000, 0) + // Minimum execution time: 1_930_718_000 picoseconds. + Weight::from_parts(2_039_571_000, 0) .saturating_add(Weight::from_parts(0, 254990)) .saturating_add(T::DbWeight::get().reads(504)) .saturating_add(T::DbWeight::get().writes(402)) diff --git a/runtime/development/src/weights/pallet_balances.rs b/runtime/development/src/weights/pallet_balances.rs index 918648ca0f..7dce92236d 100644 --- a/runtime/development/src/weights/pallet_balances.rs +++ b/runtime/development/src/weights/pallet_balances.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 58_000_000 picoseconds. - Weight::from_parts(59_000_000, 0) + // Minimum execution time: 83_507_000 picoseconds. + Weight::from_parts(84_829_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 43_000_000 picoseconds. - Weight::from_parts(44_000_000, 0) + // Minimum execution time: 62_707_000 picoseconds. + Weight::from_parts(63_629_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -62,8 +62,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 22_572_000 picoseconds. + Weight::from_parts(23_194_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -74,8 +74,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_000_000, 0) + // Minimum execution time: 33_453_000 picoseconds. + Weight::from_parts(34_404_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -86,8 +86,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `192` // Estimated: `6196` - // Minimum execution time: 60_000_000 picoseconds. - Weight::from_parts(61_000_000, 0) + // Minimum execution time: 86_162_000 picoseconds. + Weight::from_parts(87_484_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -98,8 +98,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 55_000_000 picoseconds. - Weight::from_parts(56_000_000, 0) + // Minimum execution time: 78_497_000 picoseconds. + Weight::from_parts(79_669_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -110,8 +110,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3593` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 26_580_000 picoseconds. + Weight::from_parts(27_311_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -123,11 +123,11 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `117 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 25_347_000 picoseconds. + Weight::from_parts(25_688_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 7_741 - .saturating_add(Weight::from_parts(15_474_770, 0).saturating_mul(u.into())) + // Standard Error: 12_369 + .saturating_add(Weight::from_parts(21_329_875, 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())) diff --git a/runtime/development/src/weights/pallet_block_rewards.rs b/runtime/development/src/weights/pallet_block_rewards.rs index 85af7f1060..31dc627b51 100644 --- a/runtime/development/src/weights/pallet_block_rewards.rs +++ b/runtime/development/src/weights/pallet_block_rewards.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_block_rewards` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -44,8 +44,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `516` // Estimated: `6196` - // Minimum execution time: 60_000_000 picoseconds. - Weight::from_parts(61_000_000, 0) + // Minimum execution time: 85_921_000 picoseconds. + Weight::from_parts(87_725_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -58,8 +58,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `106` // Estimated: `3574` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 11_452_000 picoseconds. + Weight::from_parts(11_751_000, 0) .saturating_add(Weight::from_parts(0, 3574)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -72,8 +72,8 @@ impl pallet_block_rewards::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `65` // Estimated: `3574` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 10_439_000 picoseconds. + Weight::from_parts(10_710_000, 0) .saturating_add(Weight::from_parts(0, 3574)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/development/src/weights/pallet_collator_allowlist.rs b/runtime/development/src/weights/pallet_collator_allowlist.rs index e349117141..1a1e944732 100644 --- a/runtime/development/src/weights/pallet_collator_allowlist.rs +++ b/runtime/development/src/weights/pallet_collator_allowlist.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collator_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `452` // Estimated: `3917` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 23_034_000 picoseconds. + Weight::from_parts(24_035_000, 0) .saturating_add(Weight::from_parts(0, 3917)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -52,8 +52,8 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `232` // Estimated: `3497` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 17_703_000 picoseconds. + Weight::from_parts(18_165_000, 0) .saturating_add(Weight::from_parts(0, 3497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/development/src/weights/pallet_collator_selection.rs b/runtime/development/src/weights/pallet_collator_selection.rs index 469dd18686..51d019c759 100644 --- a/runtime/development/src/weights/pallet_collator_selection.rs +++ b/runtime/development/src/weights/pallet_collator_selection.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -42,11 +42,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `218 + b * (112 ±0)` // Estimated: `1207 + b * (2588 ±0)` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_570_125, 0) + // Minimum execution time: 20_298_000 picoseconds. + Weight::from_parts(19_247_142, 0) .saturating_add(Weight::from_parts(0, 1207)) - // Standard Error: 7_228 - .saturating_add(Weight::from_parts(3_222_058, 0).saturating_mul(b.into())) + // Standard Error: 2_559 + .saturating_add(Weight::from_parts(4_182_732, 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, 2588).saturating_mul(b.into())) @@ -57,8 +57,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 13_676_000 picoseconds. + Weight::from_parts(14_427_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -68,8 +68,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 10_520_000 picoseconds. + Weight::from_parts(10_890_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -89,13 +89,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 19]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `664 + c * (61 ±0)` + // Measured: `697 + c * (61 ±0)` // Estimated: `4687 + c * (62 ±0)` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_735_856, 0) + // Minimum execution time: 60_253_000 picoseconds. + Weight::from_parts(62_090_974, 0) .saturating_add(Weight::from_parts(0, 4687)) - // Standard Error: 2_135 - .saturating_add(Weight::from_parts(196_443, 0).saturating_mul(c.into())) + // Standard Error: 1_558 + .saturating_add(Weight::from_parts(269_627, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 62).saturating_mul(c.into())) @@ -108,13 +108,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[6, 20]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `483 + c * (44 ±0)` + // Measured: `516 + c * (44 ±0)` // Estimated: `2446` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_359_496, 0) + // Minimum execution time: 44_483_000 picoseconds. + Weight::from_parts(46_109_174, 0) .saturating_add(Weight::from_parts(0, 2446)) - // Standard Error: 2_550 - .saturating_add(Weight::from_parts(42_090, 0).saturating_mul(c.into())) + // Standard Error: 2_895 + .saturating_add(Weight::from_parts(67_079, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -128,8 +128,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `195` // Estimated: `6196` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(49_000_000, 0) + // Minimum execution time: 69_160_000 picoseconds. + Weight::from_parts(70_893_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) @@ -150,13 +150,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 20]`. fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `459 + c * (98 ±0) + r * (140 ±0)` + // Measured: `492 + c * (98 ±0) + r * (140 ±0)` // Estimated: `7019778708211172 + c * (2519 ±0) + r * (2259 ±9)` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 24_395_000 picoseconds. + Weight::from_parts(25_137_000, 0) .saturating_add(Weight::from_parts(0, 7019778708211172)) - // Standard Error: 162_083 - .saturating_add(Weight::from_parts(13_073_945, 0).saturating_mul(c.into())) + // Standard Error: 217_083 + .saturating_add(Weight::from_parts(17_603_912, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/development/src/weights/pallet_collective.rs b/runtime/development/src/weights/pallet_collective.rs index 8900844e2b..c8439c3c3d 100644 --- a/runtime/development/src/weights/pallet_collective.rs +++ b/runtime/development/src/weights/pallet_collective.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -47,13 +47,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `15762 + m * (1967 ±23) + p * (4332 ±23)` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_121_000 picoseconds. + Weight::from_parts(22_402_000, 0) .saturating_add(Weight::from_parts(0, 15762)) - // Standard Error: 40_611 - .saturating_add(Weight::from_parts(2_993_632, 0).saturating_mul(m.into())) - // Standard Error: 40_611 - .saturating_add(Weight::from_parts(5_995_994, 0).saturating_mul(p.into())) + // Standard Error: 63_714 + .saturating_add(Weight::from_parts(4_717_357, 0).saturating_mul(m.into())) + // Standard Error: 63_714 + .saturating_add(Weight::from_parts(8_703_182, 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)) @@ -69,13 +69,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103 + m * (32 ±0)` // Estimated: `1589 + m * (32 ±0)` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_635_180, 0) + // Minimum execution time: 22_703_000 picoseconds. + Weight::from_parts(21_679_252, 0) .saturating_add(Weight::from_parts(0, 1589)) - // Standard Error: 41 - .saturating_add(Weight::from_parts(1_161, 0).saturating_mul(b.into())) - // Standard Error: 424 - .saturating_add(Weight::from_parts(5_781, 0).saturating_mul(m.into())) + // Standard Error: 37 + .saturating_add(Weight::from_parts(1_772, 0).saturating_mul(b.into())) + // Standard Error: 385 + .saturating_add(Weight::from_parts(16_592, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -89,13 +89,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103 + m * (32 ±0)` // Estimated: `3569 + m * (32 ±0)` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(15_622_927, 0) + // Minimum execution time: 26_660_000 picoseconds. + Weight::from_parts(25_946_891, 0) .saturating_add(Weight::from_parts(0, 3569)) // Standard Error: 43 - .saturating_add(Weight::from_parts(1_303, 0).saturating_mul(b.into())) - // Standard Error: 446 - .saturating_add(Weight::from_parts(11_461, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_418, 0).saturating_mul(b.into())) + // Standard Error: 444 + .saturating_add(Weight::from_parts(28_340, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -116,15 +116,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `393 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3785 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_560_687, 0) + // Minimum execution time: 34_936_000 picoseconds. + Weight::from_parts(33_242_103, 0) .saturating_add(Weight::from_parts(0, 3785)) - // Standard Error: 164 - .saturating_add(Weight::from_parts(2_046, 0).saturating_mul(b.into())) - // Standard Error: 1_711 - .saturating_add(Weight::from_parts(10_301, 0).saturating_mul(m.into())) - // Standard Error: 1_689 - .saturating_add(Weight::from_parts(138_522, 0).saturating_mul(p.into())) + // Standard Error: 109 + .saturating_add(Weight::from_parts(3_810, 0).saturating_mul(b.into())) + // Standard Error: 1_141 + .saturating_add(Weight::from_parts(33_124, 0).saturating_mul(m.into())) + // Standard Error: 1_127 + .saturating_add(Weight::from_parts(235_656, 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())) @@ -139,11 +139,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `842 + m * (64 ±0)` // Estimated: `4306 + m * (64 ±0)` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_935_433, 0) + // Minimum execution time: 29_796_000 picoseconds. + Weight::from_parts(30_119_088, 0) .saturating_add(Weight::from_parts(0, 4306)) - // Standard Error: 2_013 - .saturating_add(Weight::from_parts(22_617, 0).saturating_mul(m.into())) + // Standard Error: 762 + .saturating_add(Weight::from_parts(53_051, 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())) @@ -162,13 +162,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `431 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3876 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(23_391_259, 0) + // Minimum execution time: 38_702_000 picoseconds. + Weight::from_parts(37_469_692, 0) .saturating_add(Weight::from_parts(0, 3876)) - // Standard Error: 1_715 - .saturating_add(Weight::from_parts(16_464, 0).saturating_mul(m.into())) - // Standard Error: 1_672 - .saturating_add(Weight::from_parts(156_597, 0).saturating_mul(p.into())) + // Standard Error: 831 + .saturating_add(Weight::from_parts(35_374, 0).saturating_mul(m.into())) + // Standard Error: 810 + .saturating_add(Weight::from_parts(227_667, 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())) @@ -189,15 +189,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `733 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4050 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 34_000_000 picoseconds. - Weight::from_parts(35_611_276, 0) + // Minimum execution time: 55_444_000 picoseconds. + Weight::from_parts(54_696_740, 0) .saturating_add(Weight::from_parts(0, 4050)) - // Standard Error: 180 - .saturating_add(Weight::from_parts(1_451, 0).saturating_mul(b.into())) - // Standard Error: 1_910 - .saturating_add(Weight::from_parts(7_215, 0).saturating_mul(m.into())) - // Standard Error: 1_862 - .saturating_add(Weight::from_parts(175_664, 0).saturating_mul(p.into())) + // Standard Error: 146 + .saturating_add(Weight::from_parts(3_117, 0).saturating_mul(b.into())) + // Standard Error: 1_548 + .saturating_add(Weight::from_parts(33_022, 0).saturating_mul(m.into())) + // Standard Error: 1_509 + .saturating_add(Weight::from_parts(267_811, 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())) @@ -220,13 +220,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `451 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3896 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(27_306_849, 0) + // Minimum execution time: 42_180_000 picoseconds. + Weight::from_parts(40_699_842, 0) .saturating_add(Weight::from_parts(0, 3896)) - // Standard Error: 1_107 - .saturating_add(Weight::from_parts(13_097, 0).saturating_mul(m.into())) - // Standard Error: 1_079 - .saturating_add(Weight::from_parts(135_580, 0).saturating_mul(p.into())) + // Standard Error: 894 + .saturating_add(Weight::from_parts(42_460, 0).saturating_mul(m.into())) + // Standard Error: 871 + .saturating_add(Weight::from_parts(227_405, 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())) @@ -249,15 +249,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `753 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4070 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(38_670_695, 0) + // Minimum execution time: 58_149_000 picoseconds. + Weight::from_parts(58_899_819, 0) .saturating_add(Weight::from_parts(0, 4070)) - // Standard Error: 220 - .saturating_add(Weight::from_parts(1_474, 0).saturating_mul(b.into())) - // Standard Error: 2_326 - .saturating_add(Weight::from_parts(12_377, 0).saturating_mul(m.into())) - // Standard Error: 2_267 - .saturating_add(Weight::from_parts(167_993, 0).saturating_mul(p.into())) + // Standard Error: 136 + .saturating_add(Weight::from_parts(2_555, 0).saturating_mul(b.into())) + // Standard Error: 1_447 + .saturating_add(Weight::from_parts(33_802, 0).saturating_mul(m.into())) + // Standard Error: 1_410 + .saturating_add(Weight::from_parts(265_737, 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())) @@ -275,11 +275,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `260 + p * (32 ±0)` // Estimated: `1745 + p * (32 ±0)` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_944_809, 0) + // Minimum execution time: 21_771_000 picoseconds. + Weight::from_parts(22_592_002, 0) .saturating_add(Weight::from_parts(0, 1745)) - // Standard Error: 629 - .saturating_add(Weight::from_parts(124_174, 0).saturating_mul(p.into())) + // Standard Error: 857 + .saturating_add(Weight::from_parts(231_185, 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())) diff --git a/runtime/development/src/weights/pallet_crowdloan_claim.rs b/runtime/development/src/weights/pallet_crowdloan_claim.rs index 90ca153fd3..73f383af45 100644 --- a/runtime/development/src/weights/pallet_crowdloan_claim.rs +++ b/runtime/development/src/weights/pallet_crowdloan_claim.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_crowdloan_claim` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -60,8 +60,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `672` // Estimated: `6196` - // Minimum execution time: 171_000_000 picoseconds. - Weight::from_parts(172_000_000, 0) + // Minimum execution time: 260_188_000 picoseconds. + Weight::from_parts(262_492_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -94,8 +94,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `828` // Estimated: `6196` - // Minimum execution time: 173_000_000 picoseconds. - Weight::from_parts(175_000_000, 0) + // Minimum execution time: 262_262_000 picoseconds. + Weight::from_parts(263_784_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -128,8 +128,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `724` // Estimated: `6196` - // Minimum execution time: 170_000_000 picoseconds. - Weight::from_parts(171_000_000, 0) + // Minimum execution time: 243_757_000 picoseconds. + Weight::from_parts(246_332_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) @@ -152,8 +152,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `76` // Estimated: `1489` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 23_855_000 picoseconds. + Weight::from_parts(24_265_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) @@ -164,8 +164,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_501_000 picoseconds. + Weight::from_parts(11_902_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,8 +175,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_572_000 picoseconds. + Weight::from_parts(11_972_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -186,8 +186,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_614_000 picoseconds. + Weight::from_parts(12_924_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -197,8 +197,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_612_000 picoseconds. + Weight::from_parts(11_922_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -208,8 +208,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_552_000 picoseconds. + Weight::from_parts(11_963_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/development/src/weights/pallet_crowdloan_reward.rs b/runtime/development/src/weights/pallet_crowdloan_reward.rs index f56d9c172a..1a270fb866 100644 --- a/runtime/development/src/weights/pallet_crowdloan_reward.rs +++ b/runtime/development/src/weights/pallet_crowdloan_reward.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_crowdloan_reward` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -42,8 +42,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 13_024_000 picoseconds. + Weight::from_parts(13_495_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -53,8 +53,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_241_000 picoseconds. + Weight::from_parts(11_491_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,8 +64,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 10_931_000 picoseconds. + Weight::from_parts(11_422_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,8 +75,8 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_211_000 picoseconds. + Weight::from_parts(11_531_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/development/src/weights/pallet_democracy.rs b/runtime/development/src/weights/pallet_democracy.rs index 5d2e502b4e..936690315b 100644 --- a/runtime/development/src/weights/pallet_democracy.rs +++ b/runtime/development/src/weights/pallet_democracy.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -44,8 +44,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4801` // Estimated: `18187` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 55_414_000 picoseconds. + Weight::from_parts(57_318_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -56,8 +56,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3556` // Estimated: `6695` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(32_000_000, 0) + // Minimum execution time: 50_414_000 picoseconds. + Weight::from_parts(51_687_000, 0) .saturating_add(Weight::from_parts(0, 6695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -74,8 +74,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3433` // Estimated: `7260` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) + // Minimum execution time: 64_151_000 picoseconds. + Weight::from_parts(65_543_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -92,8 +92,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3455` // Estimated: `7260` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(54_000_000, 0) + // Minimum execution time: 70_361_000 picoseconds. + Weight::from_parts(72_135_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -108,8 +108,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `366` // Estimated: `3666` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(24_000_000, 0) + // Minimum execution time: 36_339_000 picoseconds. + Weight::from_parts(37_240_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -132,8 +132,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `5910` // Estimated: `18187` - // Minimum execution time: 83_000_000 picoseconds. - Weight::from_parts(85_000_000, 0) + // Minimum execution time: 120_807_000 picoseconds. + Weight::from_parts(124_233_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) @@ -146,8 +146,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3416` // Estimated: `6703` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 17_262_000 picoseconds. + Weight::from_parts(17_864_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -158,8 +158,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_910_000 picoseconds. + Weight::from_parts(5_260_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -169,8 +169,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 5_070_000 picoseconds. + Weight::from_parts(5_289_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -186,8 +186,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `286` // Estimated: `3518` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 37_810_000 picoseconds. + Weight::from_parts(38_893_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) @@ -202,8 +202,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3519` // Estimated: `6703` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 40_957_000 picoseconds. + Weight::from_parts(41_587_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -220,8 +220,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `5821` // Estimated: `18187` - // Minimum execution time: 68_000_000 picoseconds. - Weight::from_parts(69_000_000, 0) + // Minimum execution time: 96_691_000 picoseconds. + Weight::from_parts(98_714_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -234,8 +234,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `271` // Estimated: `3518` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 27_712_000 picoseconds. + Weight::from_parts(28_033_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -251,11 +251,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(24_443_933, 0) + // Minimum execution time: 9_317_000 picoseconds. + Weight::from_parts(12_402_071, 0) .saturating_add(Weight::from_parts(0, 1489)) - // Standard Error: 28_875 - .saturating_add(Weight::from_parts(2_744_269, 0).saturating_mul(r.into())) + // Standard Error: 5_888 + .saturating_add(Weight::from_parts(3_989_363, 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)) @@ -278,11 +278,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 9_000_000 picoseconds. - Weight::from_parts(11_498_788, 0) + // Minimum execution time: 13_875_000 picoseconds. + Weight::from_parts(17_732_229, 0) .saturating_add(Weight::from_parts(0, 18187)) - // Standard Error: 6_103 - .saturating_add(Weight::from_parts(2_899_779, 0).saturating_mul(r.into())) + // Standard Error: 5_825 + .saturating_add(Weight::from_parts(3_979_473, 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)) @@ -301,11 +301,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(39_677_597, 0) + // Minimum execution time: 55_153_000 picoseconds. + Weight::from_parts(60_693_661, 0) .saturating_add(Weight::from_parts(0, 19800)) - // Standard Error: 5_557 - .saturating_add(Weight::from_parts(3_615_879, 0).saturating_mul(r.into())) + // Standard Error: 6_315 + .saturating_add(Weight::from_parts(5_042_394, 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)) @@ -321,11 +321,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `493 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(14_375_920, 0) + // Minimum execution time: 27_582_000 picoseconds. + Weight::from_parts(27_973_053, 0) .saturating_add(Weight::from_parts(0, 13530)) - // Standard Error: 13_157 - .saturating_add(Weight::from_parts(3_709_589, 0).saturating_mul(r.into())) + // Standard Error: 6_240 + .saturating_add(Weight::from_parts(5_023_023, 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)) @@ -338,8 +338,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_789_000 picoseconds. + Weight::from_parts(5_089_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -356,11 +356,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `525` // Estimated: `7260` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(31_896_031, 0) + // Minimum execution time: 33_072_000 picoseconds. + Weight::from_parts(49_764_631, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 2_349 - .saturating_add(Weight::from_parts(33_822, 0).saturating_mul(r.into())) + // Standard Error: 3_810 + .saturating_add(Weight::from_parts(69_845, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -377,11 +377,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `526 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(30_165_368, 0) + // Minimum execution time: 45_956_000 picoseconds. + Weight::from_parts(47_806_288, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 2_240 - .saturating_add(Weight::from_parts(71_738, 0).saturating_mul(r.into())) + // Standard Error: 991 + .saturating_add(Weight::from_parts(84_502, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -394,11 +394,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_843_685, 0) + // Minimum execution time: 20_118_000 picoseconds. + Weight::from_parts(22_709_641, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 1_051 - .saturating_add(Weight::from_parts(64_500, 0).saturating_mul(r.into())) + // Standard Error: 1_116 + .saturating_add(Weight::from_parts(88_542, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -411,11 +411,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(14_770_259, 0) + // Minimum execution time: 20_098_000 picoseconds. + Weight::from_parts(22_957_825, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 976 - .saturating_add(Weight::from_parts(65_528, 0).saturating_mul(r.into())) + // Standard Error: 1_123 + .saturating_add(Weight::from_parts(90_956, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -429,8 +429,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `3556` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_628_000 picoseconds. + Weight::from_parts(26_219_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -443,8 +443,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `286` // Estimated: `3518` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 23_083_000 picoseconds. + Weight::from_parts(23_644_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -459,8 +459,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4922` // Estimated: `18187` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(35_000_000, 0) + // Minimum execution time: 52_689_000 picoseconds. + Weight::from_parts(53_490_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -473,8 +473,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4822` // Estimated: `18187` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(33_000_000, 0) + // Minimum execution time: 48_861_000 picoseconds. + Weight::from_parts(49_983_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -487,8 +487,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 20_458_000 picoseconds. + Weight::from_parts(21_009_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -501,8 +501,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `302` // Estimated: `3666` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_709_000 picoseconds. + Weight::from_parts(26_279_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/development/src/weights/pallet_elections_phragmen.rs b/runtime/development/src/weights/pallet_elections_phragmen.rs index 6e5612fe08..5d27763288 100644 --- a/runtime/development/src/weights/pallet_elections_phragmen.rs +++ b/runtime/development/src/weights/pallet_elections_phragmen.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -49,11 +49,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `430 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_299_182, 0) + // Minimum execution time: 42_189_000 picoseconds. + Weight::from_parts(43_316_483, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 15_048 - .saturating_add(Weight::from_parts(172_546, 0).saturating_mul(v.into())) + // Standard Error: 9_129 + .saturating_add(Weight::from_parts(107_488, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -75,11 +75,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `399 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(39_169_280, 0) + // Minimum execution time: 60_193_000 picoseconds. + Weight::from_parts(61_551_446, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 16_564 - .saturating_add(Weight::from_parts(220_767, 0).saturating_mul(v.into())) + // Standard Error: 17_156 + .saturating_add(Weight::from_parts(64_571, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -101,9 +101,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `431 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_426_554, 0) + // Minimum execution time: 59_581_000 picoseconds. + Weight::from_parts(60_619_408, 0) .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 16_127 + .saturating_add(Weight::from_parts(247_487, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -118,8 +120,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `601` // Estimated: `4764` - // Minimum execution time: 41_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) + // Minimum execution time: 62_898_000 picoseconds. + Weight::from_parts(63_709_000, 0) .saturating_add(Weight::from_parts(0, 4764)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -135,11 +137,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `996 + c * (48 ±0)` // Estimated: `2481 + c * (48 ±0)` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(28_917_214, 0) + // Minimum execution time: 44_774_000 picoseconds. + Weight::from_parts(45_886_370, 0) .saturating_add(Weight::from_parts(0, 2481)) - // Standard Error: 2_769 - .saturating_add(Weight::from_parts(83_311, 0).saturating_mul(c.into())) + // Standard Error: 2_440 + .saturating_add(Weight::from_parts(101_134, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -151,11 +153,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + c * (48 ±0)` // Estimated: `1836 + c * (48 ±0)` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(25_556_337, 0) + // Minimum execution time: 41_207_000 picoseconds. + Weight::from_parts(42_757_501, 0) .saturating_add(Weight::from_parts(0, 1836)) - // Standard Error: 3_010 - .saturating_add(Weight::from_parts(43_678, 0).saturating_mul(c.into())) + // Standard Error: 3_808 + .saturating_add(Weight::from_parts(26_961, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -174,8 +176,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1210` // Estimated: `2695` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(37_000_000, 0) + // Minimum execution time: 58_661_000 picoseconds. + Weight::from_parts(59_281_000, 0) .saturating_add(Weight::from_parts(0, 2695)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -186,8 +188,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `672` // Estimated: `2157` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 41_217_000 picoseconds. + Weight::from_parts(42_790_000, 0) .saturating_add(Weight::from_parts(0, 2157)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -218,8 +220,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1210` // Estimated: `3593` - // Minimum execution time: 41_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) + // Minimum execution time: 66_274_000 picoseconds. + Weight::from_parts(67_747_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -244,11 +246,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1193 + v * (457 ±0)` // Estimated: `4528 + d * (1 ±0) + v * (3774 ±0)` - // Minimum execution time: 2_425_000_000 picoseconds. - Weight::from_parts(2_430_000_000, 0) + // Minimum execution time: 3_484_190_000 picoseconds. + Weight::from_parts(3_500_240_000, 0) .saturating_add(Weight::from_parts(0, 4528)) - // Standard Error: 223_954 - .saturating_add(Weight::from_parts(28_679_722, 0).saturating_mul(v.into())) + // Standard Error: 273_567 + .saturating_add(Weight::from_parts(40_835_738, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -279,16 +281,16 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + c * (199 ±0) + e * (24 ±0) + v * (248 ±0)` - // Estimated: `7770 + c * (1665 ±35) + e * (19 ±0) + v * (2536 ±2)` - // Minimum execution time: 305_000_000 picoseconds. - Weight::from_parts(307_000_000, 0) + // Estimated: `7770 + c * (1665 ±11) + e * (19 ±0) + v * (2536 ±2)` + // Minimum execution time: 447_939_000 picoseconds. + Weight::from_parts(449_933_000, 0) .saturating_add(Weight::from_parts(0, 7770)) - // Standard Error: 383_679 - .saturating_add(Weight::from_parts(1_110_910, 0).saturating_mul(c.into())) - // Standard Error: 76_324 - .saturating_add(Weight::from_parts(4_659_811, 0).saturating_mul(v.into())) - // Standard Error: 16_575 - .saturating_add(Weight::from_parts(121_782, 0).saturating_mul(e.into())) + // Standard Error: 554_684 + .saturating_add(Weight::from_parts(3_757_931, 0).saturating_mul(c.into())) + // Standard Error: 110_341 + .saturating_add(Weight::from_parts(6_307_320, 0).saturating_mul(v.into())) + // Standard Error: 23_962 + .saturating_add(Weight::from_parts(70_927, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/development/src/weights/pallet_fees.rs b/runtime/development/src/weights/pallet_fees.rs index 5ff2041441..b04b426c42 100644 --- a/runtime/development/src/weights/pallet_fees.rs +++ b/runtime/development/src/weights/pallet_fees.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_fees` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_fees::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_631_000 picoseconds. + Weight::from_parts(12_263_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/development/src/weights/pallet_identity.rs b/runtime/development/src/weights/pallet_identity.rs index 16d38a683e..25eb546f04 100644 --- a/runtime/development/src/weights/pallet_identity.rs +++ b/runtime/development/src/weights/pallet_identity.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -39,11 +39,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(10_318_124, 0) + // Minimum execution time: 16_271_000 picoseconds. + Weight::from_parts(17_391_631, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 3_283 - .saturating_add(Weight::from_parts(95_785, 0).saturating_mul(r.into())) + // Standard Error: 2_159 + .saturating_add(Weight::from_parts(87_484, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -55,13 +55,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `441 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(29_486_527, 0) + // Minimum execution time: 46_427_000 picoseconds. + Weight::from_parts(44_935_471, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 5_582 - .saturating_add(Weight::from_parts(24_794, 0).saturating_mul(r.into())) - // Standard Error: 1_089 - .saturating_add(Weight::from_parts(545_255, 0).saturating_mul(x.into())) + // Standard Error: 4_836 + .saturating_add(Weight::from_parts(100_580, 0).saturating_mul(r.into())) + // Standard Error: 943 + .saturating_add(Weight::from_parts(778_690, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,11 +76,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `11003 + s * (2589 ±0)` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(19_732_979, 0) + // Minimum execution time: 13_035_000 picoseconds. + Weight::from_parts(32_508_915, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 4_223 - .saturating_add(Weight::from_parts(3_451_030, 0).saturating_mul(s.into())) + // Standard Error: 5_351 + .saturating_add(Weight::from_parts(4_737_338, 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)) @@ -98,11 +98,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `193 + p * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(19_969_881, 0) + // Minimum execution time: 13_075_000 picoseconds. + Weight::from_parts(32_727_606, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 2_890 - .saturating_add(Weight::from_parts(1_403_071, 0).saturating_mul(p.into())) + // Standard Error: 4_553 + .saturating_add(Weight::from_parts(1_882_955, 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()))) @@ -120,15 +120,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `468 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 57_000_000 picoseconds. - Weight::from_parts(25_634_157, 0) + // Minimum execution time: 85_841_000 picoseconds. + Weight::from_parts(43_628_815, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 23_966 - .saturating_add(Weight::from_parts(263_651, 0).saturating_mul(r.into())) - // Standard Error: 4_680 - .saturating_add(Weight::from_parts(1_381_979, 0).saturating_mul(s.into())) - // Standard Error: 4_680 - .saturating_add(Weight::from_parts(297_316, 0).saturating_mul(x.into())) + // Standard Error: 8_900 + .saturating_add(Weight::from_parts(233_625, 0).saturating_mul(r.into())) + // Standard Error: 1_738 + .saturating_add(Weight::from_parts(1_879_090, 0).saturating_mul(s.into())) + // Standard Error: 1_738 + .saturating_add(Weight::from_parts(417_240, 0).saturating_mul(x.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()))) @@ -143,13 +143,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `366 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(27_876_592, 0) + // Minimum execution time: 45_705_000 picoseconds. + Weight::from_parts(44_398_181, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 7_256 - .saturating_add(Weight::from_parts(85_076, 0).saturating_mul(r.into())) - // Standard Error: 1_415 - .saturating_add(Weight::from_parts(569_681, 0).saturating_mul(x.into())) + // Standard Error: 6_004 + .saturating_add(Weight::from_parts(117_822, 0).saturating_mul(r.into())) + // Standard Error: 1_171 + .saturating_add(Weight::from_parts(815_527, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -157,15 +157,17 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn cancel_request(_r: u32, x: u32, ) -> Weight { + fn cancel_request(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `397 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_694_096, 0) + // Minimum execution time: 42_209_000 picoseconds. + Weight::from_parts(40_390_730, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 1_239 - .saturating_add(Weight::from_parts(549_769, 0).saturating_mul(x.into())) + // Standard Error: 6_195 + .saturating_add(Weight::from_parts(117_813, 0).saturating_mul(r.into())) + // Standard Error: 1_208 + .saturating_add(Weight::from_parts(818_426, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,11 +178,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_398_387, 0) + // Minimum execution time: 9_558_000 picoseconds. + Weight::from_parts(10_111_662, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 2_951 - .saturating_add(Weight::from_parts(57_522, 0).saturating_mul(r.into())) + // Standard Error: 1_135 + .saturating_add(Weight::from_parts(63_844, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -191,11 +193,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_335_427, 0) + // Minimum execution time: 9_909_000 picoseconds. + Weight::from_parts(10_407_571, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 3_277 - .saturating_add(Weight::from_parts(80_942, 0).saturating_mul(r.into())) + // Standard Error: 952 + .saturating_add(Weight::from_parts(65_784, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -206,11 +208,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_440_430, 0) + // Minimum execution time: 9_739_000 picoseconds. + Weight::from_parts(10_130_527, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 3_809 - .saturating_add(Weight::from_parts(64_660, 0).saturating_mul(r.into())) + // Standard Error: 919 + .saturating_add(Weight::from_parts(65_346, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -220,15 +222,17 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. - fn provide_judgement(_r: u32, x: u32, ) -> Weight { + fn provide_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `444 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(21_728_921, 0) + // Minimum execution time: 31_689_000 picoseconds. + Weight::from_parts(31_711_632, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 2_680 - .saturating_add(Weight::from_parts(900_647, 0).saturating_mul(x.into())) + // Standard Error: 6_134 + .saturating_add(Weight::from_parts(31_846, 0).saturating_mul(r.into())) + // Standard Error: 1_134 + .saturating_add(Weight::from_parts(1_266_576, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -247,15 +251,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `708 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 61_000_000 picoseconds. - Weight::from_parts(29_505_986, 0) + // Minimum execution time: 91_210_000 picoseconds. + Weight::from_parts(48_718_869, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 29_952 - .saturating_add(Weight::from_parts(105_909, 0).saturating_mul(r.into())) - // Standard Error: 5_849 - .saturating_add(Weight::from_parts(1_399_294, 0).saturating_mul(s.into())) - // Standard Error: 5_849 - .saturating_add(Weight::from_parts(332_592, 0).saturating_mul(x.into())) + // Standard Error: 8_281 + .saturating_add(Weight::from_parts(230_427, 0).saturating_mul(r.into())) + // Standard Error: 1_617 + .saturating_add(Weight::from_parts(1_899_429, 0).saturating_mul(s.into())) + // Standard Error: 1_617 + .saturating_add(Weight::from_parts(418_698, 0).saturating_mul(x.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()))) @@ -271,11 +275,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `474 + s * (36 ±0)` // Estimated: `11003` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(30_372_946, 0) + // Minimum execution time: 41_778_000 picoseconds. + Weight::from_parts(46_722_702, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 1_953 - .saturating_add(Weight::from_parts(27_724, 0).saturating_mul(s.into())) + // Standard Error: 1_167 + .saturating_add(Weight::from_parts(75_715, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -288,11 +292,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `590 + s * (3 ±0)` // Estimated: `11003` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(12_379_145, 0) + // Minimum execution time: 17_452_000 picoseconds. + Weight::from_parts(19_456_708, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 845 - .saturating_add(Weight::from_parts(10_452, 0).saturating_mul(s.into())) + // Standard Error: 552 + .saturating_add(Weight::from_parts(24_704, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -307,11 +311,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `637 + s * (35 ±0)` // Estimated: `11003` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(31_496_488, 0) + // Minimum execution time: 45_285_000 picoseconds. + Weight::from_parts(48_368_302, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 2_383 - .saturating_add(Weight::from_parts(34_096, 0).saturating_mul(s.into())) + // Standard Error: 862 + .saturating_add(Weight::from_parts(60_965, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -326,11 +330,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `770 + s * (37 ±0)` // Estimated: `6723` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_310_253, 0) + // Minimum execution time: 32_781_000 picoseconds. + Weight::from_parts(34_864_142, 0) .saturating_add(Weight::from_parts(0, 6723)) - // Standard Error: 901 - .saturating_add(Weight::from_parts(32_104, 0).saturating_mul(s.into())) + // Standard Error: 832 + .saturating_add(Weight::from_parts(69_790, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/development/src/weights/pallet_interest_accrual.rs b/runtime/development/src/weights/pallet_interest_accrual.rs index f6a38ea7f3..22a13c6316 100644 --- a/runtime/development/src/weights/pallet_interest_accrual.rs +++ b/runtime/development/src/weights/pallet_interest_accrual.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_interest_accrual` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -37,10 +37,10 @@ impl pallet_interest_accrual::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) + // Minimum execution time: 691_000 picoseconds. + Weight::from_parts(198_075, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_162 - .saturating_add(Weight::from_parts(445_319, 0).saturating_mul(n.into())) + // Standard Error: 211 + .saturating_add(Weight::from_parts(601_721, 0).saturating_mul(n.into())) } } diff --git a/runtime/development/src/weights/pallet_investments.rs b/runtime/development/src/weights/pallet_investments.rs index d6d71d4033..90f5e644c0 100644 --- a/runtime/development/src/weights/pallet_investments.rs +++ b/runtime/development/src/weights/pallet_investments.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_investments` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -52,8 +52,8 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2492` // Estimated: `6198` - // Minimum execution time: 69_000_000 picoseconds. - Weight::from_parts(70_000_000, 0) + // Minimum execution time: 102_833_000 picoseconds. + Weight::from_parts(103_835_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -78,8 +78,8 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2388` // Estimated: `6198` - // Minimum execution time: 68_000_000 picoseconds. - Weight::from_parts(70_000_000, 0) + // Minimum execution time: 101_891_000 picoseconds. + Weight::from_parts(102_962_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -105,11 +105,11 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2761 + n * (44 ±0)` // Estimated: `6226 + n * (2555 ±0)` - // Minimum execution time: 77_000_000 picoseconds. - Weight::from_parts(73_312_888, 0) + // Minimum execution time: 113_693_000 picoseconds. + Weight::from_parts(109_813_564, 0) .saturating_add(Weight::from_parts(0, 6226)) - // Standard Error: 76_955 - .saturating_add(Weight::from_parts(4_342_053, 0).saturating_mul(n.into())) + // Standard Error: 18_519 + .saturating_add(Weight::from_parts(5_487_634, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -136,11 +136,11 @@ impl pallet_investments::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2798 + n * (44 ±0)` // Estimated: `6263 + n * (2555 ±0)` - // Minimum execution time: 76_000_000 picoseconds. - Weight::from_parts(74_696_337, 0) + // Minimum execution time: 114_524_000 picoseconds. + Weight::from_parts(111_067_128, 0) .saturating_add(Weight::from_parts(0, 6263)) - // Standard Error: 176_441 - .saturating_add(Weight::from_parts(4_772_044, 0).saturating_mul(n.into())) + // Standard Error: 18_276 + .saturating_add(Weight::from_parts(5_309_700, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/development/src/weights/pallet_keystore.rs b/runtime/development/src/weights/pallet_keystore.rs index 841daadcf5..0367e680fc 100644 --- a/runtime/development/src/weights/pallet_keystore.rs +++ b/runtime/development/src/weights/pallet_keystore.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_keystore` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -45,11 +45,11 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `250` // Estimated: `3593 + n * (2595 ±0)` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(9_641_927, 0) + // Minimum execution time: 43_872_000 picoseconds. + Weight::from_parts(17_434_747, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 18_153 - .saturating_add(Weight::from_parts(19_566_548, 0).saturating_mul(n.into())) + // Standard Error: 12_724 + .saturating_add(Weight::from_parts(27_750_318, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -63,11 +63,11 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `148 + n * (75 ±0)` // Estimated: `990 + n * (2595 ±0)` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(4_253_493, 0) + // Minimum execution time: 21_140_000 picoseconds. + Weight::from_parts(8_526_090, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 12_051 - .saturating_add(Weight::from_parts(9_319_622, 0).saturating_mul(n.into())) + // Standard Error: 21_137 + .saturating_add(Weight::from_parts(13_275_319, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2595).saturating_mul(n.into())) @@ -78,8 +78,8 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_211_000 picoseconds. + Weight::from_parts(11_521_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/development/src/weights/pallet_liquidity_pools.rs b/runtime/development/src/weights/pallet_liquidity_pools.rs new file mode 100644 index 0000000000..4c7d4a472d --- /dev/null +++ b/runtime/development/src/weights/pallet_liquidity_pools.rs @@ -0,0 +1,81 @@ + +//! Autogenerated weights for `pallet_liquidity_pools` +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 + +// Executed Command: +// target/release/centrifuge-chain +// benchmark +// pallet +// --chain=development-local +// --steps=50 +// --repeat=20 +// --pallet=pallet_liquidity_pools +// --extrinsic=* +// --execution=wasm +// --wasm-execution=compiled +// --heap-pages=4096 +// --output=/tmp/runtime/development/src/weights/pallet_liquidity_pools.rs + +#![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_liquidity_pools`. +pub struct WeightInfo(PhantomData); +impl pallet_liquidity_pools::WeightInfo for WeightInfo { + /// Storage: PoolSystem Pool (r:1 w:0) + /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:2 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) + /// Storage: OrderBook TradingPair (r:1 w:0) + /// Proof: OrderBook TradingPair (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) + /// Storage: ForeignInvestments RedemptionPayoutCurrency (r:1 w:0) + /// Proof: ForeignInvestments RedemptionPayoutCurrency (max_values: None, max_size: Some(113), added: 2588, mode: MaxEncodedLen) + /// Storage: Investments RedeemOrders (r:1 w:1) + /// Proof: Investments RedeemOrders (max_values: None, max_size: Some(112), added: 2587, mode: MaxEncodedLen) + /// Storage: Investments RedeemOrderId (r:1 w:0) + /// Proof: Investments RedeemOrderId (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Investments ClearedRedeemOrders (r:1 w:0) + /// Proof: Investments ClearedRedeemOrders (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) + /// Storage: OrmlTokens Accounts (r:3 w:3) + /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ForeignInvestments RedemptionState (r:1 w:1) + /// Proof: ForeignInvestments RedemptionState (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen) + /// Storage: ForeignInvestments CollectedRedemption (r:1 w:1) + /// Proof: ForeignInvestments CollectedRedemption (max_values: None, max_size: Some(120), added: 2595, mode: MaxEncodedLen) + /// Storage: ForeignInvestments TokenSwapOrderIds (r:1 w:1) + /// Proof: ForeignInvestments TokenSwapOrderIds (max_values: None, max_size: Some(96), added: 2571, mode: MaxEncodedLen) + /// Storage: ForeignInvestments InvestmentState (r:1 w:1) + /// Proof: ForeignInvestments InvestmentState (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen) + /// Storage: OrderBook Orders (r:1 w:2) + /// Proof: OrderBook Orders (max_values: None, max_size: Some(186), added: 2661, mode: MaxEncodedLen) + /// Storage: OrderBook AssetPairOrders (r:2 w:2) + /// Proof: OrderBook AssetPairOrders (max_values: None, max_size: Some(8068), added: 10543, mode: MaxEncodedLen) + /// Storage: OrderBook OrderIdNonceStore (r:1 w:1) + /// Proof: OrderBook OrderIdNonceStore (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) + /// Storage: ForeignInvestments ForeignInvestmentInfo (r:0 w:2) + /// Proof: ForeignInvestments ForeignInvestmentInfo (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) + /// Storage: OrderBook UserOrders (r:0 w:2) + /// Proof: OrderBook UserOrders (max_values: None, max_size: Some(226), added: 2701, mode: MaxEncodedLen) + fn inbound_collect_redeem() -> Weight { + // Proof Size summary in bytes: + // Measured: `3977` + // Estimated: `22076` + // Minimum execution time: 362_620_000 picoseconds. + Weight::from_parts(366_767_000, 0) + .saturating_add(Weight::from_parts(0, 22076)) + .saturating_add(T::DbWeight::get().reads(20)) + .saturating_add(T::DbWeight::get().writes(17)) + } +} diff --git a/runtime/development/src/weights/pallet_loans.rs b/runtime/development/src/weights/pallet_loans.rs index 60973ea9dc..4926ed7cc7 100644 --- a/runtime/development/src/weights/pallet_loans.rs +++ b/runtime/development/src/weights/pallet_loans.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_loans` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -54,8 +54,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1262` // Estimated: `4278` - // Minimum execution time: 51_000_000 picoseconds. - Weight::from_parts(53_000_000, 0) + // Minimum execution time: 80_081_000 picoseconds. + Weight::from_parts(81_552_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -85,9 +85,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `38651 + n * (340 ±0)` // Estimated: `329491 + n * (340 ±0)` - // Minimum execution time: 156_000_000 picoseconds. - Weight::from_parts(172_531_088, 0) + // Minimum execution time: 268_804_000 picoseconds. + Weight::from_parts(284_286_161, 0) .saturating_add(Weight::from_parts(0, 329491)) + // Standard Error: 76_140 + .saturating_add(Weight::from_parts(457_378, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(Weight::from_parts(0, 340).saturating_mul(n.into())) @@ -115,11 +117,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `38771 + n * (340 ±0)` // Estimated: `329491 + n * (340 ±0)` - // Minimum execution time: 129_000_000 picoseconds. - Weight::from_parts(139_415_551, 0) + // Minimum execution time: 199_403_000 picoseconds. + Weight::from_parts(206_281_935, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 95_745 - .saturating_add(Weight::from_parts(300_984, 0).saturating_mul(n.into())) + // Standard Error: 55_199 + .saturating_add(Weight::from_parts(518_641, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(Weight::from_parts(0, 340).saturating_mul(n.into())) @@ -141,11 +143,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37393 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 124_000_000 picoseconds. - Weight::from_parts(134_905_582, 0) + // Minimum execution time: 241_893_000 picoseconds. + Weight::from_parts(261_812_371, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 81_309 - .saturating_add(Weight::from_parts(829_738, 0).saturating_mul(n.into())) + // Standard Error: 80_448 + .saturating_add(Weight::from_parts(76_511, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,11 +170,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37644 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 134_000_000 picoseconds. - Weight::from_parts(148_001_265, 0) + // Minimum execution time: 258_825_000 picoseconds. + Weight::from_parts(276_452_484, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 97_673 - .saturating_add(Weight::from_parts(608_127, 0).saturating_mul(n.into())) + // Standard Error: 80_347 + .saturating_add(Weight::from_parts(952_419, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -185,13 +187,15 @@ impl pallet_loans::WeightInfo for WeightInfo { /// Storage: PoolSystem NotedChange (r:0 w:1) /// Proof: PoolSystem NotedChange (max_values: None, max_size: Some(593), added: 3068, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. - fn propose_loan_mutation(_n: u32, ) -> Weight { + fn propose_loan_mutation(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `971 + n * (316 ±0)` // Estimated: `329491` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(31_846_006, 0) + // Minimum execution time: 47_500_000 picoseconds. + Weight::from_parts(49_621_919, 0) .saturating_add(Weight::from_parts(0, 329491)) + // Standard Error: 20_680 + .saturating_add(Weight::from_parts(458_256, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -210,13 +214,15 @@ impl pallet_loans::WeightInfo for WeightInfo { /// Storage: InterestAccrual LastUpdated (r:1 w:0) /// Proof: InterestAccrual LastUpdated (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. - fn apply_loan_mutation(_n: u32, ) -> Weight { + fn apply_loan_mutation(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `37511 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 62_000_000 picoseconds. - Weight::from_parts(69_103_683, 0) + // Minimum execution time: 103_384_000 picoseconds. + Weight::from_parts(109_023_486, 0) .saturating_add(Weight::from_parts(0, 329491)) + // Standard Error: 42_219 + .saturating_add(Weight::from_parts(275_277, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -243,11 +249,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37370 + n * (373 ±0)` // Estimated: `329491` - // Minimum execution time: 72_000_000 picoseconds. - Weight::from_parts(77_877_151, 0) + // Minimum execution time: 147_647_000 picoseconds. + Weight::from_parts(157_800_139, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 60_398 - .saturating_add(Weight::from_parts(783_816, 0).saturating_mul(n.into())) + // Standard Error: 48_132 + .saturating_add(Weight::from_parts(865_578, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -263,8 +269,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `512` // Estimated: `4278` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 43_231_000 picoseconds. + Weight::from_parts(44_032_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -279,8 +285,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1106` // Estimated: `4278` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(26_000_000, 0) + // Minimum execution time: 42_870_000 picoseconds. + Weight::from_parts(43_411_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -302,11 +308,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `36964 + n * (316 ±0)` // Estimated: `329491` - // Minimum execution time: 51_000_000 picoseconds. - Weight::from_parts(48_701_163, 0) + // Minimum execution time: 86_172_000 picoseconds. + Weight::from_parts(82_691_057, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 37_643 - .saturating_add(Weight::from_parts(7_253_951, 0).saturating_mul(n.into())) + // Standard Error: 32_409 + .saturating_add(Weight::from_parts(10_235_271, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -329,11 +335,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37177 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 172_000_000 picoseconds. - Weight::from_parts(187_562_089, 0) + // Minimum execution time: 295_002_000 picoseconds. + Weight::from_parts(311_462_544, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 165_124 - .saturating_add(Weight::from_parts(439_803, 0).saturating_mul(n.into())) + // Standard Error: 109_476 + .saturating_add(Weight::from_parts(482_107, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -358,11 +364,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `37839 + n * (340 ±0)` // Estimated: `329491` - // Minimum execution time: 178_000_000 picoseconds. - Weight::from_parts(184_043_260, 0) + // Minimum execution time: 296_526_000 picoseconds. + Weight::from_parts(312_357_522, 0) .saturating_add(Weight::from_parts(0, 329491)) - // Standard Error: 148_383 - .saturating_add(Weight::from_parts(2_064_765, 0).saturating_mul(n.into())) + // Standard Error: 106_549 + .saturating_add(Weight::from_parts(1_653_060, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/development/src/weights/pallet_migration_manager.rs b/runtime/development/src/weights/pallet_migration_manager.rs index 2768543d83..c5fc231df5 100644 --- a/runtime/development/src/weights/pallet_migration_manager.rs +++ b/runtime/development/src/weights/pallet_migration_manager.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_migration_manager` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `28` // Estimated: `1486` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 16_461_000 picoseconds. + Weight::from_parts(16_841_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -53,11 +53,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(9_227_402, 0) + // Minimum execution time: 18_044_000 picoseconds. + Weight::from_parts(17_078_288, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 3_514 - .saturating_add(Weight::from_parts(966_065, 0).saturating_mul(n.into())) + // Standard Error: 1_609 + .saturating_add(Weight::from_parts(1_244_475, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -68,8 +68,8 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 18_244_000 picoseconds. + Weight::from_parts(18_635_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,11 +89,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `396 + n * (429 ±0)` // Estimated: `1486 + n * (3774 ±0)` - // Minimum execution time: 59_000_000 picoseconds. - Weight::from_parts(22_644_850, 0) + // Minimum execution time: 94_407_000 picoseconds. + Weight::from_parts(37_875_700, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 89_283 - .saturating_add(Weight::from_parts(43_290_268, 0).saturating_mul(n.into())) + // Standard Error: 54_371 + .saturating_add(Weight::from_parts(61_663_203, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -109,11 +109,11 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `4` // Estimated: `1486` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_159_390, 0) + // Minimum execution time: 32_902_000 picoseconds. + Weight::from_parts(27_380_588, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 56_593 - .saturating_add(Weight::from_parts(4_906_894, 0).saturating_mul(n.into())) + // Standard Error: 12_194 + .saturating_add(Weight::from_parts(7_984_508, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/runtime/development/src/weights/pallet_multisig.rs b/runtime/development/src/weights/pallet_multisig.rs index 26080aa2c2..05fc36c03a 100644 --- a/runtime/development/src/weights/pallet_multisig.rs +++ b/runtime/development/src/weights/pallet_multisig.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -37,11 +37,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_000_000 picoseconds. - Weight::from_parts(10_832_568, 0) + // Minimum execution time: 16_280_000 picoseconds. + Weight::from_parts(17_161_013, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 8 - .saturating_add(Weight::from_parts(263, 0).saturating_mul(z.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(491, 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) @@ -51,13 +51,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `367 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(30_208_013, 0) + // Minimum execution time: 55_444_000 picoseconds. + Weight::from_parts(47_500_612, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 848 - .saturating_add(Weight::from_parts(54_782, 0).saturating_mul(s.into())) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_310, 0).saturating_mul(z.into())) + // Standard Error: 705 + .saturating_add(Weight::from_parts(94_850, 0).saturating_mul(s.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_543, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,13 +69,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `348` // Estimated: `6811` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(17_293_953, 0) + // Minimum execution time: 34_344_000 picoseconds. + Weight::from_parts(26_991_789, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 1_471 - .saturating_add(Weight::from_parts(56_078, 0).saturating_mul(s.into())) - // Standard Error: 14 - .saturating_add(Weight::from_parts(1_175, 0).saturating_mul(z.into())) + // Standard Error: 555 + .saturating_add(Weight::from_parts(84_570, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_539, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -89,13 +89,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `489 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(33_572_142, 0) + // Minimum execution time: 62_938_000 picoseconds. + Weight::from_parts(51_454_575, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 1_589 - .saturating_add(Weight::from_parts(75_216, 0).saturating_mul(s.into())) - // Standard Error: 15 - .saturating_add(Weight::from_parts(1_279, 0).saturating_mul(z.into())) + // Standard Error: 848 + .saturating_add(Weight::from_parts(129_621, 0).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_617, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -106,11 +106,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `367 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(28_438_367, 0) + // Minimum execution time: 43_782_000 picoseconds. + Weight::from_parts(45_681_570, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 3_346 - .saturating_add(Weight::from_parts(81_875, 0).saturating_mul(s.into())) + // Standard Error: 913 + .saturating_add(Weight::from_parts(93_384, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -121,11 +121,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `348` // Estimated: `6811` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_607_591, 0) + // Minimum execution time: 24_025_000 picoseconds. + Weight::from_parts(24_874_524, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 2_491 - .saturating_add(Weight::from_parts(72_086, 0).saturating_mul(s.into())) + // Standard Error: 521 + .saturating_add(Weight::from_parts(85_373, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,11 +136,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `553 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(29_919_591, 0) + // Minimum execution time: 44_593_000 picoseconds. + Weight::from_parts(45_841_744, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 2_550 - .saturating_add(Weight::from_parts(66_792, 0).saturating_mul(s.into())) + // Standard Error: 775 + .saturating_add(Weight::from_parts(93_219, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/development/src/weights/pallet_nft_sales.rs b/runtime/development/src/weights/pallet_nft_sales.rs index 59c68dc15f..c9a8d6cf01 100644 --- a/runtime/development/src/weights/pallet_nft_sales.rs +++ b/runtime/development/src/weights/pallet_nft_sales.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_nft_sales` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `691` // Estimated: `3647` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 58_770_000 picoseconds. + Weight::from_parts(59_863_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(6)) @@ -70,8 +70,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `828` // Estimated: `3647` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 58_169_000 picoseconds. + Weight::from_parts(59_381_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) @@ -98,8 +98,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1903` // Estimated: `6198` - // Minimum execution time: 82_000_000 picoseconds. - Weight::from_parts(83_000_000, 0) + // Minimum execution time: 119_363_000 picoseconds. + Weight::from_parts(121_096_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(9)) diff --git a/runtime/development/src/weights/pallet_order_book.rs b/runtime/development/src/weights/pallet_order_book.rs index 13ada86bcd..679c8e939d 100644 --- a/runtime/development/src/weights/pallet_order_book.rs +++ b/runtime/development/src/weights/pallet_order_book.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_order_book` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -50,8 +50,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1152` // Estimated: `11533` - // Minimum execution time: 49_000_000 picoseconds. - Weight::from_parts(50_000_000, 0) + // Minimum execution time: 76_283_000 picoseconds. + Weight::from_parts(77_686_000, 0) .saturating_add(Weight::from_parts(0, 11533)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) @@ -70,8 +70,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1594` // Estimated: `7534` - // Minimum execution time: 49_000_000 picoseconds. - Weight::from_parts(50_000_000, 0) + // Minimum execution time: 75_100_000 picoseconds. + Weight::from_parts(76_454_000, 0) .saturating_add(Weight::from_parts(0, 7534)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) @@ -90,8 +90,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1371` // Estimated: `11533` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) + // Minimum execution time: 61_204_000 picoseconds. + Weight::from_parts(62_467_000, 0) .saturating_add(Weight::from_parts(0, 11533)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -114,8 +114,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1739` // Estimated: `11533` - // Minimum execution time: 110_000_000 picoseconds. - Weight::from_parts(112_000_000, 0) + // Minimum execution time: 162_435_000 picoseconds. + Weight::from_parts(164_949_000, 0) .saturating_add(Weight::from_parts(0, 11533)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(9)) @@ -138,8 +138,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1924` // Estimated: `11406` - // Minimum execution time: 117_000_000 picoseconds. - Weight::from_parts(119_000_000, 0) + // Minimum execution time: 173_325_000 picoseconds. + Weight::from_parts(175_729_000, 0) .saturating_add(Weight::from_parts(0, 11406)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) @@ -150,8 +150,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 13_405_000 picoseconds. + Weight::from_parts(13_857_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -161,8 +161,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 14_507_000 picoseconds. + Weight::from_parts(15_168_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -172,8 +172,8 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `3547` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_769_000 picoseconds. + Weight::from_parts(21_531_000, 0) .saturating_add(Weight::from_parts(0, 3547)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/development/src/weights/pallet_permissions.rs b/runtime/development/src/weights/pallet_permissions.rs index 4f5c1587be..317a914c14 100644 --- a/runtime/development/src/weights/pallet_permissions.rs +++ b/runtime/development/src/weights/pallet_permissions.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_permissions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3` // Estimated: `3693` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_027_000 picoseconds. + Weight::from_parts(20_508_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `162` // Estimated: `6396` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 27_261_000 picoseconds. + Weight::from_parts(28_053_000, 0) .saturating_add(Weight::from_parts(0, 6396)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -68,8 +68,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `162` // Estimated: `3693` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 23_103_000 picoseconds. + Weight::from_parts(23_764_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -82,8 +82,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `256` // Estimated: `6396` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 29_355_000 picoseconds. + Weight::from_parts(30_117_000, 0) .saturating_add(Weight::from_parts(0, 6396)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -94,8 +94,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_217_000 picoseconds. + Weight::from_parts(20_589_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -106,8 +106,8 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 20_638_000 picoseconds. + Weight::from_parts(21_340_000, 0) .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/development/src/weights/pallet_pool_registry.rs b/runtime/development/src/weights/pallet_pool_registry.rs index d59826c020..dfd81808ce 100644 --- a/runtime/development/src/weights/pallet_pool_registry.rs +++ b/runtime/development/src/weights/pallet_pool_registry.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_pool_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -57,11 +57,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `720 + n * (4 ±0)` // Estimated: `4278 + n * (2480 ±0)` - // Minimum execution time: 83_000_000 picoseconds. - Weight::from_parts(71_862_967, 0) + // Minimum execution time: 126_186_000 picoseconds. + Weight::from_parts(110_807_121, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 16_323 - .saturating_add(Weight::from_parts(12_213_901, 0).saturating_mul(n.into())) + // Standard Error: 34_154 + .saturating_add(Weight::from_parts(18_374_251, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(8)) @@ -85,11 +85,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `787 + n * (133 ±0)` // Estimated: `4278 + n * (2531 ±0)` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(30_345_210, 0) + // Minimum execution time: 49_272_000 picoseconds. + Weight::from_parts(47_981_991, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 13_189 - .saturating_add(Weight::from_parts(1_910_630, 0).saturating_mul(n.into())) + // Standard Error: 12_889 + .saturating_add(Weight::from_parts(2_655_724, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -114,11 +114,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `973 + n * (155 ±0)` // Estimated: `6917 + n * (2531 ±0)` - // Minimum execution time: 55_000_000 picoseconds. - Weight::from_parts(50_011_098, 0) + // Minimum execution time: 86_822_000 picoseconds. + Weight::from_parts(79_827_290, 0) .saturating_add(Weight::from_parts(0, 6917)) - // Standard Error: 24_082 - .saturating_add(Weight::from_parts(6_658_294, 0).saturating_mul(n.into())) + // Standard Error: 35_303 + .saturating_add(Weight::from_parts(9_951_632, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -141,11 +141,11 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `963 + n * (181 ±0)` // Estimated: `6908 + n * (2531 ±0)` - // Minimum execution time: 47_000_000 picoseconds. - Weight::from_parts(42_750_175, 0) + // Minimum execution time: 74_851_000 picoseconds. + Weight::from_parts(67_153_109, 0) .saturating_add(Weight::from_parts(0, 6908)) - // Standard Error: 42_497 - .saturating_add(Weight::from_parts(6_888_025, 0).saturating_mul(n.into())) + // Standard Error: 32_749 + .saturating_add(Weight::from_parts(10_214_254, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -156,13 +156,15 @@ impl pallet_pool_registry::WeightInfo for WeightInfo /// Storage: PoolRegistry PoolMetadata (r:0 w:1) /// Proof: PoolRegistry PoolMetadata (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen) /// The range of component `n` is `[0, 46]`. - fn set_metadata(_n: u32, ) -> Weight { + fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3693` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_363_668, 0) + // Minimum execution time: 21_641_000 picoseconds. + Weight::from_parts(22_703_254, 0) .saturating_add(Weight::from_parts(0, 3693)) + // Standard Error: 697 + .saturating_add(Weight::from_parts(801, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/development/src/weights/pallet_pool_system.rs b/runtime/development/src/weights/pallet_pool_system.rs index 9584f1432c..7a0d5bf376 100644 --- a/runtime/development/src/weights/pallet_pool_system.rs +++ b/runtime/development/src/weights/pallet_pool_system.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_pool_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `625` // Estimated: `4278` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 28_032_000 picoseconds. + Weight::from_parts(28_544_000, 0) .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -79,11 +79,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1220 + n * (175 ±0)` // Estimated: `27515 + n * (2604 ±0)` - // Minimum execution time: 86_000_000 picoseconds. - Weight::from_parts(30_676_869, 0) + // Minimum execution time: 130_835_000 picoseconds. + Weight::from_parts(54_340_730, 0) .saturating_add(Weight::from_parts(0, 27515)) - // Standard Error: 87_723 - .saturating_add(Weight::from_parts(57_080_607, 0).saturating_mul(n.into())) + // Standard Error: 40_322 + .saturating_add(Weight::from_parts(78_260_878, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -117,11 +117,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1073 + n * (133 ±0)` // Estimated: `27515 + n * (2531 ±0)` - // Minimum execution time: 56_000_000 picoseconds. - Weight::from_parts(35_491_121, 0) + // Minimum execution time: 86_652_000 picoseconds. + Weight::from_parts(56_960_625, 0) .saturating_add(Weight::from_parts(0, 27515)) - // Standard Error: 32_948 - .saturating_add(Weight::from_parts(22_873_364, 0).saturating_mul(n.into())) + // Standard Error: 24_481 + .saturating_add(Weight::from_parts(31_890_327, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -165,11 +165,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2231 + n * (197 ±0)` // Estimated: `27515 + n * (2604 ±0)` - // Minimum execution time: 161_000_000 picoseconds. - Weight::from_parts(107_288_492, 0) + // Minimum execution time: 242_013_000 picoseconds. + Weight::from_parts(165_776_025, 0) .saturating_add(Weight::from_parts(0, 27515)) - // Standard Error: 80_685 - .saturating_add(Weight::from_parts(58_002_978, 0).saturating_mul(n.into())) + // Standard Error: 67_482 + .saturating_add(Weight::from_parts(79_916_715, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(7)) @@ -185,11 +185,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `429 + n * (249 ±0)` // Estimated: `4278` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(17_644_334, 0) + // Minimum execution time: 29_676_000 picoseconds. + Weight::from_parts(29_567_314, 0) .saturating_add(Weight::from_parts(0, 4278)) - // Standard Error: 16_127 - .saturating_add(Weight::from_parts(720_502, 0).saturating_mul(n.into())) + // Standard Error: 6_755 + .saturating_add(Weight::from_parts(1_036_768, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -228,11 +228,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2103 + n * (671 ±0)` // Estimated: `8039 + n * (2604 ±0)` - // Minimum execution time: 140_000_000 picoseconds. - Weight::from_parts(101_806_308, 0) + // Minimum execution time: 206_938_000 picoseconds. + Weight::from_parts(152_525_487, 0) .saturating_add(Weight::from_parts(0, 8039)) - // Standard Error: 139_146 - .saturating_add(Weight::from_parts(42_868_925, 0).saturating_mul(n.into())) + // Standard Error: 71_034 + .saturating_add(Weight::from_parts(59_411_948, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(8)) diff --git a/runtime/development/src/weights/pallet_preimage.rs b/runtime/development/src/weights/pallet_preimage.rs index b55a1a133a..2e5eecf768 100644 --- a/runtime/development/src/weights/pallet_preimage.rs +++ b/runtime/development/src/weights/pallet_preimage.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -41,11 +41,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 42_189_000 picoseconds. + Weight::from_parts(38_785_326, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_379, 0).saturating_mul(s.into())) + // Standard Error: 9 + .saturating_add(Weight::from_parts(2_654, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -58,11 +58,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 23_113_000 picoseconds. + Weight::from_parts(23_354_000, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_396, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_658, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -75,11 +75,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 21_951_000 picoseconds. + Weight::from_parts(5_072_153, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_405, 0).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(2_648, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -91,8 +91,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `324` // Estimated: `3556` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) + // Minimum execution time: 48_040_000 picoseconds. + Weight::from_parts(50_494_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(23_000_000, 0) + // Minimum execution time: 27_041_000 picoseconds. + Weight::from_parts(28_984_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -117,8 +117,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(23_000_000, 0) + // Minimum execution time: 23_674_000 picoseconds. + Weight::from_parts(33_773_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -129,8 +129,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 13_265_000 picoseconds. + Weight::from_parts(13_776_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -141,8 +141,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 19_817_000 picoseconds. + Weight::from_parts(20_208_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -153,8 +153,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 11_682_000 picoseconds. + Weight::from_parts(12_063_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_000_000, 0) + // Minimum execution time: 25_298_000 picoseconds. + Weight::from_parts(27_993_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -179,8 +179,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 0) + // Minimum execution time: 11_732_000 picoseconds. + Weight::from_parts(12_192_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -191,8 +191,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 11_661_000 picoseconds. + Weight::from_parts(12_093_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/development/src/weights/pallet_proxy.rs b/runtime/development/src/weights/pallet_proxy.rs index 500d46a67b..551c524c93 100644 --- a/runtime/development/src/weights/pallet_proxy.rs +++ b/runtime/development/src/weights/pallet_proxy.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -37,13 +37,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_068_563, 0) + // Minimum execution time: 22_142_000 picoseconds. + Weight::from_parts(23_564_104, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 2_402 - .saturating_add(Weight::from_parts(20_324, 0).saturating_mul(p.into())) + // Standard Error: 4_385 + .saturating_add(Weight::from_parts(31_669, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -56,15 +56,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `554 + a * (68 ±0) + p * (37 ±0)` + // Measured: `587 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 33_000_000 picoseconds. - Weight::from_parts(33_282_548, 0) + // Minimum execution time: 52_278_000 picoseconds. + Weight::from_parts(52_579_142, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 2_678 - .saturating_add(Weight::from_parts(143_490, 0).saturating_mul(a.into())) - // Standard Error: 2_767 - .saturating_add(Weight::from_parts(42_035, 0).saturating_mul(p.into())) + // Standard Error: 2_802 + .saturating_add(Weight::from_parts(243_131, 0).saturating_mul(a.into())) + // Standard Error: 2_895 + .saturating_add(Weight::from_parts(27_963, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -74,17 +74,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn remove_announcement(a: u32, p: u32, ) -> Weight { + fn remove_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `469 + a * (68 ±0)` + // Measured: `502 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(21_982_848, 0) + // Minimum execution time: 33_743_000 picoseconds. + Weight::from_parts(34_871_102, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 1_977 - .saturating_add(Weight::from_parts(143_815, 0).saturating_mul(a.into())) - // Standard Error: 2_043 - .saturating_add(Weight::from_parts(3_867, 0).saturating_mul(p.into())) + // Standard Error: 2_035 + .saturating_add(Weight::from_parts(216_747, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,15 +94,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `469 + a * (68 ±0)` + // Measured: `502 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(22_339_482, 0) + // Minimum execution time: 33_613_000 picoseconds. + Weight::from_parts(34_558_840, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 1_877 - .saturating_add(Weight::from_parts(132_679, 0).saturating_mul(a.into())) - // Standard Error: 1_939 - .saturating_add(Weight::from_parts(668, 0).saturating_mul(p.into())) + // Standard Error: 2_438 + .saturating_add(Weight::from_parts(225_835, 0).saturating_mul(a.into())) + // Standard Error: 2_519 + .saturating_add(Weight::from_parts(750, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -118,15 +116,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `486 + a * (68 ±0) + p * (37 ±0)` + // Measured: `519 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 30_000_000 picoseconds. - Weight::from_parts(30_851_070, 0) + // Minimum execution time: 46_758_000 picoseconds. + Weight::from_parts(46_310_527, 0) .saturating_add(Weight::from_parts(0, 5698)) - // Standard Error: 2_137 - .saturating_add(Weight::from_parts(140_012, 0).saturating_mul(a.into())) - // Standard Error: 2_208 - .saturating_add(Weight::from_parts(21_936, 0).saturating_mul(p.into())) + // Standard Error: 2_002 + .saturating_add(Weight::from_parts(241_079, 0).saturating_mul(a.into())) + // Standard Error: 2_068 + .saturating_add(Weight::from_parts(33_253, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,13 +133,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 23_000_000 picoseconds. - Weight::from_parts(23_815_522, 0) + // Minimum execution time: 35_386_000 picoseconds. + Weight::from_parts(36_370_088, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 2_151 - .saturating_add(Weight::from_parts(20_133, 0).saturating_mul(p.into())) + // Standard Error: 1_270 + .saturating_add(Weight::from_parts(43_142, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,13 +148,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 23_000_000 picoseconds. - Weight::from_parts(23_887_538, 0) + // Minimum execution time: 35_106_000 picoseconds. + Weight::from_parts(36_734_496, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 1_930 - .saturating_add(Weight::from_parts(5_184, 0).saturating_mul(p.into())) + // Standard Error: 2_200 + .saturating_add(Weight::from_parts(35_830, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -165,13 +163,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + p * (37 ±0)` + // Measured: `260 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(20_791_895, 0) + // Minimum execution time: 31_098_000 picoseconds. + Weight::from_parts(32_118_938, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 2_015 - .saturating_add(Weight::from_parts(16_630, 0).saturating_mul(p.into())) + // Standard Error: 1_211 + .saturating_add(Weight::from_parts(46_997, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -180,26 +178,28 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239` + // Measured: `272` // Estimated: `4706` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(23_807_678, 0) + // Minimum execution time: 37_630_000 picoseconds. + Weight::from_parts(38_750_343, 0) .saturating_add(Weight::from_parts(0, 4706)) - // Standard Error: 6_986 - .saturating_add(Weight::from_parts(117_417, 0).saturating_mul(p.into())) + // Standard Error: 1_408 + .saturating_add(Weight::from_parts(15_188, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Proxy Proxies (r:1 w:1) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[0, 30]`. - fn kill_pure(_p: u32, ) -> Weight { + fn kill_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `264 + p * (37 ±0)` + // Measured: `297 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(24_548_086, 0) + // Minimum execution time: 32_071_000 picoseconds. + Weight::from_parts(33_415_234, 0) .saturating_add(Weight::from_parts(0, 4706)) + // Standard Error: 1_452 + .saturating_add(Weight::from_parts(47_539, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/development/src/weights/pallet_restricted_tokens.rs b/runtime/development/src/weights/pallet_restricted_tokens.rs index 6c6de16044..ecbc4b8cd9 100644 --- a/runtime/development/src/weights/pallet_restricted_tokens.rs +++ b/runtime/development/src/weights/pallet_restricted_tokens.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_restricted_tokens` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -32,18 +32,22 @@ use core::marker::PhantomData; /// Weight functions for `pallet_restricted_tokens`. pub struct WeightInfo(PhantomData); impl pallet_restricted_tokens::WeightInfo for WeightInfo { + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 58_000_000 picoseconds. - Weight::from_parts(59_000_000, 0) + // Minimum execution time: 90_761_000 picoseconds. + Weight::from_parts(92_002_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) @@ -52,26 +56,30 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_other() -> Weight { // Proof Size summary in bytes: - // Measured: `1194` + // Measured: `1407` // Estimated: `6198` - // Minimum execution time: 51_000_000 picoseconds. - Weight::from_parts(52_000_000, 0) + // Minimum execution time: 84_819_000 picoseconds. + Weight::from_parts(85_671_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 49_000_000 picoseconds. - Weight::from_parts(50_000_000, 0) + // Minimum execution time: 78_837_000 picoseconds. + Weight::from_parts(80_310_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) @@ -80,40 +88,44 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive_other() -> Weight { // Proof Size summary in bytes: - // Measured: `1091` + // Measured: `1304` // Estimated: `6198` - // Minimum execution time: 48_000_000 picoseconds. - Weight::from_parts(49_000_000, 0) + // Minimum execution time: 80_030_000 picoseconds. + Weight::from_parts(81_122_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all_native() -> Weight { // Proof Size summary in bytes: - // Measured: `226` + // Measured: `439` // Estimated: `3593` - // Minimum execution time: 61_000_000 picoseconds. - Weight::from_parts(64_000_000, 0) + // Minimum execution time: 94_657_000 picoseconds. + Weight::from_parts(96_572_000, 0) .saturating_add(Weight::from_parts(0, 3593)) - .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:0) + /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all_other() -> Weight { // Proof Size summary in bytes: - // Measured: `1194` + // Measured: `1407` // Estimated: `6198` - // Minimum execution time: 54_000_000 picoseconds. - Weight::from_parts(58_000_000, 0) + // Minimum execution time: 87_864_000 picoseconds. + Weight::from_parts(89_909_000, 0) .saturating_add(Weight::from_parts(0, 6198)) - .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: System Account (r:1 w:1) @@ -122,8 +134,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `226` // Estimated: `3593` - // Minimum execution time: 58_000_000 picoseconds. - Weight::from_parts(59_000_000, 0) + // Minimum execution time: 84_398_000 picoseconds. + Weight::from_parts(85_912_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +150,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1194` // Estimated: `6198` - // Minimum execution time: 51_000_000 picoseconds. - Weight::from_parts(52_000_000, 0) + // Minimum execution time: 78_517_000 picoseconds. + Weight::from_parts(79_509_000, 0) .saturating_add(Weight::from_parts(0, 6198)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -152,8 +164,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `265` // Estimated: `3674` - // Minimum execution time: 120_000_000 picoseconds. - Weight::from_parts(126_000_000, 0) + // Minimum execution time: 168_687_000 picoseconds. + Weight::from_parts(171_662_000, 0) .saturating_add(Weight::from_parts(0, 3674)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -168,8 +180,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `966` // Estimated: `4431` - // Minimum execution time: 80_000_000 picoseconds. - Weight::from_parts(81_000_000, 0) + // Minimum execution time: 118_873_000 picoseconds. + Weight::from_parts(121_297_000, 0) .saturating_add(Weight::from_parts(0, 4431)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/development/src/weights/pallet_scheduler.rs b/runtime/development/src/weights/pallet_scheduler.rs index 469442869e..6ed6a25c18 100644 --- a/runtime/development/src/weights/pallet_scheduler.rs +++ b/runtime/development/src/weights/pallet_scheduler.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -38,8 +38,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(4_000_000, 0) + // Minimum execution time: 5_210_000 picoseconds. + Weight::from_parts(5_410_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -51,11 +51,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(5_345_451, 0) + // Minimum execution time: 5_039_000 picoseconds. + Weight::from_parts(7_600_812, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 2_289 - .saturating_add(Weight::from_parts(761_686, 0).saturating_mul(s.into())) + // Standard Error: 3_730 + .saturating_add(Weight::from_parts(1_194_522, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -63,8 +63,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 8_455_000 picoseconds. + Weight::from_parts(8_696_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) @@ -76,11 +76,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `213 + s * (1 ±0)` // Estimated: `3678 + s * (1 ±0)` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 28_654_000 picoseconds. + Weight::from_parts(65_254_294, 0) .saturating_add(Weight::from_parts(0, 3678)) - // Standard Error: 4 - .saturating_add(Weight::from_parts(776, 0).saturating_mul(s.into())) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_064, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -91,8 +91,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 10_770_000 picoseconds. + Weight::from_parts(11_131_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -100,24 +100,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 8_556_000 picoseconds. + Weight::from_parts(8_766_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_358_000 picoseconds. + Weight::from_parts(4_578_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_000_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 4_357_000 picoseconds. + Weight::from_parts(4_438_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) @@ -127,11 +127,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_951_294, 0) + // Minimum execution time: 19_016_000 picoseconds. + Weight::from_parts(21_972_866, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 2_332 - .saturating_add(Weight::from_parts(746_232, 0).saturating_mul(s.into())) + // Standard Error: 3_861 + .saturating_add(Weight::from_parts(1_192_096, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -144,11 +144,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(13_160_653, 0) + // Minimum execution time: 25_447_000 picoseconds. + Weight::from_parts(22_429_401, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 6_244 - .saturating_add(Weight::from_parts(1_399_817, 0).saturating_mul(s.into())) + // Standard Error: 5_016 + .saturating_add(Weight::from_parts(2_150_842, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -161,11 +161,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `255 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(16_799_294, 0) + // Minimum execution time: 23_885_000 picoseconds. + Weight::from_parts(27_665_172, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 4_096 - .saturating_add(Weight::from_parts(767_783, 0).saturating_mul(s.into())) + // Standard Error: 3_658 + .saturating_add(Weight::from_parts(1_204_642, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -178,11 +178,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(15_392_653, 0) + // Minimum execution time: 26_791_000 picoseconds. + Weight::from_parts(24_516_306, 0) .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 4_559 - .saturating_add(Weight::from_parts(1_400_052, 0).saturating_mul(s.into())) + // Standard Error: 4_848 + .saturating_add(Weight::from_parts(2_212_073, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/development/src/weights/pallet_session.rs b/runtime/development/src/weights/pallet_session.rs index 31e8ffd582..f19b73c47d 100644 --- a/runtime/development/src/weights/pallet_session.rs +++ b/runtime/development/src/weights/pallet_session.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 17_000_000 picoseconds. - Weight::from_parts(18_000_000, 0) + // Minimum execution time: 26_389_000 picoseconds. + Weight::from_parts(27_091_000, 0) .saturating_add(Weight::from_parts(0, 3773)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `315` // Estimated: `3780` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 18_123_000 picoseconds. + Weight::from_parts(18_735_000, 0) .saturating_add(Weight::from_parts(0, 3780)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/development/src/weights/pallet_timestamp.rs b/runtime/development/src/weights/pallet_timestamp.rs index 20e6bda4a0..583559c868 100644 --- a/runtime/development/src/weights/pallet_timestamp.rs +++ b/runtime/development/src/weights/pallet_timestamp.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `289` // Estimated: `1493` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) + // Minimum execution time: 12_514_000 picoseconds. + Weight::from_parts(13_104_000, 0) .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -50,8 +50,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(4_000_000, 0) + // Minimum execution time: 5_321_000 picoseconds. + Weight::from_parts(5_500_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/development/src/weights/pallet_transfer_allowlist.rs b/runtime/development/src/weights/pallet_transfer_allowlist.rs index b9eb3b75ba..bafcbc0461 100644 --- a/runtime/development/src/weights/pallet_transfer_allowlist.rs +++ b/runtime/development/src/weights/pallet_transfer_allowlist.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_transfer_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -40,15 +40,17 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn add_transfer_allowance_no_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `537` - // Estimated: `3596` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(40_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `570` + // Estimated: `3674` + // Minimum execution time: 85_600_000 picoseconds. + Weight::from_parts(87_674_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) @@ -58,24 +60,26 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn add_transfer_allowance_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `626` - // Estimated: `3596` - // Minimum execution time: 42_000_000 picoseconds. - Weight::from_parts(43_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `663` + // Estimated: `3674` + // Minimum execution time: 89_498_000 picoseconds. + Weight::from_parts(90_950_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_no_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `180` + // Measured: `213` // Estimated: `3556` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 19_146_000 picoseconds. + Weight::from_parts(19_587_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -84,10 +88,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn add_allowance_delay_existing_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `299` + // Measured: `336` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_351_000 picoseconds. + Weight::from_parts(22_001_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -96,10 +100,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn toggle_allowance_delay_once_future_modifiable() -> Weight { // Proof Size summary in bytes: - // Measured: `269` + // Measured: `306` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_681_000 picoseconds. + Weight::from_parts(22_523_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -108,10 +112,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn update_allowance_delay() -> Weight { // Proof Size summary in bytes: - // Measured: `273` + // Measured: `310` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_941_000 picoseconds. + Weight::from_parts(22_182_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -120,10 +124,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_no_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `273` + // Measured: `310` // Estimated: `3556` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_771_000 picoseconds. + Weight::from_parts(22_321_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -132,10 +136,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_allowance_delay_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `307` + // Measured: `344` // Estimated: `3556` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_502_000 picoseconds. + Weight::from_parts(23_294_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -146,10 +150,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_delay_present() -> Weight { // Proof Size summary in bytes: - // Measured: `397` + // Measured: `438` // Estimated: `3596` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(22_000_000, 0) + // Minimum execution time: 33_353_000 picoseconds. + Weight::from_parts(34_134_000, 0) .saturating_add(Weight::from_parts(0, 3596)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -160,10 +164,10 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) fn remove_transfer_allowance_no_delay() -> Weight { // Proof Size summary in bytes: - // Measured: `393` + // Measured: `434` // Estimated: `3596` - // Minimum execution time: 21_000_000 picoseconds. - Weight::from_parts(21_000_000, 0) + // Minimum execution time: 33_182_000 picoseconds. + Weight::from_parts(33_833_000, 0) .saturating_add(Weight::from_parts(0, 3596)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -174,17 +178,19 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_no_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `750` - // Estimated: `3596` - // Minimum execution time: 41_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `844` + // Estimated: `3674` + // Minimum execution time: 80_240_000 picoseconds. + Weight::from_parts(81_944_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: TransferAllowList AccountCurrencyTransferAllowance (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferAllowance (max_values: None, max_size: Some(131), added: 2606, mode: MaxEncodedLen) @@ -192,23 +198,18 @@ impl pallet_transfer_allowlist::WeightInfo for WeightIn /// Proof: Fees FeeBalances (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: TransferAllowList AccountCurrencyTransferCountDelay (r:1 w:1) /// Proof: TransferAllowList AccountCurrencyTransferCountDelay (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn purge_transfer_allowance_remaining_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `789` - // Estimated: `3596` - // Minimum execution time: 40_000_000 picoseconds. - Weight::from_parts(42_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(3)) - } - - fn remove_transfer_allowance_missing_allowance() -> Weight { - Weight::from_parts(21_000_000, 0) - .saturating_add(Weight::from_parts(0, 3596)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `883` + // Estimated: `3674` + // Minimum execution time: 79_749_000 picoseconds. + Weight::from_parts(80_701_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } } diff --git a/runtime/development/src/weights/pallet_treasury.rs b/runtime/development/src/weights/pallet_treasury.rs index c50edf7d3a..db2e20618b 100644 --- a/runtime/development/src/weights/pallet_treasury.rs +++ b/runtime/development/src/weights/pallet_treasury.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -36,8 +36,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) + // Minimum execution time: 441_000 picoseconds. + Weight::from_parts(491_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Treasury ProposalCount (r:1 w:1) @@ -48,8 +48,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `1489` - // Minimum execution time: 25_000_000 picoseconds. - Weight::from_parts(26_000_000, 0) + // Minimum execution time: 37_971_000 picoseconds. + Weight::from_parts(38_863_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -62,8 +62,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `405` // Estimated: `6196` - // Minimum execution time: 41_000_000 picoseconds. - Weight::from_parts(41_000_000, 0) + // Minimum execution time: 60_333_000 picoseconds. + Weight::from_parts(61_836_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -77,11 +77,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `470 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(9_681_448, 0) + // Minimum execution time: 12_914_000 picoseconds. + Weight::from_parts(15_936_337, 0) .saturating_add(Weight::from_parts(0, 3573)) - // Standard Error: 1_276 - .saturating_add(Weight::from_parts(34_731, 0).saturating_mul(p.into())) + // Standard Error: 1_007 + .saturating_add(Weight::from_parts(57_571, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -91,8 +91,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `127` // Estimated: `1887` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(6_000_000, 0) + // Minimum execution time: 10_309_000 picoseconds. + Weight::from_parts(10_570_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -110,11 +110,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `230 + p * (120 ±0)` // Estimated: `3593 + p * (2583 ±0)` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(23_267_871, 0) + // Minimum execution time: 41_227_000 picoseconds. + Weight::from_parts(35_855_776, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 19_124 - .saturating_add(Weight::from_parts(2_804_404, 0).saturating_mul(p.into())) + // Standard Error: 7_783 + .saturating_add(Weight::from_parts(3_799_074, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/development/src/weights/pallet_uniques.rs b/runtime/development/src/weights/pallet_uniques.rs index bf19563360..348e4bda01 100644 --- a/runtime/development/src/weights/pallet_uniques.rs +++ b/runtime/development/src/weights/pallet_uniques.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_uniques` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -40,8 +40,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `282` // Estimated: `3647` - // Minimum execution time: 26_000_000 picoseconds. - Weight::from_parts(27_000_000, 0) + // Minimum execution time: 42_299_000 picoseconds. + Weight::from_parts(42_970_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -54,8 +54,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3647` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 20_729_000 picoseconds. + Weight::from_parts(21_119_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -83,15 +83,15 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `544 + a * (346 ±0) + m * (69 ±0) + n * (88 ±0)` // Estimated: `3647 + a * (3080 ±0) + m * (2806 ±0) + n * (2613 ±0)` - // Minimum execution time: 2_536_000_000 picoseconds. - Weight::from_parts(2_565_000_000, 0) + // Minimum execution time: 3_026_582_000 picoseconds. + Weight::from_parts(3_034_728_000, 0) .saturating_add(Weight::from_parts(0, 3647)) - // Standard Error: 25_533 - .saturating_add(Weight::from_parts(6_820_098, 0).saturating_mul(n.into())) - // Standard Error: 25_533 - .saturating_add(Weight::from_parts(178_810, 0).saturating_mul(m.into())) - // Standard Error: 25_533 - .saturating_add(Weight::from_parts(458_845, 0).saturating_mul(a.into())) + // Standard Error: 29_171 + .saturating_add(Weight::from_parts(9_819_660, 0).saturating_mul(n.into())) + // Standard Error: 29_171 + .saturating_add(Weight::from_parts(244_353, 0).saturating_mul(m.into())) + // Standard Error: 29_171 + .saturating_add(Weight::from_parts(516_819, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -116,8 +116,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3647` - // Minimum execution time: 32_000_000 picoseconds. - Weight::from_parts(33_000_000, 0) + // Minimum execution time: 51_427_000 picoseconds. + Weight::from_parts(52_839_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -134,8 +134,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `549` // Estimated: `3647` - // Minimum execution time: 34_000_000 picoseconds. - Weight::from_parts(35_000_000, 0) + // Minimum execution time: 52_969_000 picoseconds. + Weight::from_parts(54_152_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -152,8 +152,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `549` // Estimated: `3647` - // Minimum execution time: 24_000_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 38_673_000 picoseconds. + Weight::from_parts(39_444_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -167,11 +167,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `854 + i * (88 ±0)` // Estimated: `3647 + i * (2613 ±0)` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(12_000_000, 0) + // Minimum execution time: 20_328_000 picoseconds. + Weight::from_parts(20_569_000, 0) .saturating_add(Weight::from_parts(0, 3647)) - // Standard Error: 20_824 - .saturating_add(Weight::from_parts(17_443_192, 0).saturating_mul(i.into())) + // Standard Error: 16_582 + .saturating_add(Weight::from_parts(24_409_633, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -186,8 +186,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `549` // Estimated: `3647` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_718_000 picoseconds. + Weight::from_parts(26_209_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -200,8 +200,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `549` // Estimated: `3647` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 25_448_000 picoseconds. + Weight::from_parts(26_088_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -212,8 +212,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3647` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 18_605_000 picoseconds. + Weight::from_parts(19_005_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -224,8 +224,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3647` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 18_424_000 picoseconds. + Weight::from_parts(18_895_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -240,8 +240,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `464` // Estimated: `3647` - // Minimum execution time: 18_000_000 picoseconds. - Weight::from_parts(19_000_000, 0) + // Minimum execution time: 29_966_000 picoseconds. + Weight::from_parts(30_738_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -252,8 +252,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3647` - // Minimum execution time: 11_000_000 picoseconds. - Weight::from_parts(11_000_000, 0) + // Minimum execution time: 18_695_000 picoseconds. + Weight::from_parts(19_166_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -266,8 +266,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3647` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 0) + // Minimum execution time: 23_164_000 picoseconds. + Weight::from_parts(23_925_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -282,8 +282,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `808` // Estimated: `4070` - // Minimum execution time: 38_000_000 picoseconds. - Weight::from_parts(39_000_000, 0) + // Minimum execution time: 58_429_000 picoseconds. + Weight::from_parts(59_592_000, 0) .saturating_add(Weight::from_parts(0, 4070)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -298,8 +298,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1440` // Estimated: `4070` - // Minimum execution time: 37_000_000 picoseconds. - Weight::from_parts(38_000_000, 0) + // Minimum execution time: 56_907_000 picoseconds. + Weight::from_parts(57_798_000, 0) .saturating_add(Weight::from_parts(0, 4070)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -312,8 +312,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `452` // Estimated: `3796` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 43_150_000 picoseconds. + Weight::from_parts(43_782_000, 0) .saturating_add(Weight::from_parts(0, 3796)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -326,8 +326,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `808` // Estimated: `3796` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_000_000, 0) + // Minimum execution time: 43_772_000 picoseconds. + Weight::from_parts(44_954_000, 0) .saturating_add(Weight::from_parts(0, 3796)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -340,8 +340,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3764` - // Minimum execution time: 28_000_000 picoseconds. - Weight::from_parts(29_000_000, 0) + // Minimum execution time: 44_553_000 picoseconds. + Weight::from_parts(45_235_000, 0) .saturating_add(Weight::from_parts(0, 3764)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -354,8 +354,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `709` // Estimated: `3764` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_000_000, 0) + // Minimum execution time: 42_639_000 picoseconds. + Weight::from_parts(43_842_000, 0) .saturating_add(Weight::from_parts(0, 3764)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -368,8 +368,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `549` // Estimated: `3647` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 26_600_000 picoseconds. + Weight::from_parts(27_462_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -382,8 +382,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `582` // Estimated: `3647` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(17_000_000, 0) + // Minimum execution time: 26_499_000 picoseconds. + Weight::from_parts(26_880_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -394,8 +394,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3521` - // Minimum execution time: 12_000_000 picoseconds. - Weight::from_parts(13_000_000, 0) + // Minimum execution time: 21_079_000 picoseconds. + Weight::from_parts(21_510_000, 0) .saturating_add(Weight::from_parts(0, 3521)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -408,8 +408,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `386` // Estimated: `3647` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 22_913_000 picoseconds. + Weight::from_parts(23_324_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -422,8 +422,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `376` // Estimated: `3603` - // Minimum execution time: 13_000_000 picoseconds. - Weight::from_parts(14_000_000, 0) + // Minimum execution time: 21_781_000 picoseconds. + Weight::from_parts(22_522_000, 0) .saturating_add(Weight::from_parts(0, 3603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -440,8 +440,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `678` // Estimated: `3647` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(36_000_000, 0) + // Minimum execution time: 54_412_000 picoseconds. + Weight::from_parts(54_853_000, 0) .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/development/src/weights/pallet_utility.rs b/runtime/development/src/weights/pallet_utility.rs index 9ec1ec953e..787eed798b 100644 --- a/runtime/development/src/weights/pallet_utility.rs +++ b/runtime/development/src/weights/pallet_utility.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -37,18 +37,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(2_939_407, 0) + // Minimum execution time: 10_240_000 picoseconds. + Weight::from_parts(10_539_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_202 - .saturating_add(Weight::from_parts(5_690_832, 0).saturating_mul(c.into())) + // Standard Error: 2_703 + .saturating_add(Weight::from_parts(8_263_154, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 0) + // Minimum execution time: 8_015_000 picoseconds. + Weight::from_parts(8_195_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -56,18 +56,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(4_806_717, 0) + // Minimum execution time: 10_199_000 picoseconds. + Weight::from_parts(4_489_512, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_435 - .saturating_add(Weight::from_parts(6_001_808, 0).saturating_mul(c.into())) + // Standard Error: 4_056 + .saturating_add(Weight::from_parts(8_732_386, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 14_106_000 picoseconds. + Weight::from_parts(14_477_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -75,10 +75,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(2_060_053, 0) + // Minimum execution time: 10_199_000 picoseconds. + Weight::from_parts(13_137_021, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_576 - .saturating_add(Weight::from_parts(5_704_616, 0).saturating_mul(c.into())) + // Standard Error: 4_678 + .saturating_add(Weight::from_parts(8_265_986, 0).saturating_mul(c.into())) } } diff --git a/runtime/development/src/weights/pallet_vesting.rs b/runtime/development/src/weights/pallet_vesting.rs index f0e0ea34cd..a482eafc4b 100644 --- a/runtime/development/src/weights/pallet_vesting.rs +++ b/runtime/development/src/weights/pallet_vesting.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kf-FG`, CPU: `` +//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("development-local"), DB CACHE: 1024 // Executed Command: @@ -44,13 +44,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `305 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(26_180_747, 0) + // Minimum execution time: 45_816_000 picoseconds. + Weight::from_parts(45_097_188, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 2_730 - .saturating_add(Weight::from_parts(73_391, 0).saturating_mul(l.into())) - // Standard Error: 4_858 - .saturating_add(Weight::from_parts(129_481, 0).saturating_mul(s.into())) + // Standard Error: 1_110 + .saturating_add(Weight::from_parts(47_226, 0).saturating_mul(l.into())) + // Standard Error: 1_976 + .saturating_add(Weight::from_parts(83_046, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -66,13 +66,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `305 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 33_000_000 picoseconds. - Weight::from_parts(28_364_635, 0) + // Minimum execution time: 50_255_000 picoseconds. + Weight::from_parts(51_590_663, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 7_067 - .saturating_add(Weight::from_parts(98_554, 0).saturating_mul(l.into())) - // Standard Error: 12_574 - .saturating_add(Weight::from_parts(189_689, 0).saturating_mul(s.into())) + // Standard Error: 1_469 + .saturating_add(Weight::from_parts(29_616, 0).saturating_mul(l.into())) + // Standard Error: 2_615 + .saturating_add(Weight::from_parts(69_823, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,13 +90,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `408 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(30_857_695, 0) + // Minimum execution time: 47_619_000 picoseconds. + Weight::from_parts(47_378_512, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 3_212 - .saturating_add(Weight::from_parts(41_635, 0).saturating_mul(l.into())) - // Standard Error: 5_716 - .saturating_add(Weight::from_parts(34_486, 0).saturating_mul(s.into())) + // Standard Error: 1_065 + .saturating_add(Weight::from_parts(44_856, 0).saturating_mul(l.into())) + // Standard Error: 1_896 + .saturating_add(Weight::from_parts(78_837, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -114,13 +114,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `408 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 34_000_000 picoseconds. - Weight::from_parts(33_295_517, 0) + // Minimum execution time: 52_979_000 picoseconds. + Weight::from_parts(53_480_005, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 1_734 - .saturating_add(Weight::from_parts(37_637, 0).saturating_mul(l.into())) - // Standard Error: 3_086 - .saturating_add(Weight::from_parts(63_728, 0).saturating_mul(s.into())) + // Standard Error: 1_576 + .saturating_add(Weight::from_parts(34_889, 0).saturating_mul(l.into())) + // Standard Error: 2_805 + .saturating_add(Weight::from_parts(68_985, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -138,13 +138,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 68_000_000 picoseconds. - Weight::from_parts(68_821_407, 0) + // Minimum execution time: 103_002_000 picoseconds. + Weight::from_parts(103_939_507, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 1_545 - .saturating_add(Weight::from_parts(42_349, 0).saturating_mul(l.into())) - // Standard Error: 2_748 - .saturating_add(Weight::from_parts(88_112, 0).saturating_mul(s.into())) + // Standard Error: 2_150 + .saturating_add(Weight::from_parts(45_662, 0).saturating_mul(l.into())) + // Standard Error: 3_825 + .saturating_add(Weight::from_parts(100_035, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -162,13 +162,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `652 + l * (25 ±0) + s * (36 ±0)` // Estimated: `6196` - // Minimum execution time: 71_000_000 picoseconds. - Weight::from_parts(71_123_762, 0) + // Minimum execution time: 104_986_000 picoseconds. + Weight::from_parts(105_376_930, 0) .saturating_add(Weight::from_parts(0, 6196)) - // Standard Error: 1_212 - .saturating_add(Weight::from_parts(35_707, 0).saturating_mul(l.into())) - // Standard Error: 2_157 - .saturating_add(Weight::from_parts(76_699, 0).saturating_mul(s.into())) + // Standard Error: 2_042 + .saturating_add(Weight::from_parts(59_879, 0).saturating_mul(l.into())) + // Standard Error: 3_634 + .saturating_add(Weight::from_parts(132_891, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,13 +186,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `407 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 31_000_000 picoseconds. - Weight::from_parts(30_964_050, 0) + // Minimum execution time: 49_462_000 picoseconds. + Weight::from_parts(49_231_807, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 1_635 - .saturating_add(Weight::from_parts(30_032, 0).saturating_mul(l.into())) - // Standard Error: 3_019 - .saturating_add(Weight::from_parts(67_886, 0).saturating_mul(s.into())) + // Standard Error: 1_136 + .saturating_add(Weight::from_parts(37_532, 0).saturating_mul(l.into())) + // Standard Error: 2_099 + .saturating_add(Weight::from_parts(73_677, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -210,13 +210,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `407 + l * (25 ±0) + s * (36 ±0)` // Estimated: `4764` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(29_447_214, 0) + // Minimum execution time: 55_013_000 picoseconds. + Weight::from_parts(55_245_584, 0) .saturating_add(Weight::from_parts(0, 4764)) - // Standard Error: 10_031 - .saturating_add(Weight::from_parts(112_619, 0).saturating_mul(l.into())) - // Standard Error: 18_524 - .saturating_add(Weight::from_parts(251_787, 0).saturating_mul(s.into())) + // Standard Error: 1_173 + .saturating_add(Weight::from_parts(36_142, 0).saturating_mul(l.into())) + // Standard Error: 2_166 + .saturating_add(Weight::from_parts(72_999, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) }