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:
Oliver Tale-Yazdi
2023-03-16 17:57:45 +01:00
committed by GitHub
parent b117dbdf08
commit 3a3d93afee
48 changed files with 6017 additions and 6041 deletions
+95 -92
View File
@@ -18,9 +18,9 @@
//! Autogenerated weights for pallet_nis
//!
//! 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-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: `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_nis
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
@@ -73,12 +76,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// The range of component `l` is `[0, 999]`.
fn place_bid(l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `6245 + l * (48 ±0)`
// Estimated: `60718`
// Minimum execution time: 28_814 nanoseconds.
Weight::from_parts(35_245_917, 60718)
// Standard Error: 189
.saturating_add(Weight::from_parts(45_322, 0).saturating_mul(l.into()))
// Measured: `6182 + l * (48 ±0)`
// Estimated: `63688`
// Minimum execution time: 31_160_000 picoseconds.
Weight::from_parts(39_023_414, 63688)
// Standard Error: 214
.saturating_add(Weight::from_parts(46_106, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -90,10 +93,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
fn place_bid_max() -> Weight {
// Proof Size summary in bytes:
// Measured: `54247`
// Estimated: `60718`
// Minimum execution time: 80_332 nanoseconds.
Weight::from_parts(81_050_000, 60718)
// Measured: `54184`
// Estimated: `63688`
// Minimum execution time: 85_703_000 picoseconds.
Weight::from_parts(86_613_000, 63688)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -106,12 +109,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// The range of component `l` is `[1, 1000]`.
fn retract_bid(l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `6245 + l * (48 ±0)`
// Estimated: `60718`
// Minimum execution time: 34_426 nanoseconds.
Weight::from_parts(36_434_166, 60718)
// Standard Error: 135
.saturating_add(Weight::from_parts(33_923, 0).saturating_mul(l.into()))
// Measured: `6182 + l * (48 ±0)`
// Estimated: `63688`
// Minimum execution time: 37_637_000 picoseconds.
Weight::from_parts(39_977_788, 63688)
// Standard Error: 152
.saturating_add(Weight::from_parts(34_595, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -121,10 +124,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn fund_deficit() -> Weight {
// Proof Size summary in bytes:
// Measured: `222`
// Estimated: `3138`
// Minimum execution time: 32_566 nanoseconds.
Weight::from_parts(32_880_000, 3138)
// Measured: `191`
// Estimated: `5118`
// Minimum execution time: 35_807_000 picoseconds.
Weight::from_parts(36_329_000, 5118)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -138,10 +141,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
fn thaw_private() -> Weight {
// Proof Size summary in bytes:
// Measured: `423`
// Estimated: `9418`
// Minimum execution time: 46_212 nanoseconds.
Weight::from_parts(46_748_000, 9418)
// Measured: `360`
// Estimated: `13378`
// Minimum execution time: 51_342_000 picoseconds.
Weight::from_parts(51_976_000, 13378)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -157,10 +160,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn thaw_communal() -> Weight {
// Proof Size summary in bytes:
// Measured: `868`
// Estimated: `10956`
// Minimum execution time: 68_791 nanoseconds.
Weight::from_parts(69_504_000, 10956)
// Measured: `773`
// Estimated: `15906`
// Minimum execution time: 76_535_000 picoseconds.
Weight::from_parts(78_073_000, 15906)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -178,10 +181,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
fn privatize() -> Weight {
// Proof Size summary in bytes:
// Measured: `930`
// Estimated: `14680`
// Minimum execution time: 76_784 nanoseconds.
Weight::from_parts(77_575_000, 14680)
// Measured: `835`
// Estimated: `20620`
// Minimum execution time: 84_680_000 picoseconds.
Weight::from_parts(85_661_000, 20620)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -199,10 +202,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
fn communify() -> Weight {
// Proof Size summary in bytes:
// Measured: `769`
// Estimated: `14680`
// Minimum execution time: 64_543 nanoseconds.
Weight::from_parts(65_258_000, 14680)
// Measured: `674`
// Estimated: `20620`
// Minimum execution time: 72_828_000 picoseconds.
Weight::from_parts(73_553_000, 20620)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -214,10 +217,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
fn process_queues() -> Weight {
// Proof Size summary in bytes:
// Measured: `6655`
// Estimated: `9635`
// Minimum execution time: 21_379 nanoseconds.
Weight::from_parts(21_736_000, 9635)
// Measured: `6624`
// Estimated: `12605`
// Minimum execution time: 23_311_000 picoseconds.
Weight::from_parts(23_855_000, 12605)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -226,9 +229,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn process_queue() -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `50497`
// Minimum execution time: 4_302 nanoseconds.
Weight::from_parts(4_440_000, 50497)
// Estimated: `51487`
// Minimum execution time: 4_485_000 picoseconds.
Weight::from_parts(4_717_000, 51487)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -238,8 +241,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_758 nanoseconds.
Weight::from_parts(6_911_000, 0)
// Minimum execution time: 7_837_000 picoseconds.
Weight::from_parts(12_913_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
}
@@ -255,12 +258,12 @@ impl WeightInfo for () {
/// The range of component `l` is `[0, 999]`.
fn place_bid(l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `6245 + l * (48 ±0)`
// Estimated: `60718`
// Minimum execution time: 28_814 nanoseconds.
Weight::from_parts(35_245_917, 60718)
// Standard Error: 189
.saturating_add(Weight::from_parts(45_322, 0).saturating_mul(l.into()))
// Measured: `6182 + l * (48 ±0)`
// Estimated: `63688`
// Minimum execution time: 31_160_000 picoseconds.
Weight::from_parts(39_023_414, 63688)
// Standard Error: 214
.saturating_add(Weight::from_parts(46_106, 0).saturating_mul(l.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -272,10 +275,10 @@ impl WeightInfo for () {
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
fn place_bid_max() -> Weight {
// Proof Size summary in bytes:
// Measured: `54247`
// Estimated: `60718`
// Minimum execution time: 80_332 nanoseconds.
Weight::from_parts(81_050_000, 60718)
// Measured: `54184`
// Estimated: `63688`
// Minimum execution time: 85_703_000 picoseconds.
Weight::from_parts(86_613_000, 63688)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -288,12 +291,12 @@ impl WeightInfo for () {
/// The range of component `l` is `[1, 1000]`.
fn retract_bid(l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `6245 + l * (48 ±0)`
// Estimated: `60718`
// Minimum execution time: 34_426 nanoseconds.
Weight::from_parts(36_434_166, 60718)
// Standard Error: 135
.saturating_add(Weight::from_parts(33_923, 0).saturating_mul(l.into()))
// Measured: `6182 + l * (48 ±0)`
// Estimated: `63688`
// Minimum execution time: 37_637_000 picoseconds.
Weight::from_parts(39_977_788, 63688)
// Standard Error: 152
.saturating_add(Weight::from_parts(34_595, 0).saturating_mul(l.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -303,10 +306,10 @@ impl WeightInfo for () {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn fund_deficit() -> Weight {
// Proof Size summary in bytes:
// Measured: `222`
// Estimated: `3138`
// Minimum execution time: 32_566 nanoseconds.
Weight::from_parts(32_880_000, 3138)
// Measured: `191`
// Estimated: `5118`
// Minimum execution time: 35_807_000 picoseconds.
Weight::from_parts(36_329_000, 5118)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -320,10 +323,10 @@ impl WeightInfo for () {
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
fn thaw_private() -> Weight {
// Proof Size summary in bytes:
// Measured: `423`
// Estimated: `9418`
// Minimum execution time: 46_212 nanoseconds.
Weight::from_parts(46_748_000, 9418)
// Measured: `360`
// Estimated: `13378`
// Minimum execution time: 51_342_000 picoseconds.
Weight::from_parts(51_976_000, 13378)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -339,10 +342,10 @@ impl WeightInfo for () {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn thaw_communal() -> Weight {
// Proof Size summary in bytes:
// Measured: `868`
// Estimated: `10956`
// Minimum execution time: 68_791 nanoseconds.
Weight::from_parts(69_504_000, 10956)
// Measured: `773`
// Estimated: `15906`
// Minimum execution time: 76_535_000 picoseconds.
Weight::from_parts(78_073_000, 15906)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -360,10 +363,10 @@ impl WeightInfo for () {
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
fn privatize() -> Weight {
// Proof Size summary in bytes:
// Measured: `930`
// Estimated: `14680`
// Minimum execution time: 76_784 nanoseconds.
Weight::from_parts(77_575_000, 14680)
// Measured: `835`
// Estimated: `20620`
// Minimum execution time: 84_680_000 picoseconds.
Weight::from_parts(85_661_000, 20620)
.saturating_add(RocksDbWeight::get().reads(6_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -381,10 +384,10 @@ impl WeightInfo for () {
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
fn communify() -> Weight {
// Proof Size summary in bytes:
// Measured: `769`
// Estimated: `14680`
// Minimum execution time: 64_543 nanoseconds.
Weight::from_parts(65_258_000, 14680)
// Measured: `674`
// Estimated: `20620`
// Minimum execution time: 72_828_000 picoseconds.
Weight::from_parts(73_553_000, 20620)
.saturating_add(RocksDbWeight::get().reads(6_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -396,10 +399,10 @@ impl WeightInfo for () {
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
fn process_queues() -> Weight {
// Proof Size summary in bytes:
// Measured: `6655`
// Estimated: `9635`
// Minimum execution time: 21_379 nanoseconds.
Weight::from_parts(21_736_000, 9635)
// Measured: `6624`
// Estimated: `12605`
// Minimum execution time: 23_311_000 picoseconds.
Weight::from_parts(23_855_000, 12605)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -408,9 +411,9 @@ impl WeightInfo for () {
fn process_queue() -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `50497`
// Minimum execution time: 4_302 nanoseconds.
Weight::from_parts(4_440_000, 50497)
// Estimated: `51487`
// Minimum execution time: 4_485_000 picoseconds.
Weight::from_parts(4_717_000, 51487)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -420,8 +423,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_758 nanoseconds.
Weight::from_parts(6_911_000, 0)
// Minimum execution time: 7_837_000 picoseconds.
Weight::from_parts(12_913_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
}