mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
".git/.scripts/commands/bench-vm/bench-vm.sh" all (#13933)
Co-authored-by: command-bot <>
This commit is contained in:
Generated
+29
-25
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_whitelist
|
||||
//!
|
||||
//! 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_whitelist
|
||||
// --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_whitelist.
|
||||
pub trait WeightInfo {
|
||||
@@ -65,8 +69,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_370_000 picoseconds.
|
||||
Weight::from_parts(21_834_000, 3556)
|
||||
// Minimum execution time: 19_914_000 picoseconds.
|
||||
Weight::from_parts(20_892_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -78,8 +82,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_222_000 picoseconds.
|
||||
Weight::from_parts(19_582_000, 3556)
|
||||
// Minimum execution time: 18_142_000 picoseconds.
|
||||
Weight::from_parts(18_529_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -94,10 +98,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `422 + n * (1 ±0)`
|
||||
// Estimated: `3886 + n * (1 ±0)`
|
||||
// Minimum execution time: 31_417_000 picoseconds.
|
||||
Weight::from_parts(31_620_000, 3886)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_145, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 30_671_000 picoseconds.
|
||||
Weight::from_parts(31_197_000, 3886)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_163, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
||||
@@ -111,10 +115,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 23_092_000 picoseconds.
|
||||
Weight::from_parts(24_043_432, 3556)
|
||||
// Minimum execution time: 22_099_000 picoseconds.
|
||||
Weight::from_parts(23_145_477, 3556)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_227, 0).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(1_422, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -130,8 +134,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_370_000 picoseconds.
|
||||
Weight::from_parts(21_834_000, 3556)
|
||||
// Minimum execution time: 19_914_000 picoseconds.
|
||||
Weight::from_parts(20_892_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -143,8 +147,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_222_000 picoseconds.
|
||||
Weight::from_parts(19_582_000, 3556)
|
||||
// Minimum execution time: 18_142_000 picoseconds.
|
||||
Weight::from_parts(18_529_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -159,10 +163,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `422 + n * (1 ±0)`
|
||||
// Estimated: `3886 + n * (1 ±0)`
|
||||
// Minimum execution time: 31_417_000 picoseconds.
|
||||
Weight::from_parts(31_620_000, 3886)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_145, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 30_671_000 picoseconds.
|
||||
Weight::from_parts(31_197_000, 3886)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_163, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
||||
@@ -176,10 +180,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 23_092_000 picoseconds.
|
||||
Weight::from_parts(24_043_432, 3556)
|
||||
// Minimum execution time: 22_099_000 picoseconds.
|
||||
Weight::from_parts(23_145_477, 3556)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_227, 0).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(1_422, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user