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

Commit

Permalink
".git/.scripts/bench-bot.sh" runtime kusama-dev runtime_parachains::d…
Browse files Browse the repository at this point in the history
…isputes::slashing
  • Loading branch information
command-bot authored and ordian committed Sep 19, 2022
1 parent 9fea015 commit 1283b05
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions runtime/kusama/src/weights/runtime_parachains_disputes_slashing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
//! Autogenerated weights for `runtime_parachains::disputes::slashing`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-09-06, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
// /home/benchbot/cargo_target_dir/production/polkadot
Expand All @@ -31,15 +31,15 @@
// --wasm-execution=compiled
// --heap-pages=4096
// --pallet=runtime_parachains::disputes::slashing
// --chain=westend-dev
// --chain=kusama-dev
// --header=./file_header.txt
// --output=./runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs
// --output=./runtime/kusama/src/weights/runtime_parachains_disputes_slashing.rs

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]

use frame_support::{traits::Get, weights::Weight};
use frame_support::{traits::Get, weights::{Weight}};
use sp_std::marker::PhantomData;

/// Weight functions for `runtime_parachains::disputes::slashing`.
Expand All @@ -49,8 +49,6 @@ impl<T: frame_system::Config> runtime_parachains::disputes::slashing::WeightInfo
// Storage: Historical HistoricalSessions (r:1 w:0)
// Storage: ParaSessionInfo Sessions (r:1 w:0)
// Storage: ParasSlashing UnappliedSlashes (r:1 w:1)
// Storage: Authorship Author (r:1 w:0)
// Storage: System Digest (r:1 w:0)
// Storage: Offences ReportsByKindIndex (r:1 w:1)
// Storage: Offences ConcurrentReportsIndex (r:1 w:1)
// Storage: Offences Reports (r:1 w:1)
Expand All @@ -59,12 +57,12 @@ impl<T: frame_system::Config> runtime_parachains::disputes::slashing::WeightInfo
// Storage: Staking ErasStartSessionIndex (r:1 w:0)
// Storage: Staking Invulnerables (r:1 w:0)
// Storage: Staking ValidatorSlashInEra (r:1 w:0)
/// The range of component `n` is `[4, 300]`.
/// The range of component `n` is `[4, 1000]`.
fn report_dispute_lost(n: u32, ) -> Weight {
Weight::from_ref_time(97_366_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(467_000 as u64).saturating_mul(n as u64))
.saturating_add(T::DbWeight::get().reads(14 as u64))
Weight::from_ref_time(115_056_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(128_000 as u64).saturating_mul(n as u64))
.saturating_add(T::DbWeight::get().reads(12 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
}

0 comments on commit 1283b05

Please sign in to comment.