mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
".git/.scripts/commands/bench-vm/bench-vm.sh" all (#13933)
Co-authored-by: command-bot <>
This commit is contained in:
+23
-19
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_transaction_storage
|
||||
//!
|
||||
//! 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_transaction_storage
|
||||
// --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_transaction_storage.
|
||||
pub trait WeightInfo {
|
||||
@@ -67,10 +71,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `176`
|
||||
// Estimated: `38351`
|
||||
// Minimum execution time: 36_983_000 picoseconds.
|
||||
Weight::from_parts(37_296_000, 38351)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(4_908, 0).saturating_mul(l.into()))
|
||||
// Minimum execution time: 34_844_000 picoseconds.
|
||||
Weight::from_parts(35_489_000, 38351)
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_parts(6_912, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -86,8 +90,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326`
|
||||
// Estimated: `40351`
|
||||
// Minimum execution time: 44_637_000 picoseconds.
|
||||
Weight::from_parts(45_464_000, 40351)
|
||||
// Minimum execution time: 48_244_000 picoseconds.
|
||||
Weight::from_parts(50_939_000, 40351)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -105,8 +109,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `37145`
|
||||
// Estimated: `40351`
|
||||
// Minimum execution time: 59_653_000 picoseconds.
|
||||
Weight::from_parts(61_068_000, 40351)
|
||||
// Minimum execution time: 80_913_000 picoseconds.
|
||||
Weight::from_parts(84_812_000, 40351)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -125,10 +129,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `176`
|
||||
// Estimated: `38351`
|
||||
// Minimum execution time: 36_983_000 picoseconds.
|
||||
Weight::from_parts(37_296_000, 38351)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(4_908, 0).saturating_mul(l.into()))
|
||||
// Minimum execution time: 34_844_000 picoseconds.
|
||||
Weight::from_parts(35_489_000, 38351)
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_parts(6_912, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -144,8 +148,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326`
|
||||
// Estimated: `40351`
|
||||
// Minimum execution time: 44_637_000 picoseconds.
|
||||
Weight::from_parts(45_464_000, 40351)
|
||||
// Minimum execution time: 48_244_000 picoseconds.
|
||||
Weight::from_parts(50_939_000, 40351)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -163,8 +167,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `37145`
|
||||
// Estimated: `40351`
|
||||
// Minimum execution time: 59_653_000 picoseconds.
|
||||
Weight::from_parts(61_068_000, 40351)
|
||||
// Minimum execution time: 80_913_000 picoseconds.
|
||||
Weight::from_parts(84_812_000, 40351)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user