Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
".git/.scripts/commands/bench/bench.sh" runtime polkadot runtime_para…
Browse files Browse the repository at this point in the history
…chains::disputes::slashing
  • Loading branch information
command-bot committed Mar 27, 2023
1 parent 1a0d16a commit 9d2db23
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)]
Expand Down Expand Up @@ -88,13 +88,13 @@ impl<T: frame_system::Config> 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()))
Expand Down

0 comments on commit 9d2db23

Please sign in to comment.