".git/.scripts/commands/bench-vm/bench-vm.sh" all (#13933)

Co-authored-by: command-bot <>
This commit is contained in:
Oleg Plakida
2023-06-19 14:31:20 +01:00
committed by GitHub
parent 05592a84eb
commit 0aa79f87ca
52 changed files with 5126 additions and 4928 deletions
+19 -15
View File
@@ -18,9 +18,9 @@
//! Autogenerated weights for pallet_bags_list
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-06-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `runner-e8ezs4ez-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
// Executed Command:
@@ -31,6 +31,9 @@
// --steps=50
// --repeat=20
// --pallet=pallet_bags_list
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
@@ -42,9 +45,10 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
use sp_std::marker::PhantomData;
use core::marker::PhantomData;
/// Weight functions needed for pallet_bags_list.
pub trait WeightInfo {
@@ -68,8 +72,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `1724`
// Estimated: `11506`
// Minimum execution time: 63_335_000 picoseconds.
Weight::from_parts(64_097_000, 11506)
// Minimum execution time: 62_137_000 picoseconds.
Weight::from_parts(64_050_000, 11506)
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -85,8 +89,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `1618`
// Estimated: `8877`
// Minimum execution time: 62_151_000 picoseconds.
Weight::from_parts(62_827_000, 8877)
// Minimum execution time: 60_880_000 picoseconds.
Weight::from_parts(62_078_000, 8877)
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -104,8 +108,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `1930`
// Estimated: `11506`
// Minimum execution time: 69_179_000 picoseconds.
Weight::from_parts(69_898_000, 11506)
// Minimum execution time: 68_911_000 picoseconds.
Weight::from_parts(70_592_000, 11506)
.saturating_add(T::DbWeight::get().reads(10_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -125,8 +129,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `1724`
// Estimated: `11506`
// Minimum execution time: 63_335_000 picoseconds.
Weight::from_parts(64_097_000, 11506)
// Minimum execution time: 62_137_000 picoseconds.
Weight::from_parts(64_050_000, 11506)
.saturating_add(RocksDbWeight::get().reads(7_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -142,8 +146,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `1618`
// Estimated: `8877`
// Minimum execution time: 62_151_000 picoseconds.
Weight::from_parts(62_827_000, 8877)
// Minimum execution time: 60_880_000 picoseconds.
Weight::from_parts(62_078_000, 8877)
.saturating_add(RocksDbWeight::get().reads(7_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -161,8 +165,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `1930`
// Estimated: `11506`
// Minimum execution time: 69_179_000 picoseconds.
Weight::from_parts(69_898_000, 11506)
// Minimum execution time: 68_911_000 picoseconds.
Weight::from_parts(70_592_000, 11506)
.saturating_add(RocksDbWeight::get().reads(10_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}