Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Prev Previous commit
Next Next commit
".git/.scripts/commands/bench-all/bench-all.sh" ""
  • Loading branch information
command-bot committed Mar 2, 2023
commit a6ccdff1dd6f3dcfa035cf55527b3d353b29e728
519 changes: 281 additions & 238 deletions frame/alliance/src/weights.rs

Large diffs are not rendered by default.

419 changes: 239 additions & 180 deletions frame/assets/src/weights.rs

Large diffs are not rendered by default.

49 changes: 29 additions & 20 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-01, 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: `bm5`, 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 @@ -67,9 +70,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
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)
// Estimated: `23146`
// Minimum execution time: 63_368 nanoseconds.
Weight::from_ref_time(64_140_000)
.saturating_add(Weight::from_proof_size(23146))
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
Expand All @@ -84,9 +88,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
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)
// Estimated: `23074`
// Minimum execution time: 62_074 nanoseconds.
Weight::from_ref_time(62_713_000)
.saturating_add(Weight::from_proof_size(23074))
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
Expand All @@ -103,9 +108,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
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)
// Estimated: `30748`
// Minimum execution time: 70_284 nanoseconds.
Weight::from_ref_time(71_390_000)
.saturating_add(Weight::from_proof_size(30748))
.saturating_add(T::DbWeight::get().reads(10_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
Expand All @@ -124,9 +130,10 @@ impl WeightInfo for () {
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)
// Estimated: `23146`
// Minimum execution time: 63_368 nanoseconds.
Weight::from_ref_time(64_140_000)
.saturating_add(Weight::from_proof_size(23146))
.saturating_add(RocksDbWeight::get().reads(7_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
Expand All @@ -141,9 +148,10 @@ impl WeightInfo for () {
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)
// Estimated: `23074`
// Minimum execution time: 62_074 nanoseconds.
Weight::from_ref_time(62_713_000)
.saturating_add(Weight::from_proof_size(23074))
.saturating_add(RocksDbWeight::get().reads(7_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
Expand All @@ -160,9 +168,10 @@ impl WeightInfo for () {
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)
// Estimated: `30748`
// Minimum execution time: 70_284 nanoseconds.
Weight::from_ref_time(71_390_000)
.saturating_add(Weight::from_proof_size(30748))
.saturating_add(RocksDbWeight::get().reads(10_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
Expand Down
72 changes: 37 additions & 35 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-01, 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`
//! HOSTNAME: `bm5`, 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,8 +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_ref_time(38_109_000)
// Minimum execution time: 37_161 nanoseconds.
Weight::from_ref_time(37_779_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
Expand All @@ -79,8 +81,8 @@ 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_ref_time(49_250_000)
// Minimum execution time: 27_779 nanoseconds.
Weight::from_ref_time(28_371_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
Expand All @@ -91,8 +93,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `3593`
// Minimum execution time: 17_474 nanoseconds.
Weight::from_ref_time(17_777_000)
// Minimum execution time: 17_681 nanoseconds.
Weight::from_ref_time(17_857_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
Expand All @@ -103,8 +105,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `3593`
// Minimum execution time: 20_962 nanoseconds.
Weight::from_ref_time(21_419_000)
// Minimum execution time: 20_980 nanoseconds.
Weight::from_ref_time(21_421_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
Expand All @@ -115,8 +117,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `135`
// Estimated: `6196`
// Minimum execution time: 39_713 nanoseconds.
Weight::from_ref_time(40_360_000)
// Minimum execution time: 39_875 nanoseconds.
Weight::from_ref_time(40_393_000)
.saturating_add(Weight::from_proof_size(6196))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
Expand All @@ -127,8 +129,8 @@ 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_ref_time(35_121_000)
// Minimum execution time: 34_296 nanoseconds.
Weight::from_ref_time(34_871_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
Expand All @@ -139,8 +141,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `3593`
// Minimum execution time: 16_790 nanoseconds.
Weight::from_ref_time(17_029_000)
// Minimum execution time: 16_059 nanoseconds.
Weight::from_ref_time(16_433_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
Expand All @@ -155,8 +157,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 37_815 nanoseconds.
Weight::from_ref_time(38_109_000)
// Minimum execution time: 37_161 nanoseconds.
Weight::from_ref_time(37_779_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
Expand All @@ -167,8 +169,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 28_184 nanoseconds.
Weight::from_ref_time(49_250_000)
// Minimum execution time: 27_779 nanoseconds.
Weight::from_ref_time(28_371_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
Expand All @@ -179,8 +181,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `3593`
// Minimum execution time: 17_474 nanoseconds.
Weight::from_ref_time(17_777_000)
// Minimum execution time: 17_681 nanoseconds.
Weight::from_ref_time(17_857_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
Expand All @@ -191,8 +193,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `3593`
// Minimum execution time: 20_962 nanoseconds.
Weight::from_ref_time(21_419_000)
// Minimum execution time: 20_980 nanoseconds.
Weight::from_ref_time(21_421_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
Expand All @@ -203,8 +205,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `135`
// Estimated: `6196`
// Minimum execution time: 39_713 nanoseconds.
Weight::from_ref_time(40_360_000)
// Minimum execution time: 39_875 nanoseconds.
Weight::from_ref_time(40_393_000)
.saturating_add(Weight::from_proof_size(6196))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
Expand All @@ -215,8 +217,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 34_878 nanoseconds.
Weight::from_ref_time(35_121_000)
// Minimum execution time: 34_296 nanoseconds.
Weight::from_ref_time(34_871_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
Expand All @@ -227,8 +229,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `3593`
// Minimum execution time: 16_790 nanoseconds.
Weight::from_ref_time(17_029_000)
// Minimum execution time: 16_059 nanoseconds.
Weight::from_ref_time(16_433_000)
.saturating_add(Weight::from_proof_size(3593))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
Expand Down
Loading