diff --git a/system-parachains/people/people-kusama/src/weights/pallet_identity_ops.rs b/system-parachains/people/people-kusama/src/weights/pallet_identity_ops.rs index 0d0f9ee38e..daac69090b 100644 --- a/system-parachains/people/people-kusama/src/weights/pallet_identity_ops.rs +++ b/system-parachains/people/people-kusama/src/weights/pallet_identity_ops.rs @@ -13,21 +13,22 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. + //! Autogenerated weights for `pallet_identity_ops` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-06-04, STEPS: `10`, REPEAT: `50`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `cob`, CPU: `` +//! HOSTNAME: `ggwpez-ref-hw`, CPU: `AMD EPYC 7232P 8-Core Processor` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./people-kusama-chain-spec.json")`, DB CACHE: 1024 // Executed Command: -// ./polkadot +// ./target/production/polkadot // benchmark // pallet // --chain=./people-kusama-chain-spec.json -// --steps=10 -// --repeat=50 +// --steps=50 +// --repeat=20 // --pallet=pallet_identity_ops // --extrinsic=* // --wasm-execution=compiled @@ -45,7 +46,7 @@ use core::marker::PhantomData; /// Weight functions for `pallet_identity_ops`. pub struct WeightInfo(PhantomData); -impl crate::pallet_identity_ops::WeightInfo for WeightInfo { +impl pallet_identity_ops::WeightInfo for WeightInfo { /// Storage: `Identity::IdentityOf` (r:1 w:1) /// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(838), added: 3313, mode: `MaxEncodedLen`) /// Storage: `Identity::SubsOf` (r:1 w:0) @@ -56,8 +57,8 @@ impl crate::pallet_identity_ops::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `828` // Estimated: `6723` - // Minimum execution time: 15_000_000 picoseconds. - Weight::from_parts(16_000_000, 0) + // Minimum execution time: 22_170_000 picoseconds. + Weight::from_parts(22_770_000, 0) .saturating_add(Weight::from_parts(0, 6723)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1))