update weights (#6897)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-03-17 11:09:21 +01:00
committed by GitHub
parent 163d892d8c
commit 4d904951fd
165 changed files with 7369 additions and 7375 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_nis`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-28, 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: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -54,13 +54,13 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 999]`.
fn place_bid(l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `10279 + l * (48 ±0)`
// Estimated: `64718`
// Minimum execution time: 30_301 nanoseconds.
Weight::from_parts(33_466_240, 0)
.saturating_add(Weight::from_parts(0, 64718))
// Standard Error: 738
.saturating_add(Weight::from_parts(72_743, 0).saturating_mul(l.into()))
// Measured: `10216 + l * (48 ±0)`
// Estimated: `67688`
// Minimum execution time: 29_879_000 picoseconds.
Weight::from_parts(32_953_670, 0)
.saturating_add(Weight::from_parts(0, 67688))
// Standard Error: 715
.saturating_add(Weight::from_parts(71_838, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -72,11 +72,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(10002), added: 10497, mode: MaxEncodedLen)
fn place_bid_max() -> Weight {
// Proof Size summary in bytes:
// Measured: `58281`
// Estimated: `64718`
// Minimum execution time: 107_161 nanoseconds.
Weight::from_parts(108_832_000, 0)
.saturating_add(Weight::from_parts(0, 64718))
// Measured: `58218`
// Estimated: `67688`
// Minimum execution time: 107_169_000 picoseconds.
Weight::from_parts(108_661_000, 0)
.saturating_add(Weight::from_parts(0, 67688))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -89,13 +89,13 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[1, 1000]`.
fn retract_bid(l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `10279 + l * (48 ±0)`
// Estimated: `64718`
// Minimum execution time: 38_181 nanoseconds.
Weight::from_parts(34_136_859, 0)
.saturating_add(Weight::from_parts(0, 64718))
// Standard Error: 722
.saturating_add(Weight::from_parts(59_626, 0).saturating_mul(l.into()))
// Measured: `10216 + l * (48 ±0)`
// Estimated: `67688`
// Minimum execution time: 37_765_000 picoseconds.
Weight::from_parts(34_128_234, 0)
.saturating_add(Weight::from_parts(0, 67688))
// Standard Error: 714
.saturating_add(Weight::from_parts(59_820, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -105,11 +105,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<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: `256`
// Estimated: `3138`
// Minimum execution time: 34_258 nanoseconds.
Weight::from_parts(34_506_000, 0)
.saturating_add(Weight::from_parts(0, 3138))
// Measured: `225`
// Estimated: `5118`
// Minimum execution time: 34_474_000 picoseconds.
Weight::from_parts(35_247_000, 0)
.saturating_add(Weight::from_parts(0, 5118))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -123,11 +123,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<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: `457`
// Estimated: `9418`
// Minimum execution time: 49_523 nanoseconds.
Weight::from_parts(49_848_000, 0)
.saturating_add(Weight::from_parts(0, 9418))
// Measured: `394`
// Estimated: `13378`
// Minimum execution time: 50_476_000 picoseconds.
Weight::from_parts(51_300_000, 0)
.saturating_add(Weight::from_parts(0, 13378))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -143,11 +143,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<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: `698`
// Estimated: `8792`
// Minimum execution time: 65_591 nanoseconds.
Weight::from_parts(66_211_000, 0)
.saturating_add(Weight::from_parts(0, 8792))
// Measured: `604`
// Estimated: `13742`
// Minimum execution time: 63_964_000 picoseconds.
Weight::from_parts(64_804_000, 0)
.saturating_add(Weight::from_parts(0, 13742))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(5))
}
@@ -165,11 +165,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
fn privatize() -> Weight {
// Proof Size summary in bytes:
// Measured: `760`
// Estimated: `12516`
// Minimum execution time: 74_274 nanoseconds.
Weight::from_parts(75_181_000, 0)
.saturating_add(Weight::from_parts(0, 12516))
// Measured: `666`
// Estimated: `18456`
// Minimum execution time: 74_135_000 picoseconds.
Weight::from_parts(74_896_000, 0)
.saturating_add(Weight::from_parts(0, 18456))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(6))
}
@@ -187,11 +187,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
/// Proof: NisCounterpartBalances TotalIssuance (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
fn communify() -> Weight {
// Proof Size summary in bytes:
// Measured: `539`
// Estimated: `12516`
// Minimum execution time: 68_837 nanoseconds.
Weight::from_parts(69_316_000, 0)
.saturating_add(Weight::from_parts(0, 12516))
// Measured: `476`
// Estimated: `18456`
// Minimum execution time: 68_354_000 picoseconds.
Weight::from_parts(68_984_000, 0)
.saturating_add(Weight::from_parts(0, 18456))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(6))
}
@@ -203,11 +203,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(10002), added: 10497, mode: MaxEncodedLen)
fn process_queues() -> Weight {
// Proof Size summary in bytes:
// Measured: `10689`
// Estimated: `13635`
// Minimum execution time: 24_779 nanoseconds.
Weight::from_parts(25_172_000, 0)
.saturating_add(Weight::from_parts(0, 13635))
// Measured: `10658`
// Estimated: `16605`
// Minimum execution time: 24_500_000 picoseconds.
Weight::from_parts(24_920_000, 0)
.saturating_add(Weight::from_parts(0, 16605))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -216,10 +216,10 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
fn process_queue() -> Weight {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `50497`
// Minimum execution time: 4_104 nanoseconds.
Weight::from_parts(4_252_000, 0)
.saturating_add(Weight::from_parts(0, 50497))
// Estimated: `51487`
// Minimum execution time: 4_089_000 picoseconds.
Weight::from_parts(4_222_000, 0)
.saturating_add(Weight::from_parts(0, 51487))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -229,8 +229,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_710 nanoseconds.
Weight::from_parts(6_907_000, 0)
// Minimum execution time: 7_020_000 picoseconds.
Weight::from_parts(7_177_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}