mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-13 11:35:50 +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-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: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-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_271 nanoseconds.
|
||||
Weight::from_parts(12_608_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1002))
|
||||
// Estimated: `2982`
|
||||
// Minimum execution time: 12_293_000 picoseconds.
|
||||
Weight::from_parts(12_518_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: `635`
|
||||
// Estimated: `19290`
|
||||
// Minimum execution time: 69_074 nanoseconds.
|
||||
Weight::from_parts(70_726_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 19290))
|
||||
// Measured: `571`
|
||||
// Estimated: `26092`
|
||||
// Minimum execution time: 67_794_000 picoseconds.
|
||||
Weight::from_parts(70_851_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 26092))
|
||||
.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: `7060429`
|
||||
// Estimated: `51338925`
|
||||
// Minimum execution time: 16_090_025 nanoseconds.
|
||||
Weight::from_parts(16_438_002_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 51338925))
|
||||
// Measured: `6947646`
|
||||
// Estimated: `50786890`
|
||||
// Minimum execution time: 6_233_411_000 picoseconds.
|
||||
Weight::from_parts(6_331_552_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 50786890))
|
||||
.saturating_add(T::DbWeight::get().reads(3688))
|
||||
.saturating_add(T::DbWeight::get().writes(3683))
|
||||
}
|
||||
@@ -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_773_572 nanoseconds.
|
||||
Weight::from_parts(4_870_970_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 16009503))
|
||||
// Measured: `177732`
|
||||
// Estimated: `16012473`
|
||||
// Minimum execution time: 4_778_301_000 picoseconds.
|
||||
Weight::from_parts(4_852_188_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