mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 18:17:56 +00:00
".git/.scripts/commands/bench-vm/bench-vm.sh" all (#13933)
Co-authored-by: command-bot <>
This commit is contained in:
+39
-35
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_state_trie_migration
|
||||
//!
|
||||
//! 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_state_trie_migration
|
||||
// --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_state_trie_migration.
|
||||
pub trait WeightInfo {
|
||||
@@ -68,8 +72,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `108`
|
||||
// Estimated: `2527`
|
||||
// Minimum execution time: 17_385_000 picoseconds.
|
||||
Weight::from_parts(17_766_000, 2527)
|
||||
// Minimum execution time: 14_297_000 picoseconds.
|
||||
Weight::from_parts(14_832_000, 2527)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -79,16 +83,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 4_537_000 picoseconds.
|
||||
Weight::from_parts(4_734_000, 1493)
|
||||
// Minimum execution time: 4_237_000 picoseconds.
|
||||
Weight::from_parts(4_646_000, 1493)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
fn migrate_custom_top_success() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_127_000 picoseconds.
|
||||
Weight::from_parts(10_384_000, 0)
|
||||
// Minimum execution time: 8_898_000 picoseconds.
|
||||
Weight::from_parts(9_237_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
@@ -96,8 +100,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `3578`
|
||||
// Minimum execution time: 31_113_000 picoseconds.
|
||||
Weight::from_parts(31_833_000, 3578)
|
||||
// Minimum execution time: 29_291_000 picoseconds.
|
||||
Weight::from_parts(30_424_000, 3578)
|
||||
.saturating_add(T::DbWeight::get().reads(1_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: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_445_000 picoseconds.
|
||||
Weight::from_parts(10_726_000, 0)
|
||||
// Minimum execution time: 9_094_000 picoseconds.
|
||||
Weight::from_parts(9_544_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
@@ -114,8 +118,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3570`
|
||||
// Minimum execution time: 31_795_000 picoseconds.
|
||||
Weight::from_parts(32_737_000, 3570)
|
||||
// Minimum execution time: 30_286_000 picoseconds.
|
||||
Weight::from_parts(30_948_000, 3570)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -126,10 +130,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `197 + v * (1 ±0)`
|
||||
// Estimated: `3662 + v * (1 ±0)`
|
||||
// Minimum execution time: 5_933_000 picoseconds.
|
||||
Weight::from_parts(6_040_000, 3662)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_336, 0).saturating_mul(v.into()))
|
||||
// Minimum execution time: 5_420_000 picoseconds.
|
||||
Weight::from_parts(5_560_000, 3662)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_139, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into()))
|
||||
@@ -146,8 +150,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `108`
|
||||
// Estimated: `2527`
|
||||
// Minimum execution time: 17_385_000 picoseconds.
|
||||
Weight::from_parts(17_766_000, 2527)
|
||||
// Minimum execution time: 14_297_000 picoseconds.
|
||||
Weight::from_parts(14_832_000, 2527)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -157,16 +161,16 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 4_537_000 picoseconds.
|
||||
Weight::from_parts(4_734_000, 1493)
|
||||
// Minimum execution time: 4_237_000 picoseconds.
|
||||
Weight::from_parts(4_646_000, 1493)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
fn migrate_custom_top_success() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_127_000 picoseconds.
|
||||
Weight::from_parts(10_384_000, 0)
|
||||
// Minimum execution time: 8_898_000 picoseconds.
|
||||
Weight::from_parts(9_237_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
@@ -174,8 +178,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `3578`
|
||||
// Minimum execution time: 31_113_000 picoseconds.
|
||||
Weight::from_parts(31_833_000, 3578)
|
||||
// Minimum execution time: 29_291_000 picoseconds.
|
||||
Weight::from_parts(30_424_000, 3578)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -183,8 +187,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_445_000 picoseconds.
|
||||
Weight::from_parts(10_726_000, 0)
|
||||
// Minimum execution time: 9_094_000 picoseconds.
|
||||
Weight::from_parts(9_544_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
@@ -192,8 +196,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3570`
|
||||
// Minimum execution time: 31_795_000 picoseconds.
|
||||
Weight::from_parts(32_737_000, 3570)
|
||||
// Minimum execution time: 30_286_000 picoseconds.
|
||||
Weight::from_parts(30_948_000, 3570)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -204,10 +208,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `197 + v * (1 ±0)`
|
||||
// Estimated: `3662 + v * (1 ±0)`
|
||||
// Minimum execution time: 5_933_000 picoseconds.
|
||||
Weight::from_parts(6_040_000, 3662)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_336, 0).saturating_mul(v.into()))
|
||||
// Minimum execution time: 5_420_000 picoseconds.
|
||||
Weight::from_parts(5_560_000, 3662)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_139, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into()))
|
||||
|
||||
Reference in New Issue
Block a user