Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update all weights #13614

Merged
merged 2 commits into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
523 changes: 263 additions & 260 deletions frame/alliance/src/weights.rs

Large diffs are not rendered by default.

354 changes: 178 additions & 176 deletions frame/assets/src/weights.rs

Large diffs are not rendered by default.

55 changes: 29 additions & 26 deletions frame/bags-list/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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))
}
Expand All @@ -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))
}
Expand All @@ -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))
}
Expand All @@ -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))
}
Expand All @@ -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))
}
Expand All @@ -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))
}
Expand Down
100 changes: 44 additions & 56 deletions frame/balances/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,28 @@
//! Autogenerated weights for pallet_balances
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-27, 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: `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:
// target/production/substrate
// ./target/production/substrate
// benchmark
// pallet
// --chain=dev
// --steps=50
// --repeat=20
// --pallet=pallet_balances
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json
// --pallet=pallet_balances
// --chain=dev
// --header=./HEADER-APACHE2
// --output=./frame/balances/src/weights.rs
// --header=./HEADER-APACHE2
// --template=./.maintain/frame-weight-template.hbs

#![cfg_attr(rustfmt, rustfmt_skip)]
Expand Down Expand Up @@ -67,9 +69,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 37_815 nanoseconds.
Weight::from_parts(38_109_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 37_266_000 picoseconds.
Weight::from_parts(37_757_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -79,45 +80,41 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 28_184 nanoseconds.
Weight::from_parts(49_250_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 28_782_000 picoseconds.
Weight::from_parts(29_185_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn set_balance_creating() -> Weight {
// Proof Size summary in bytes:
// Measured: `206`
// Measured: `174`
// Estimated: `3593`
// Minimum execution time: 17_474 nanoseconds.
Weight::from_parts(17_777_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 17_406_000 picoseconds.
Weight::from_parts(17_781_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn set_balance_killing() -> Weight {
// Proof Size summary in bytes:
// Measured: `206`
// Measured: `174`
// Estimated: `3593`
// Minimum execution time: 20_962 nanoseconds.
Weight::from_parts(21_419_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 20_942_000 picoseconds.
Weight::from_parts(21_270_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: System Account (r:2 w:2)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn force_transfer() -> Weight {
// Proof Size summary in bytes:
// Measured: `135`
// Measured: `103`
// Estimated: `6196`
// Minimum execution time: 39_713 nanoseconds.
Weight::from_parts(40_360_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
// Minimum execution time: 41_706_000 picoseconds.
Weight::from_parts(42_176_000, 6196)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
Expand All @@ -127,21 +124,19 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 34_878 nanoseconds.
Weight::from_parts(35_121_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 35_622_000 picoseconds.
Weight::from_parts(35_943_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn force_unreserve() -> Weight {
// Proof Size summary in bytes:
// Measured: `206`
// Measured: `174`
// Estimated: `3593`
// Minimum execution time: 16_790 nanoseconds.
Weight::from_parts(17_029_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 16_586_000 picoseconds.
Weight::from_parts(17_352_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -155,9 +150,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 37_815 nanoseconds.
Weight::from_parts(38_109_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 37_266_000 picoseconds.
Weight::from_parts(37_757_000, 3593)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand All @@ -167,45 +161,41 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 28_184 nanoseconds.
Weight::from_parts(49_250_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 28_782_000 picoseconds.
Weight::from_parts(29_185_000, 3593)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn set_balance_creating() -> Weight {
// Proof Size summary in bytes:
// Measured: `206`
// Measured: `174`
// Estimated: `3593`
// Minimum execution time: 17_474 nanoseconds.
Weight::from_parts(17_777_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 17_406_000 picoseconds.
Weight::from_parts(17_781_000, 3593)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn set_balance_killing() -> Weight {
// Proof Size summary in bytes:
// Measured: `206`
// Measured: `174`
// Estimated: `3593`
// Minimum execution time: 20_962 nanoseconds.
Weight::from_parts(21_419_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 20_942_000 picoseconds.
Weight::from_parts(21_270_000, 3593)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: System Account (r:2 w:2)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn force_transfer() -> Weight {
// Proof Size summary in bytes:
// Measured: `135`
// Measured: `103`
// Estimated: `6196`
// Minimum execution time: 39_713 nanoseconds.
Weight::from_parts(40_360_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
// Minimum execution time: 41_706_000 picoseconds.
Weight::from_parts(42_176_000, 6196)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
Expand All @@ -215,21 +205,19 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 34_878 nanoseconds.
Weight::from_parts(35_121_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 35_622_000 picoseconds.
Weight::from_parts(35_943_000, 3593)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn force_unreserve() -> Weight {
// Proof Size summary in bytes:
// Measured: `206`
// Measured: `174`
// Estimated: `3593`
// Minimum execution time: 16_790 nanoseconds.
Weight::from_parts(17_029_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
// Minimum execution time: 16_586_000 picoseconds.
Weight::from_parts(17_352_000, 3593)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand Down
Loading