From dc04d351a6fdaf0248e7b6ad17494060e5c241fd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 19 Jul 2024 22:57:19 +0000 Subject: [PATCH] Update from benchmark --- relay/kusama/src/weights/pallet_indices.rs | 54 +++++++++++----------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/relay/kusama/src/weights/pallet_indices.rs b/relay/kusama/src/weights/pallet_indices.rs index 6cb65ae442..407919efa4 100644 --- a/relay/kusama/src/weights/pallet_indices.rs +++ b/relay/kusama/src/weights/pallet_indices.rs @@ -13,27 +13,29 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. + //! Autogenerated weights for `pallet_indices` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 42.0.0 +//! DATE: 2024-07-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` -//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./kusama-chain-spec.json")`, DB CACHE: 1024 +//! HOSTNAME: `arc-runners-beefy-stg-qbztc-runner-gzjm7`, CPU: `AMD EPYC 7B13` +//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot +// frame-omni-bencher +// v1 // benchmark // pallet -// --chain=./kusama-chain-spec.json -// --steps=50 -// --repeat=20 -// --pallet=pallet_indices // --extrinsic=* +// --runtime=target/release/wbuild/staging-kusama-runtime/staging_kusama_runtime.wasm +// --pallet=pallet_indices +// --header=/home/runner/_work/runtimes/runtimes/.github/scripts/cmd/file_header.txt +// --output=./relay/kusama/src/weights/pallet_indices.rs // --wasm-execution=compiled +// --steps=50 +// --repeat=20 // --heap-pages=4096 -// --output=./kusama-weights/ -// --header=./file_header.txt #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -50,10 +52,10 @@ impl pallet_indices::WeightInfo for WeightInfo { /// Proof: `Indices::Accounts` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) fn claim() -> Weight { // Proof Size summary in bytes: - // Measured: `4` + // Measured: `0` // Estimated: `3534` - // Minimum execution time: 18_411_000 picoseconds. - Weight::from_parts(18_870_000, 0) + // Minimum execution time: 31_520_000 picoseconds. + Weight::from_parts(32_730_000, 0) .saturating_add(Weight::from_parts(0, 3534)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -64,10 +66,10 @@ impl pallet_indices::WeightInfo for WeightInfo { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `203` + // Measured: `122` // Estimated: `3593` - // Minimum execution time: 31_115_000 picoseconds. - Weight::from_parts(31_721_000, 0) + // Minimum execution time: 46_780_000 picoseconds. + Weight::from_parts(48_900_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -76,10 +78,10 @@ impl pallet_indices::WeightInfo for WeightInfo { /// Proof: `Indices::Accounts` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) fn free() -> Weight { // Proof Size summary in bytes: - // Measured: `100` + // Measured: `19` // Estimated: `3534` - // Minimum execution time: 19_495_000 picoseconds. - Weight::from_parts(19_960_000, 0) + // Minimum execution time: 30_240_000 picoseconds. + Weight::from_parts(31_200_000, 0) .saturating_add(Weight::from_parts(0, 3534)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -90,10 +92,10 @@ impl pallet_indices::WeightInfo for WeightInfo { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `203` + // Measured: `121` // Estimated: `3593` - // Minimum execution time: 21_514_000 picoseconds. - Weight::from_parts(22_223_000, 0) + // Minimum execution time: 32_860_000 picoseconds. + Weight::from_parts(33_910_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -102,10 +104,10 @@ impl pallet_indices::WeightInfo for WeightInfo { /// Proof: `Indices::Accounts` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) fn freeze() -> Weight { // Proof Size summary in bytes: - // Measured: `100` + // Measured: `19` // Estimated: `3534` - // Minimum execution time: 20_613_000 picoseconds. - Weight::from_parts(21_036_000, 0) + // Minimum execution time: 31_330_000 picoseconds. + Weight::from_parts(32_950_000, 0) .saturating_add(Weight::from_parts(0, 3534)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1))