mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 10:27:59 +00:00
update weights (#6897)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_common::auctions`
|
||||
//!
|
||||
//! 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: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
|
||||
@@ -52,10 +52,10 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
fn new_auction() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1002`
|
||||
// Minimum execution time: 12_996 nanoseconds.
|
||||
Weight::from_parts(13_515_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1002))
|
||||
// Estimated: `2982`
|
||||
// Minimum execution time: 13_822_000 picoseconds.
|
||||
Weight::from_parts(14_373_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2982))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -75,11 +75,11 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn bid() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `792`
|
||||
// Estimated: `19604`
|
||||
// Minimum execution time: 69_368 nanoseconds.
|
||||
Weight::from_parts(70_426_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 19604))
|
||||
// Measured: `728`
|
||||
// Estimated: `26406`
|
||||
// Minimum execution time: 70_913_000 picoseconds.
|
||||
Weight::from_parts(74_639_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 26406))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -109,11 +109,11 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
/// Proof Skipped: Registrar Paras (max_values: None, max_size: None, mode: Measured)
|
||||
fn on_initialize() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `7060535`
|
||||
// Estimated: `51327080`
|
||||
// Minimum execution time: 15_633_312 nanoseconds.
|
||||
Weight::from_parts(16_032_872_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 51327080))
|
||||
// Measured: `6947752`
|
||||
// Estimated: `50775045`
|
||||
// Minimum execution time: 6_166_967_000 picoseconds.
|
||||
Weight::from_parts(6_228_243_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 50775045))
|
||||
.saturating_add(T::DbWeight::get().reads(3683))
|
||||
.saturating_add(T::DbWeight::get().writes(3678))
|
||||
}
|
||||
@@ -127,11 +127,11 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
/// Proof: Auctions AuctionInfo (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||
fn cancel_auction() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178884`
|
||||
// Estimated: `16009503`
|
||||
// Minimum execution time: 4_771_029 nanoseconds.
|
||||
Weight::from_parts(4_880_229_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 16009503))
|
||||
// Measured: `177732`
|
||||
// Estimated: `16012473`
|
||||
// Minimum execution time: 4_885_891_000 picoseconds.
|
||||
Weight::from_parts(4_923_797_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 16012473))
|
||||
.saturating_add(T::DbWeight::get().reads(3673))
|
||||
.saturating_add(T::DbWeight::get().writes(3673))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user