mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +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 `pallet_treasury`
|
||||
//!
|
||||
//! 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,10 +54,10 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
fn spend() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6`
|
||||
// Estimated: `1396`
|
||||
// Minimum execution time: 13_881 nanoseconds.
|
||||
Weight::from_parts(14_237_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1396))
|
||||
// Estimated: `3376`
|
||||
// Minimum execution time: 14_516_000 picoseconds.
|
||||
Weight::from_parts(14_898_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3376))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -67,11 +67,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
fn propose_spend() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `139`
|
||||
// Estimated: `499`
|
||||
// Minimum execution time: 21_869 nanoseconds.
|
||||
Weight::from_parts(22_183_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 499))
|
||||
// Measured: `107`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 21_971_000 picoseconds.
|
||||
Weight::from_parts(22_591_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -81,11 +81,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn reject_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `329`
|
||||
// Estimated: `5186`
|
||||
// Minimum execution time: 33_504 nanoseconds.
|
||||
Weight::from_parts(33_878_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5186))
|
||||
// Measured: `265`
|
||||
// Estimated: `7166`
|
||||
// Minimum execution time: 34_087_000 picoseconds.
|
||||
Weight::from_parts(34_367_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7166))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -96,13 +96,13 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `p` is `[0, 99]`.
|
||||
fn approve_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `464 + p * (8 ±0)`
|
||||
// Estimated: `3480`
|
||||
// Minimum execution time: 8_838 nanoseconds.
|
||||
Weight::from_parts(11_773_473, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3480))
|
||||
// Standard Error: 941
|
||||
.saturating_add(Weight::from_parts(28_796, 0).saturating_mul(p.into()))
|
||||
// Measured: `433 + p * (8 ±0)`
|
||||
// Estimated: `5460`
|
||||
// Minimum execution time: 9_511_000 picoseconds.
|
||||
Weight::from_parts(12_247_904, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5460))
|
||||
// Standard Error: 903
|
||||
.saturating_add(Weight::from_parts(28_147, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -111,10 +111,10 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
fn remove_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `90`
|
||||
// Estimated: `897`
|
||||
// Minimum execution time: 6_498 nanoseconds.
|
||||
Weight::from_parts(6_835_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 897))
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 6_948_000 picoseconds.
|
||||
Weight::from_parts(7_162_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1887))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -133,13 +133,13 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn on_initialize_proposals(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326 + p * (314 ±0)`
|
||||
// Estimated: `5419 + p * (7789 ±0)`
|
||||
// Minimum execution time: 58_221 nanoseconds.
|
||||
Weight::from_parts(63_372_444, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5419))
|
||||
// Standard Error: 28_649
|
||||
.saturating_add(Weight::from_parts(31_595_141, 0).saturating_mul(p.into()))
|
||||
// Measured: `297 + p * (251 ±0)`
|
||||
// Estimated: `11359 + p * (7789 ±0)`
|
||||
// Minimum execution time: 57_179_000 picoseconds.
|
||||
Weight::from_parts(61_547_634, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11359))
|
||||
// Standard Error: 30_382
|
||||
.saturating_add(Weight::from_parts(32_012_031, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
|
||||
Reference in New Issue
Block a user