update weights (sync with 0.9.42) (#7149)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-05-02 15:12:47 +02:00
committed by GitHub
parent 0ae0393042
commit d50ff483f8
163 changed files with 7550 additions and 6818 deletions
@@ -13,10 +13,11 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Autogenerated weights for `runtime_common::auctions`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-04-28, 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
@@ -38,9 +39,10 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
use core::marker::PhantomData;
/// Weight functions for `runtime_common::auctions`.
pub struct WeightInfo<T>(PhantomData<T>);
@@ -52,10 +54,10 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
fn new_auction() -> Weight {
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `2982`
// Minimum execution time: 12_293_000 picoseconds.
Weight::from_parts(12_518_000, 0)
.saturating_add(Weight::from_parts(0, 2982))
// Estimated: `1493`
// Minimum execution time: 12_571_000 picoseconds.
Weight::from_parts(12_851_000, 0)
.saturating_add(Weight::from_parts(0, 1493))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -76,10 +78,10 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
fn bid() -> Weight {
// Proof Size summary in bytes:
// 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))
// Estimated: `6060`
// Minimum execution time: 76_246_000 picoseconds.
Weight::from_parts(79_697_000, 0)
.saturating_add(Weight::from_parts(0, 6060))
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -110,10 +112,10 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
fn on_initialize() -> Weight {
// Proof Size summary in bytes:
// 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))
// Estimated: `15822990`
// Minimum execution time: 6_362_630_000 picoseconds.
Weight::from_parts(6_434_405_000, 0)
.saturating_add(Weight::from_parts(0, 15822990))
.saturating_add(T::DbWeight::get().reads(3688))
.saturating_add(T::DbWeight::get().writes(3683))
}
@@ -128,10 +130,10 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
fn cancel_auction() -> Weight {
// Proof Size summary in bytes:
// 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))
// Estimated: `15822990`
// Minimum execution time: 4_940_017_000 picoseconds.
Weight::from_parts(5_006_084_000, 0)
.saturating_add(Weight::from_parts(0, 15822990))
.saturating_add(T::DbWeight::get().reads(3673))
.saturating_add(T::DbWeight::get().writes(3673))
}