diff --git a/runtime/polkadot/src/weights/runtime_parachains_disputes_slashing.rs b/runtime/polkadot/src/weights/runtime_parachains_disputes_slashing.rs index 269e53034e9f..6cb297c351e9 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_disputes_slashing.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_disputes_slashing.rs @@ -16,10 +16,10 @@ //! Autogenerated weights for `runtime_parachains::disputes::slashing` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: // target/production/polkadot @@ -33,9 +33,9 @@ // --heap-pages=4096 // --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json // --pallet=runtime_parachains::disputes::slashing -// --chain=kusama-dev +// --chain=polkadot-dev // --header=./file_header.txt -// --output=./runtime/kusama/src/weights/ +// --output=./runtime/polkadot/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -88,13 +88,13 @@ impl runtime_parachains::disputes::slashing::WeightInfo /// The range of component `n` is `[4, 1000]`. fn report_dispute_lost(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `5724 + n * (284 ±0)` - // Estimated: `106621 + n * (3726 ±0)` - // Minimum execution time: 117_366_000 picoseconds. - Weight::from_parts(141_256_413, 0) - .saturating_add(Weight::from_parts(0, 106621)) - // Standard Error: 2_293 - .saturating_add(Weight::from_parts(290_124, 0).saturating_mul(n.into())) + // Measured: `5788 + n * (285 ±0)` + // Estimated: `107680 + n * (3726 ±0)` + // Minimum execution time: 119_613_000 picoseconds. + Weight::from_parts(142_363_720, 0) + .saturating_add(Weight::from_parts(0, 107680)) + // Standard Error: 2_283 + .saturating_add(Weight::from_parts(291_179, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(19)) .saturating_add(T::DbWeight::get().writes(11)) .saturating_add(Weight::from_parts(0, 3726).saturating_mul(n.into()))