mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 19:01:02 +00:00
Update all weights (#13614)
* Empty commit * ".git/.scripts/commands/bench/bench.sh" all --------- Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
b117dbdf08
commit
3a3d93afee
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-15, 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: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! 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
|
||||
@@ -66,10 +69,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn rebag_non_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1916`
|
||||
// Estimated: `19186`
|
||||
// Minimum execution time: 54_348 nanoseconds.
|
||||
Weight::from_parts(55_024_000, 19186)
|
||||
// Measured: `1724`
|
||||
// Estimated: `23146`
|
||||
// Minimum execution time: 63_526_000 picoseconds.
|
||||
Weight::from_parts(64_125_000, 23146)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -83,10 +86,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn rebag_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1810`
|
||||
// Estimated: `19114`
|
||||
// Minimum execution time: 53_306 nanoseconds.
|
||||
Weight::from_parts(54_263_000, 19114)
|
||||
// Measured: `1618`
|
||||
// Estimated: `23074`
|
||||
// Minimum execution time: 62_404_000 picoseconds.
|
||||
Weight::from_parts(63_178_000, 23074)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -102,10 +105,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn put_in_front_of() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2154`
|
||||
// Estimated: `25798`
|
||||
// Minimum execution time: 59_513 nanoseconds.
|
||||
Weight::from_parts(60_717_000, 25798)
|
||||
// Measured: `1930`
|
||||
// Estimated: `30748`
|
||||
// Minimum execution time: 69_938_000 picoseconds.
|
||||
Weight::from_parts(70_723_000, 30748)
|
||||
.saturating_add(T::DbWeight::get().reads(10_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -123,10 +126,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn rebag_non_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1916`
|
||||
// Estimated: `19186`
|
||||
// Minimum execution time: 54_348 nanoseconds.
|
||||
Weight::from_parts(55_024_000, 19186)
|
||||
// Measured: `1724`
|
||||
// Estimated: `23146`
|
||||
// Minimum execution time: 63_526_000 picoseconds.
|
||||
Weight::from_parts(64_125_000, 23146)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -140,10 +143,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn rebag_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1810`
|
||||
// Estimated: `19114`
|
||||
// Minimum execution time: 53_306 nanoseconds.
|
||||
Weight::from_parts(54_263_000, 19114)
|
||||
// Measured: `1618`
|
||||
// Estimated: `23074`
|
||||
// Minimum execution time: 62_404_000 picoseconds.
|
||||
Weight::from_parts(63_178_000, 23074)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -159,10 +162,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn put_in_front_of() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2154`
|
||||
// Estimated: `25798`
|
||||
// Minimum execution time: 59_513 nanoseconds.
|
||||
Weight::from_parts(60_717_000, 25798)
|
||||
// Measured: `1930`
|
||||
// Estimated: `30748`
|
||||
// Minimum execution time: 69_938_000 picoseconds.
|
||||
Weight::from_parts(70_723_000, 30748)
|
||||
.saturating_add(RocksDbWeight::get().reads(10_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user