mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 21:31:02 +00:00
Transition to VM weights (#7342)
* ".git/.scripts/commands/bench-vm/bench-vm.sh" all westend * ".git/.scripts/commands/bench-vm/bench-vm.sh" all polkadot * ".git/.scripts/commands/bench-vm/bench-vm.sh" all kusama --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
//! Autogenerated weights for `runtime_common::slots`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-06-14, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `runner--ss9ysm1-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -29,6 +29,9 @@
|
||||
// --chain=westend-dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --pallet=runtime_common::slots
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
@@ -55,8 +58,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `181`
|
||||
// Estimated: `3646`
|
||||
// Minimum execution time: 28_918_000 picoseconds.
|
||||
Weight::from_parts(29_543_000, 0)
|
||||
// Minimum execution time: 30_033_000 picoseconds.
|
||||
Weight::from_parts(30_893_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3646))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -79,13 +82,13 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + c * (47 ±0) + t * (308 ±0)`
|
||||
// Estimated: `2694 + c * (2526 ±0) + t * (2789 ±0)`
|
||||
// Minimum execution time: 631_561_000 picoseconds.
|
||||
Weight::from_parts(639_647_000, 0)
|
||||
// Minimum execution time: 737_927_000 picoseconds.
|
||||
Weight::from_parts(769_816_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2694))
|
||||
// Standard Error: 81_236
|
||||
.saturating_add(Weight::from_parts(2_631_500, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 81_236
|
||||
.saturating_add(Weight::from_parts(11_312_809, 0).saturating_mul(t.into()))
|
||||
// Standard Error: 112_360
|
||||
.saturating_add(Weight::from_parts(3_515_663, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 112_360
|
||||
.saturating_add(Weight::from_parts(14_335_474, 0).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(t.into())))
|
||||
@@ -103,8 +106,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2653`
|
||||
// Estimated: `21814`
|
||||
// Minimum execution time: 126_823_000 picoseconds.
|
||||
Weight::from_parts(128_700_000, 0)
|
||||
// Minimum execution time: 153_832_000 picoseconds.
|
||||
Weight::from_parts(170_790_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 21814))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(9))
|
||||
@@ -123,8 +126,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `601`
|
||||
// Estimated: `4066`
|
||||
// Minimum execution time: 26_943_000 picoseconds.
|
||||
Weight::from_parts(27_706_000, 0)
|
||||
// Minimum execution time: 31_647_000 picoseconds.
|
||||
Weight::from_parts(41_735_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4066))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
|
||||
Reference in New Issue
Block a user