mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +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: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-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_101 nanoseconds.
|
||||
Weight::from_parts(12_656_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1002))
|
||||
// Estimated: `2982`
|
||||
// Minimum execution time: 11_993_000 picoseconds.
|
||||
Weight::from_parts(12_236_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: `725`
|
||||
// Estimated: `19470`
|
||||
// Minimum execution time: 69_639 nanoseconds.
|
||||
Weight::from_parts(73_490_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 19470))
|
||||
// Measured: `661`
|
||||
// Estimated: `26272`
|
||||
// Minimum execution time: 67_297_000 picoseconds.
|
||||
Weight::from_parts(69_648_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 26272))
|
||||
.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: `7060445`
|
||||
// Estimated: `51339005`
|
||||
// Minimum execution time: 15_963_666 nanoseconds.
|
||||
Weight::from_parts(16_480_261_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 51339005))
|
||||
// Measured: `6947662`
|
||||
// Estimated: `50786970`
|
||||
// Minimum execution time: 6_214_250_000 picoseconds.
|
||||
Weight::from_parts(6_357_890_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 50786970))
|
||||
.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_924_110 nanoseconds.
|
||||
Weight::from_parts(5_008_960_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 16009503))
|
||||
// Measured: `177732`
|
||||
// Estimated: `16012473`
|
||||
// Minimum execution time: 4_808_798_000 picoseconds.
|
||||
Weight::from_parts(4_914_429_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