mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
New runners for weights and new weights (#6508)
* [DO NOT MERGE] test new vm runner for weights 2 * add image * fix merge conflict * apply weights * new weights Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
cc080d0e78
commit
0119a6dae1
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `frame_benchmarking::baseline`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,54 +46,52 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn addition(_i: u32, ) -> Weight {
|
||||
// Minimum execution time: 99 nanoseconds.
|
||||
Weight::from_ref_time(132_705)
|
||||
// Minimum execution time: 116 nanoseconds.
|
||||
Weight::from_ref_time(148_551)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn subtraction(_i: u32, ) -> Weight {
|
||||
// Minimum execution time: 102 nanoseconds.
|
||||
Weight::from_ref_time(136_587)
|
||||
// Minimum execution time: 116 nanoseconds.
|
||||
Weight::from_ref_time(146_564)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn multiplication(_i: u32, ) -> Weight {
|
||||
// Minimum execution time: 117 nanoseconds.
|
||||
Weight::from_ref_time(144_223)
|
||||
// Minimum execution time: 113 nanoseconds.
|
||||
Weight::from_ref_time(147_394)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn division(_i: u32, ) -> Weight {
|
||||
// Minimum execution time: 101 nanoseconds.
|
||||
Weight::from_ref_time(128_859)
|
||||
// Minimum execution time: 115 nanoseconds.
|
||||
Weight::from_ref_time(147_033)
|
||||
}
|
||||
/// The range of component `i` is `[0, 100]`.
|
||||
fn hashing(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 20_008_796 nanoseconds.
|
||||
Weight::from_ref_time(20_231_830_334)
|
||||
// Standard Error: 222_061
|
||||
.saturating_add(Weight::from_ref_time(414_640).saturating_mul(i.into()))
|
||||
fn hashing(_i: u32, ) -> Weight {
|
||||
// Minimum execution time: 23_983_154 nanoseconds.
|
||||
Weight::from_ref_time(24_070_029_392)
|
||||
}
|
||||
/// The range of component `i` is `[0, 100]`.
|
||||
fn sr25519_verification(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 142 nanoseconds.
|
||||
Weight::from_ref_time(156_000)
|
||||
// Standard Error: 19_463
|
||||
.saturating_add(Weight::from_ref_time(47_363_986).saturating_mul(i.into()))
|
||||
// Minimum execution time: 130 nanoseconds.
|
||||
Weight::from_ref_time(1_606_463)
|
||||
// Standard Error: 5_589
|
||||
.saturating_add(Weight::from_ref_time(55_538_842).saturating_mul(i.into()))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn storage_read(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 124 nanoseconds.
|
||||
Weight::from_ref_time(133_000)
|
||||
// Standard Error: 3_395
|
||||
.saturating_add(Weight::from_ref_time(1_924_310).saturating_mul(i.into()))
|
||||
// Minimum execution time: 118 nanoseconds.
|
||||
Weight::from_ref_time(136_000)
|
||||
// Standard Error: 2_899
|
||||
.saturating_add(Weight::from_ref_time(2_363_633).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn storage_write(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 108 nanoseconds.
|
||||
Weight::from_ref_time(115_000)
|
||||
// Standard Error: 831
|
||||
.saturating_add(Weight::from_ref_time(334_597).saturating_mul(i.into()))
|
||||
// Minimum execution time: 119 nanoseconds.
|
||||
Weight::from_ref_time(141_000)
|
||||
// Standard Error: 923
|
||||
.saturating_add(Weight::from_ref_time(386_949).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `frame_election_provider_support`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,22 +48,22 @@ impl<T: frame_system::Config> frame_election_provider_support::WeightInfo for We
|
||||
/// The range of component `t` is `[500, 1000]`.
|
||||
/// The range of component `d` is `[5, 16]`.
|
||||
fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight {
|
||||
// Minimum execution time: 5_575_729 nanoseconds.
|
||||
Weight::from_ref_time(5_635_611_000)
|
||||
// Standard Error: 137_628
|
||||
.saturating_add(Weight::from_ref_time(5_613_642).saturating_mul(v.into()))
|
||||
// Standard Error: 14_070_666
|
||||
.saturating_add(Weight::from_ref_time(1_547_260_145).saturating_mul(d.into()))
|
||||
// Minimum execution time: 5_668_576 nanoseconds.
|
||||
Weight::from_ref_time(5_712_755_000)
|
||||
// Standard Error: 133_923
|
||||
.saturating_add(Weight::from_ref_time(5_516_772).saturating_mul(v.into()))
|
||||
// Standard Error: 13_691_904
|
||||
.saturating_add(Weight::from_ref_time(1_483_939_563).saturating_mul(d.into()))
|
||||
}
|
||||
/// The range of component `v` is `[1000, 2000]`.
|
||||
/// The range of component `t` is `[500, 1000]`.
|
||||
/// The range of component `d` is `[5, 16]`.
|
||||
fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_382_327 nanoseconds.
|
||||
Weight::from_ref_time(4_421_862_000)
|
||||
// Standard Error: 146_518
|
||||
.saturating_add(Weight::from_ref_time(5_556_127).saturating_mul(v.into()))
|
||||
// Standard Error: 14_979_514
|
||||
.saturating_add(Weight::from_ref_time(1_762_291_888).saturating_mul(d.into()))
|
||||
// Minimum execution time: 3_905_717 nanoseconds.
|
||||
Weight::from_ref_time(3_950_012_000)
|
||||
// Standard Error: 121_037
|
||||
.saturating_add(Weight::from_ref_time(4_593_528).saturating_mul(v.into()))
|
||||
// Standard Error: 12_374_443
|
||||
.saturating_add(Weight::from_ref_time(1_416_607_758).saturating_mul(d.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `frame_system`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,51 +46,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 3_354 nanoseconds.
|
||||
Weight::from_ref_time(3_423_000)
|
||||
// Minimum execution time: 3_479 nanoseconds.
|
||||
Weight::from_ref_time(3_232_796)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(412).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(539).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 12_040 nanoseconds.
|
||||
Weight::from_ref_time(12_231_000)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(1_769).saturating_mul(b.into()))
|
||||
// Minimum execution time: 13_120 nanoseconds.
|
||||
Weight::from_ref_time(176_550_818)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_915).saturating_mul(b.into()))
|
||||
}
|
||||
// Storage: System Digest (r:1 w:1)
|
||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
||||
fn set_heap_pages() -> Weight {
|
||||
// Minimum execution time: 8_135 nanoseconds.
|
||||
Weight::from_ref_time(8_306_000)
|
||||
// Minimum execution time: 8_452 nanoseconds.
|
||||
Weight::from_ref_time(8_855_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn set_storage(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 3_380 nanoseconds.
|
||||
Weight::from_ref_time(3_431_000)
|
||||
// Standard Error: 2_049
|
||||
.saturating_add(Weight::from_ref_time(621_323).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_536 nanoseconds.
|
||||
Weight::from_ref_time(3_673_000)
|
||||
// Standard Error: 2_059
|
||||
.saturating_add(Weight::from_ref_time(678_301).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn kill_storage(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 3_352 nanoseconds.
|
||||
Weight::from_ref_time(3_440_000)
|
||||
// Standard Error: 1_087
|
||||
.saturating_add(Weight::from_ref_time(452_199).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_390 nanoseconds.
|
||||
Weight::from_ref_time(3_504_000)
|
||||
// Standard Error: 890
|
||||
.saturating_add(Weight::from_ref_time(509_654).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `p` is `[0, 1000]`.
|
||||
fn kill_prefix(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_688 nanoseconds.
|
||||
Weight::from_ref_time(4_799_000)
|
||||
// Standard Error: 1_287
|
||||
.saturating_add(Weight::from_ref_time(973_968).saturating_mul(p.into()))
|
||||
// Minimum execution time: 5_185 nanoseconds.
|
||||
Weight::from_ref_time(5_253_000)
|
||||
// Standard Error: 1_170
|
||||
.saturating_add(Weight::from_ref_time(1_152_577).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_bags_list`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,8 +49,8 @@ impl<T: frame_system::Config> pallet_bags_list::WeightInfo for WeightInfo<T> {
|
||||
// Storage: VoterList ListNodes (r:4 w:4)
|
||||
// Storage: VoterList ListBags (r:1 w:1)
|
||||
fn rebag_non_terminal() -> Weight {
|
||||
// Minimum execution time: 61_115 nanoseconds.
|
||||
Weight::from_ref_time(61_942_000)
|
||||
// Minimum execution time: 64_102 nanoseconds.
|
||||
Weight::from_ref_time(66_882_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -59,8 +59,8 @@ impl<T: frame_system::Config> pallet_bags_list::WeightInfo for WeightInfo<T> {
|
||||
// Storage: VoterList ListNodes (r:3 w:3)
|
||||
// Storage: VoterList ListBags (r:2 w:2)
|
||||
fn rebag_terminal() -> Weight {
|
||||
// Minimum execution time: 61_773 nanoseconds.
|
||||
Weight::from_ref_time(62_467_000)
|
||||
// Minimum execution time: 63_969 nanoseconds.
|
||||
Weight::from_ref_time(65_863_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> pallet_bags_list::WeightInfo for WeightInfo<T> {
|
||||
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
// Storage: VoterList ListBags (r:1 w:1)
|
||||
fn put_in_front_of() -> Weight {
|
||||
// Minimum execution time: 60_847 nanoseconds.
|
||||
Weight::from_ref_time(61_824_000)
|
||||
// Minimum execution time: 63_120 nanoseconds.
|
||||
Weight::from_ref_time(64_737_000)
|
||||
.saturating_add(T::DbWeight::get().reads(10))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_balances`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,24 +48,24 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances TotalIssuance (r:1 w:1)
|
||||
fn transfer() -> Weight {
|
||||
// Minimum execution time: 43_709 nanoseconds.
|
||||
Weight::from_ref_time(44_814_000)
|
||||
// Minimum execution time: 46_620 nanoseconds.
|
||||
Weight::from_ref_time(47_736_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: NisCounterpartBalances Account (r:2 w:2)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer_keep_alive() -> Weight {
|
||||
// Minimum execution time: 30_922 nanoseconds.
|
||||
Weight::from_ref_time(31_412_000)
|
||||
// Minimum execution time: 32_475 nanoseconds.
|
||||
Weight::from_ref_time(33_360_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: NisCounterpartBalances Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances TotalIssuance (r:1 w:1)
|
||||
fn set_balance_creating() -> Weight {
|
||||
// Minimum execution time: 21_870 nanoseconds.
|
||||
Weight::from_ref_time(22_367_000)
|
||||
// Minimum execution time: 21_317 nanoseconds.
|
||||
Weight::from_ref_time(21_933_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -73,8 +73,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances TotalIssuance (r:1 w:1)
|
||||
fn set_balance_killing() -> Weight {
|
||||
// Minimum execution time: 29_018 nanoseconds.
|
||||
Weight::from_ref_time(29_444_000)
|
||||
// Minimum execution time: 30_035 nanoseconds.
|
||||
Weight::from_ref_time(31_160_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -82,23 +82,23 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:2 w:2)
|
||||
// Storage: NisCounterpartBalances TotalIssuance (r:1 w:1)
|
||||
fn force_transfer() -> Weight {
|
||||
// Minimum execution time: 41_960 nanoseconds.
|
||||
Weight::from_ref_time(43_872_000)
|
||||
// Minimum execution time: 45_090 nanoseconds.
|
||||
Weight::from_ref_time(46_780_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
// Storage: NisCounterpartBalances Account (r:2 w:2)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer_all() -> Weight {
|
||||
// Minimum execution time: 39_721 nanoseconds.
|
||||
Weight::from_ref_time(40_854_000)
|
||||
// Minimum execution time: 42_326 nanoseconds.
|
||||
Weight::from_ref_time(43_268_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: NisCounterpartBalances Account (r:1 w:1)
|
||||
fn force_unreserve() -> Weight {
|
||||
// Minimum execution time: 20_092 nanoseconds.
|
||||
Weight::from_ref_time(20_746_000)
|
||||
// Minimum execution time: 19_632 nanoseconds.
|
||||
Weight::from_ref_time(20_402_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_bounties`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -50,49 +50,49 @@ impl<T: frame_system::Config> pallet_bounties::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Bounties Bounties (r:0 w:1)
|
||||
/// The range of component `d` is `[0, 16384]`.
|
||||
fn propose_bounty(d: u32, ) -> Weight {
|
||||
// Minimum execution time: 28_818 nanoseconds.
|
||||
Weight::from_ref_time(30_093_500)
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_ref_time(807).saturating_mul(d.into()))
|
||||
// Minimum execution time: 29_623 nanoseconds.
|
||||
Weight::from_ref_time(31_822_254)
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_ref_time(897).saturating_mul(d.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: Bounties Bounties (r:1 w:1)
|
||||
// Storage: Bounties BountyApprovals (r:1 w:1)
|
||||
fn approve_bounty() -> Weight {
|
||||
// Minimum execution time: 11_841 nanoseconds.
|
||||
Weight::from_ref_time(12_229_000)
|
||||
// Minimum execution time: 11_503 nanoseconds.
|
||||
Weight::from_ref_time(11_905_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Bounties Bounties (r:1 w:1)
|
||||
fn propose_curator() -> Weight {
|
||||
// Minimum execution time: 11_645 nanoseconds.
|
||||
Weight::from_ref_time(11_858_000)
|
||||
// Minimum execution time: 10_559 nanoseconds.
|
||||
Weight::from_ref_time(10_904_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Bounties Bounties (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn unassign_curator() -> Weight {
|
||||
// Minimum execution time: 40_710 nanoseconds.
|
||||
Weight::from_ref_time(42_010_000)
|
||||
// Minimum execution time: 42_366 nanoseconds.
|
||||
Weight::from_ref_time(43_357_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Bounties Bounties (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn accept_curator() -> Weight {
|
||||
// Minimum execution time: 28_883 nanoseconds.
|
||||
Weight::from_ref_time(29_564_000)
|
||||
// Minimum execution time: 29_157 nanoseconds.
|
||||
Weight::from_ref_time(30_677_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Bounties Bounties (r:1 w:1)
|
||||
// Storage: ChildBounties ParentChildBounties (r:1 w:0)
|
||||
fn award_bounty() -> Weight {
|
||||
// Minimum execution time: 25_090 nanoseconds.
|
||||
Weight::from_ref_time(25_543_000)
|
||||
// Minimum execution time: 24_479 nanoseconds.
|
||||
Weight::from_ref_time(25_270_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_bounties::WeightInfo for WeightInfo<T> {
|
||||
// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
|
||||
// Storage: Bounties BountyDescriptions (r:0 w:1)
|
||||
fn claim_bounty() -> Weight {
|
||||
// Minimum execution time: 68_883 nanoseconds.
|
||||
Weight::from_ref_time(69_767_000)
|
||||
// Minimum execution time: 75_799 nanoseconds.
|
||||
Weight::from_ref_time(78_144_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_bounties::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
// Storage: Bounties BountyDescriptions (r:0 w:1)
|
||||
fn close_bounty_proposed() -> Weight {
|
||||
// Minimum execution time: 44_136 nanoseconds.
|
||||
Weight::from_ref_time(45_046_000)
|
||||
// Minimum execution time: 46_842 nanoseconds.
|
||||
Weight::from_ref_time(47_536_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -121,15 +121,15 @@ impl<T: frame_system::Config> pallet_bounties::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:2 w:2)
|
||||
// Storage: Bounties BountyDescriptions (r:0 w:1)
|
||||
fn close_bounty_active() -> Weight {
|
||||
// Minimum execution time: 53_422 nanoseconds.
|
||||
Weight::from_ref_time(54_641_000)
|
||||
// Minimum execution time: 58_090 nanoseconds.
|
||||
Weight::from_ref_time(60_188_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: Bounties Bounties (r:1 w:1)
|
||||
fn extend_bounty_expiry() -> Weight {
|
||||
// Minimum execution time: 21_770 nanoseconds.
|
||||
Weight::from_ref_time(22_320_000)
|
||||
// Minimum execution time: 21_089 nanoseconds.
|
||||
Weight::from_ref_time(21_836_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -138,10 +138,10 @@ impl<T: frame_system::Config> pallet_bounties::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:4 w:4)
|
||||
/// The range of component `b` is `[0, 100]`.
|
||||
fn spend_funds(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 6_996 nanoseconds.
|
||||
Weight::from_ref_time(10_276_596)
|
||||
// Standard Error: 25_600
|
||||
.saturating_add(Weight::from_ref_time(25_215_669).saturating_mul(b.into()))
|
||||
// Minimum execution time: 7_570 nanoseconds.
|
||||
Weight::from_ref_time(19_660_003)
|
||||
// Standard Error: 11_535
|
||||
.saturating_add(Weight::from_ref_time(31_144_972).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_child_bounties`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -52,10 +52,10 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
// Storage: ChildBounties ChildBounties (r:0 w:1)
|
||||
/// The range of component `d` is `[0, 16384]`.
|
||||
fn add_child_bounty(d: u32, ) -> Weight {
|
||||
// Minimum execution time: 52_643 nanoseconds.
|
||||
Weight::from_ref_time(53_541_568)
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_ref_time(794).saturating_mul(d.into()))
|
||||
// Minimum execution time: 55_323 nanoseconds.
|
||||
Weight::from_ref_time(57_716_941)
|
||||
// Standard Error: 16
|
||||
.saturating_add(Weight::from_ref_time(934).saturating_mul(d.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
||||
// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
|
||||
fn propose_curator() -> Weight {
|
||||
// Minimum execution time: 19_663 nanoseconds.
|
||||
Weight::from_ref_time(20_099_000)
|
||||
// Minimum execution time: 18_709 nanoseconds.
|
||||
Weight::from_ref_time(19_319_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn accept_curator() -> Weight {
|
||||
// Minimum execution time: 33_998 nanoseconds.
|
||||
Weight::from_ref_time(34_461_000)
|
||||
// Minimum execution time: 34_386 nanoseconds.
|
||||
Weight::from_ref_time(35_898_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -81,16 +81,16 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
// Storage: Bounties Bounties (r:1 w:0)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn unassign_curator() -> Weight {
|
||||
// Minimum execution time: 45_611 nanoseconds.
|
||||
Weight::from_ref_time(46_248_000)
|
||||
// Minimum execution time: 48_360 nanoseconds.
|
||||
Weight::from_ref_time(49_866_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Bounties Bounties (r:1 w:0)
|
||||
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
||||
fn award_child_bounty() -> Weight {
|
||||
// Minimum execution time: 28_253 nanoseconds.
|
||||
Weight::from_ref_time(28_531_000)
|
||||
// Minimum execution time: 28_240 nanoseconds.
|
||||
Weight::from_ref_time(29_435_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
||||
// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
||||
fn claim_child_bounty() -> Weight {
|
||||
// Minimum execution time: 68_029 nanoseconds.
|
||||
Weight::from_ref_time(68_950_000)
|
||||
// Minimum execution time: 75_273 nanoseconds.
|
||||
Weight::from_ref_time(77_122_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
// Storage: System Account (r:2 w:2)
|
||||
// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
||||
fn close_child_bounty_added() -> Weight {
|
||||
// Minimum execution time: 51_114 nanoseconds.
|
||||
Weight::from_ref_time(52_192_000)
|
||||
// Minimum execution time: 55_596 nanoseconds.
|
||||
Weight::from_ref_time(57_045_000)
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -123,8 +123,8 @@ impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T
|
||||
// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
||||
// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
||||
fn close_child_bounty_active() -> Weight {
|
||||
// Minimum execution time: 61_337 nanoseconds.
|
||||
Weight::from_ref_time(62_394_000)
|
||||
// Minimum execution time: 66_320 nanoseconds.
|
||||
Weight::from_ref_time(68_259_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -55,12 +55,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 16_856 nanoseconds.
|
||||
Weight::from_ref_time(17_075_000)
|
||||
// Standard Error: 48_653
|
||||
.saturating_add(Weight::from_ref_time(5_587_258).saturating_mul(m.into()))
|
||||
// Standard Error: 48_653
|
||||
.saturating_add(Weight::from_ref_time(7_634_546).saturating_mul(p.into()))
|
||||
// Minimum execution time: 16_648 nanoseconds.
|
||||
Weight::from_ref_time(16_874_000)
|
||||
// Standard Error: 36_550
|
||||
.saturating_add(Weight::from_ref_time(4_155_460).saturating_mul(m.into()))
|
||||
// Standard Error: 36_550
|
||||
.saturating_add(Weight::from_ref_time(6_898_238).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -72,12 +72,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn execute(b: u32, m: u32, ) -> Weight {
|
||||
// Minimum execution time: 19_862 nanoseconds.
|
||||
Weight::from_ref_time(19_545_547)
|
||||
// Standard Error: 24
|
||||
.saturating_add(Weight::from_ref_time(1_742).saturating_mul(b.into()))
|
||||
// Standard Error: 256
|
||||
.saturating_add(Weight::from_ref_time(13_090).saturating_mul(m.into()))
|
||||
// Minimum execution time: 20_604 nanoseconds.
|
||||
Weight::from_ref_time(20_117_098)
|
||||
// Standard Error: 20
|
||||
.saturating_add(Weight::from_ref_time(1_951).saturating_mul(b.into()))
|
||||
// Standard Error: 213
|
||||
.saturating_add(Weight::from_ref_time(13_087).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
@@ -87,12 +87,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Minimum execution time: 22_349 nanoseconds.
|
||||
Weight::from_ref_time(21_968_020)
|
||||
// Standard Error: 31
|
||||
.saturating_add(Weight::from_ref_time(1_639).saturating_mul(b.into()))
|
||||
// Standard Error: 328
|
||||
.saturating_add(Weight::from_ref_time(19_134).saturating_mul(m.into()))
|
||||
// Minimum execution time: 23_005 nanoseconds.
|
||||
Weight::from_ref_time(22_039_338)
|
||||
// Standard Error: 25
|
||||
.saturating_add(Weight::from_ref_time(2_000).saturating_mul(b.into()))
|
||||
// Standard Error: 265
|
||||
.saturating_add(Weight::from_ref_time(21_045).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
}
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
@@ -107,14 +107,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 27_722 nanoseconds.
|
||||
Weight::from_ref_time(29_381_950)
|
||||
// Standard Error: 71
|
||||
.saturating_add(Weight::from_ref_time(2_758).saturating_mul(b.into()))
|
||||
// Standard Error: 745
|
||||
.saturating_add(Weight::from_ref_time(18_974).saturating_mul(m.into()))
|
||||
// Standard Error: 736
|
||||
.saturating_add(Weight::from_ref_time(107_381).saturating_mul(p.into()))
|
||||
// Minimum execution time: 28_984 nanoseconds.
|
||||
Weight::from_ref_time(27_067_662)
|
||||
// Standard Error: 97
|
||||
.saturating_add(Weight::from_ref_time(4_243).saturating_mul(b.into()))
|
||||
// Standard Error: 1_015
|
||||
.saturating_add(Weight::from_ref_time(29_845).saturating_mul(m.into()))
|
||||
// Standard Error: 1_002
|
||||
.saturating_add(Weight::from_ref_time(197_072).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -123,10 +123,10 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 28_909 nanoseconds.
|
||||
Weight::from_ref_time(30_186_048)
|
||||
// Standard Error: 541
|
||||
.saturating_add(Weight::from_ref_time(36_449).saturating_mul(m.into()))
|
||||
// Minimum execution time: 34_329 nanoseconds.
|
||||
Weight::from_ref_time(36_958_595)
|
||||
// Standard Error: 750
|
||||
.saturating_add(Weight::from_ref_time(45_910).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -139,12 +139,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 30_055 nanoseconds.
|
||||
Weight::from_ref_time(33_099_605)
|
||||
// Standard Error: 546
|
||||
.saturating_add(Weight::from_ref_time(17_961).saturating_mul(m.into()))
|
||||
// Standard Error: 532
|
||||
.saturating_add(Weight::from_ref_time(90_493).saturating_mul(p.into()))
|
||||
// Minimum execution time: 30_842 nanoseconds.
|
||||
Weight::from_ref_time(32_492_766)
|
||||
// Standard Error: 884
|
||||
.saturating_add(Weight::from_ref_time(31_628).saturating_mul(m.into()))
|
||||
// Standard Error: 862
|
||||
.saturating_add(Weight::from_ref_time(186_164).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -159,14 +159,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 40_485 nanoseconds.
|
||||
Weight::from_ref_time(41_628_932)
|
||||
// Standard Error: 61
|
||||
.saturating_add(Weight::from_ref_time(2_000).saturating_mul(b.into()))
|
||||
// Standard Error: 644
|
||||
.saturating_add(Weight::from_ref_time(14_831).saturating_mul(m.into()))
|
||||
// Standard Error: 628
|
||||
.saturating_add(Weight::from_ref_time(111_363).saturating_mul(p.into()))
|
||||
// Minimum execution time: 41_248 nanoseconds.
|
||||
Weight::from_ref_time(41_974_210)
|
||||
// Standard Error: 97
|
||||
.saturating_add(Weight::from_ref_time(3_399).saturating_mul(b.into()))
|
||||
// Standard Error: 1_032
|
||||
.saturating_add(Weight::from_ref_time(28_568).saturating_mul(m.into()))
|
||||
// Standard Error: 1_006
|
||||
.saturating_add(Weight::from_ref_time(212_759).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -180,12 +180,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_535 nanoseconds.
|
||||
Weight::from_ref_time(35_864_940)
|
||||
// Standard Error: 498
|
||||
.saturating_add(Weight::from_ref_time(19_568).saturating_mul(m.into()))
|
||||
// Standard Error: 485
|
||||
.saturating_add(Weight::from_ref_time(85_200).saturating_mul(p.into()))
|
||||
// Minimum execution time: 34_511 nanoseconds.
|
||||
Weight::from_ref_time(34_445_374)
|
||||
// Standard Error: 820
|
||||
.saturating_add(Weight::from_ref_time(38_784).saturating_mul(m.into()))
|
||||
// Standard Error: 799
|
||||
.saturating_add(Weight::from_ref_time(191_619).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -201,14 +201,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 42_843 nanoseconds.
|
||||
Weight::from_ref_time(44_165_033)
|
||||
// Standard Error: 61
|
||||
.saturating_add(Weight::from_ref_time(2_060).saturating_mul(b.into()))
|
||||
// Standard Error: 648
|
||||
.saturating_add(Weight::from_ref_time(13_211).saturating_mul(m.into()))
|
||||
// Standard Error: 631
|
||||
.saturating_add(Weight::from_ref_time(111_071).saturating_mul(p.into()))
|
||||
// Minimum execution time: 43_512 nanoseconds.
|
||||
Weight::from_ref_time(43_763_995)
|
||||
// Standard Error: 108
|
||||
.saturating_add(Weight::from_ref_time(3_663).saturating_mul(b.into()))
|
||||
// Standard Error: 1_143
|
||||
.saturating_add(Weight::from_ref_time(32_094).saturating_mul(m.into()))
|
||||
// Standard Error: 1_114
|
||||
.saturating_add(Weight::from_ref_time(218_006).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -218,10 +218,10 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 19_072 nanoseconds.
|
||||
Weight::from_ref_time(22_534_817)
|
||||
// Standard Error: 727
|
||||
.saturating_add(Weight::from_ref_time(94_889).saturating_mul(p.into()))
|
||||
// Minimum execution time: 19_588 nanoseconds.
|
||||
Weight::from_ref_time(22_092_936)
|
||||
// Standard Error: 912
|
||||
.saturating_add(Weight::from_ref_time(174_551).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -55,12 +55,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 17_342 nanoseconds.
|
||||
Weight::from_ref_time(17_564_000)
|
||||
// Standard Error: 49_573
|
||||
.saturating_add(Weight::from_ref_time(5_712_587).saturating_mul(m.into()))
|
||||
// Standard Error: 49_573
|
||||
.saturating_add(Weight::from_ref_time(7_832_746).saturating_mul(p.into()))
|
||||
// Minimum execution time: 17_364 nanoseconds.
|
||||
Weight::from_ref_time(17_747_000)
|
||||
// Standard Error: 36_695
|
||||
.saturating_add(Weight::from_ref_time(4_154_922).saturating_mul(m.into()))
|
||||
// Standard Error: 36_695
|
||||
.saturating_add(Weight::from_ref_time(6_925_329).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -72,12 +72,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn execute(b: u32, m: u32, ) -> Weight {
|
||||
// Minimum execution time: 20_497 nanoseconds.
|
||||
Weight::from_ref_time(20_033_132)
|
||||
// Standard Error: 22
|
||||
.saturating_add(Weight::from_ref_time(1_704).saturating_mul(b.into()))
|
||||
// Standard Error: 234
|
||||
.saturating_add(Weight::from_ref_time(13_358).saturating_mul(m.into()))
|
||||
// Minimum execution time: 21_204 nanoseconds.
|
||||
Weight::from_ref_time(20_409_573)
|
||||
// Standard Error: 17
|
||||
.saturating_add(Weight::from_ref_time(2_055).saturating_mul(b.into()))
|
||||
// Standard Error: 179
|
||||
.saturating_add(Weight::from_ref_time(13_580).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
@@ -87,12 +87,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Minimum execution time: 22_846 nanoseconds.
|
||||
Weight::from_ref_time(22_541_651)
|
||||
// Standard Error: 27
|
||||
.saturating_add(Weight::from_ref_time(1_620).saturating_mul(b.into()))
|
||||
// Standard Error: 287
|
||||
.saturating_add(Weight::from_ref_time(17_690).saturating_mul(m.into()))
|
||||
// Minimum execution time: 23_743 nanoseconds.
|
||||
Weight::from_ref_time(22_706_099)
|
||||
// Standard Error: 18
|
||||
.saturating_add(Weight::from_ref_time(1_980).saturating_mul(b.into()))
|
||||
// Standard Error: 190
|
||||
.saturating_add(Weight::from_ref_time(19_216).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
}
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
@@ -107,14 +107,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 28_834 nanoseconds.
|
||||
Weight::from_ref_time(30_112_596)
|
||||
// Standard Error: 65
|
||||
.saturating_add(Weight::from_ref_time(3_263).saturating_mul(b.into()))
|
||||
// Standard Error: 687
|
||||
.saturating_add(Weight::from_ref_time(18_198).saturating_mul(m.into()))
|
||||
// Standard Error: 679
|
||||
.saturating_add(Weight::from_ref_time(114_530).saturating_mul(p.into()))
|
||||
// Minimum execution time: 29_569 nanoseconds.
|
||||
Weight::from_ref_time(27_693_865)
|
||||
// Standard Error: 86
|
||||
.saturating_add(Weight::from_ref_time(4_711).saturating_mul(b.into()))
|
||||
// Standard Error: 903
|
||||
.saturating_add(Weight::from_ref_time(30_048).saturating_mul(m.into()))
|
||||
// Standard Error: 891
|
||||
.saturating_add(Weight::from_ref_time(205_569).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -123,10 +123,10 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 29_717 nanoseconds.
|
||||
Weight::from_ref_time(30_729_357)
|
||||
// Standard Error: 485
|
||||
.saturating_add(Weight::from_ref_time(38_834).saturating_mul(m.into()))
|
||||
// Minimum execution time: 35_170 nanoseconds.
|
||||
Weight::from_ref_time(37_544_583)
|
||||
// Standard Error: 631
|
||||
.saturating_add(Weight::from_ref_time(49_997).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -139,12 +139,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 31_899 nanoseconds.
|
||||
Weight::from_ref_time(33_903_467)
|
||||
// Standard Error: 449
|
||||
.saturating_add(Weight::from_ref_time(18_073).saturating_mul(m.into()))
|
||||
// Standard Error: 438
|
||||
.saturating_add(Weight::from_ref_time(89_651).saturating_mul(p.into()))
|
||||
// Minimum execution time: 33_117 nanoseconds.
|
||||
Weight::from_ref_time(33_433_456)
|
||||
// Standard Error: 822
|
||||
.saturating_add(Weight::from_ref_time(31_987).saturating_mul(m.into()))
|
||||
// Standard Error: 801
|
||||
.saturating_add(Weight::from_ref_time(184_413).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -159,14 +159,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 41_512 nanoseconds.
|
||||
Weight::from_ref_time(42_315_249)
|
||||
// Standard Error: 56
|
||||
.saturating_add(Weight::from_ref_time(1_952).saturating_mul(b.into()))
|
||||
// Standard Error: 595
|
||||
.saturating_add(Weight::from_ref_time(16_126).saturating_mul(m.into()))
|
||||
// Standard Error: 580
|
||||
.saturating_add(Weight::from_ref_time(111_812).saturating_mul(p.into()))
|
||||
// Minimum execution time: 42_577 nanoseconds.
|
||||
Weight::from_ref_time(43_196_678)
|
||||
// Standard Error: 95
|
||||
.saturating_add(Weight::from_ref_time(3_166).saturating_mul(b.into()))
|
||||
// Standard Error: 1_009
|
||||
.saturating_add(Weight::from_ref_time(25_748).saturating_mul(m.into()))
|
||||
// Standard Error: 983
|
||||
.saturating_add(Weight::from_ref_time(212_874).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -180,12 +180,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 34_438 nanoseconds.
|
||||
Weight::from_ref_time(36_368_537)
|
||||
// Standard Error: 468
|
||||
.saturating_add(Weight::from_ref_time(20_526).saturating_mul(m.into()))
|
||||
// Standard Error: 457
|
||||
.saturating_add(Weight::from_ref_time(88_134).saturating_mul(p.into()))
|
||||
// Minimum execution time: 34_923 nanoseconds.
|
||||
Weight::from_ref_time(34_983_792)
|
||||
// Standard Error: 717
|
||||
.saturating_add(Weight::from_ref_time(39_140).saturating_mul(m.into()))
|
||||
// Standard Error: 699
|
||||
.saturating_add(Weight::from_ref_time(194_907).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -201,14 +201,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 43_212 nanoseconds.
|
||||
Weight::from_ref_time(44_785_189)
|
||||
// Standard Error: 55
|
||||
.saturating_add(Weight::from_ref_time(2_009).saturating_mul(b.into()))
|
||||
// Standard Error: 590
|
||||
.saturating_add(Weight::from_ref_time(14_883).saturating_mul(m.into()))
|
||||
// Standard Error: 575
|
||||
.saturating_add(Weight::from_ref_time(111_119).saturating_mul(p.into()))
|
||||
// Minimum execution time: 43_911 nanoseconds.
|
||||
Weight::from_ref_time(44_774_702)
|
||||
// Standard Error: 100
|
||||
.saturating_add(Weight::from_ref_time(3_555).saturating_mul(b.into()))
|
||||
// Standard Error: 1_060
|
||||
.saturating_add(Weight::from_ref_time(29_486).saturating_mul(m.into()))
|
||||
// Standard Error: 1_033
|
||||
.saturating_add(Weight::from_ref_time(218_377).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -218,10 +218,10 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 19_705 nanoseconds.
|
||||
Weight::from_ref_time(23_044_539)
|
||||
// Standard Error: 696
|
||||
.saturating_add(Weight::from_ref_time(96_439).saturating_mul(p.into()))
|
||||
// Minimum execution time: 20_192 nanoseconds.
|
||||
Weight::from_ref_time(22_521_459)
|
||||
// Standard Error: 892
|
||||
.saturating_add(Weight::from_ref_time(177_568).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_conviction_voting`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -50,8 +50,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn vote_new() -> Weight {
|
||||
// Minimum execution time: 136_956 nanoseconds.
|
||||
Weight::from_ref_time(140_581_000)
|
||||
// Minimum execution time: 176_250 nanoseconds.
|
||||
Weight::from_ref_time(183_105_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn vote_existing() -> Weight {
|
||||
// Minimum execution time: 178_892 nanoseconds.
|
||||
Weight::from_ref_time(182_315_000)
|
||||
// Minimum execution time: 239_904 nanoseconds.
|
||||
Weight::from_ref_time(248_494_000)
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -70,16 +70,16 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn remove_vote() -> Weight {
|
||||
// Minimum execution time: 156_245 nanoseconds.
|
||||
Weight::from_ref_time(159_793_000)
|
||||
// Minimum execution time: 209_359 nanoseconds.
|
||||
Weight::from_ref_time(222_154_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:0)
|
||||
fn remove_other_vote() -> Weight {
|
||||
// Minimum execution time: 76_528 nanoseconds.
|
||||
Weight::from_ref_time(78_713_000)
|
||||
// Minimum execution time: 103_052 nanoseconds.
|
||||
Weight::from_ref_time(107_461_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -90,10 +90,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// The range of component `r` is `[0, 512]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 77_221 nanoseconds.
|
||||
Weight::from_ref_time(1_228_463_979)
|
||||
// Standard Error: 101_971
|
||||
.saturating_add(Weight::from_ref_time(27_481_270).saturating_mul(r.into()))
|
||||
// Minimum execution time: 102_070 nanoseconds.
|
||||
Weight::from_ref_time(1_776_040_090)
|
||||
// Standard Error: 149_833
|
||||
.saturating_add(Weight::from_ref_time(38_268_419).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
@@ -104,10 +104,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// The range of component `r` is `[0, 512]`.
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 55_689 nanoseconds.
|
||||
Weight::from_ref_time(1_198_555_543)
|
||||
// Standard Error: 101_907
|
||||
.saturating_add(Weight::from_ref_time(27_486_586).saturating_mul(r.into()))
|
||||
// Minimum execution time: 75_841 nanoseconds.
|
||||
Weight::from_ref_time(1_698_737_760)
|
||||
// Standard Error: 145_937
|
||||
.saturating_add(Weight::from_ref_time(38_386_704).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -117,8 +117,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
||||
// Storage: ConvictionVoting ClassLocksFor (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
fn unlock() -> Weight {
|
||||
// Minimum execution time: 94_867 nanoseconds.
|
||||
Weight::from_ref_time(96_648_000)
|
||||
// Minimum execution time: 130_072 nanoseconds.
|
||||
Weight::from_ref_time(132_988_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_democracy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,15 +49,15 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy Blacklist (r:1 w:0)
|
||||
// Storage: Democracy DepositOf (r:0 w:1)
|
||||
fn propose() -> Weight {
|
||||
// Minimum execution time: 43_766 nanoseconds.
|
||||
Weight::from_ref_time(44_789_000)
|
||||
// Minimum execution time: 53_031 nanoseconds.
|
||||
Weight::from_ref_time(55_864_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Democracy DepositOf (r:1 w:1)
|
||||
fn second() -> Weight {
|
||||
// Minimum execution time: 40_020 nanoseconds.
|
||||
Weight::from_ref_time(42_074_000)
|
||||
// Minimum execution time: 46_017 nanoseconds.
|
||||
Weight::from_ref_time(47_880_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy VotingOf (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
fn vote_new() -> Weight {
|
||||
// Minimum execution time: 50_321 nanoseconds.
|
||||
Weight::from_ref_time(50_928_000)
|
||||
// Minimum execution time: 57_992 nanoseconds.
|
||||
Weight::from_ref_time(60_252_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -74,16 +74,16 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy VotingOf (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
fn vote_existing() -> Weight {
|
||||
// Minimum execution time: 50_195 nanoseconds.
|
||||
Weight::from_ref_time(51_184_000)
|
||||
// Minimum execution time: 60_354 nanoseconds.
|
||||
Weight::from_ref_time(62_448_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
||||
// Storage: Democracy Cancellations (r:1 w:1)
|
||||
fn emergency_cancel() -> Weight {
|
||||
// Minimum execution time: 21_441 nanoseconds.
|
||||
Weight::from_ref_time(21_819_000)
|
||||
// Minimum execution time: 22_119 nanoseconds.
|
||||
Weight::from_ref_time(22_651_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -94,45 +94,45 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
||||
// Storage: Democracy Blacklist (r:0 w:1)
|
||||
fn blacklist() -> Weight {
|
||||
// Minimum execution time: 79_334 nanoseconds.
|
||||
Weight::from_ref_time(80_956_000)
|
||||
// Minimum execution time: 94_424 nanoseconds.
|
||||
Weight::from_ref_time(96_984_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
// Storage: Democracy NextExternal (r:1 w:1)
|
||||
// Storage: Democracy Blacklist (r:1 w:0)
|
||||
fn external_propose() -> Weight {
|
||||
// Minimum execution time: 16_586 nanoseconds.
|
||||
Weight::from_ref_time(16_932_000)
|
||||
// Minimum execution time: 17_013 nanoseconds.
|
||||
Weight::from_ref_time(17_572_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Democracy NextExternal (r:0 w:1)
|
||||
fn external_propose_majority() -> Weight {
|
||||
// Minimum execution time: 4_679 nanoseconds.
|
||||
Weight::from_ref_time(4_887_000)
|
||||
// Minimum execution time: 4_391 nanoseconds.
|
||||
Weight::from_ref_time(4_561_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Democracy NextExternal (r:0 w:1)
|
||||
fn external_propose_default() -> Weight {
|
||||
// Minimum execution time: 4_554 nanoseconds.
|
||||
Weight::from_ref_time(4_806_000)
|
||||
// Minimum execution time: 4_295 nanoseconds.
|
||||
Weight::from_ref_time(4_586_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Democracy NextExternal (r:1 w:1)
|
||||
// Storage: Democracy ReferendumCount (r:1 w:1)
|
||||
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
|
||||
fn fast_track() -> Weight {
|
||||
// Minimum execution time: 20_564 nanoseconds.
|
||||
Weight::from_ref_time(20_974_000)
|
||||
// Minimum execution time: 21_958 nanoseconds.
|
||||
Weight::from_ref_time(22_606_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Democracy NextExternal (r:1 w:1)
|
||||
// Storage: Democracy Blacklist (r:1 w:1)
|
||||
fn veto_external() -> Weight {
|
||||
// Minimum execution time: 26_694 nanoseconds.
|
||||
Weight::from_ref_time(27_189_000)
|
||||
// Minimum execution time: 27_007 nanoseconds.
|
||||
Weight::from_ref_time(27_693_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -140,15 +140,15 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy DepositOf (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn cancel_proposal() -> Weight {
|
||||
// Minimum execution time: 66_909 nanoseconds.
|
||||
Weight::from_ref_time(68_127_000)
|
||||
// Minimum execution time: 80_566 nanoseconds.
|
||||
Weight::from_ref_time(82_175_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
|
||||
fn cancel_referendum() -> Weight {
|
||||
// Minimum execution time: 13_513 nanoseconds.
|
||||
Weight::from_ref_time(13_848_000)
|
||||
// Minimum execution time: 14_105 nanoseconds.
|
||||
Weight::from_ref_time(14_330_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Democracy LowestUnbaked (r:1 w:1)
|
||||
@@ -156,10 +156,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy ReferendumInfoOf (r:2 w:0)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn on_initialize_base(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 6_296 nanoseconds.
|
||||
Weight::from_ref_time(9_156_811)
|
||||
// Standard Error: 4_206
|
||||
.saturating_add(Weight::from_ref_time(2_075_070).saturating_mul(r.into()))
|
||||
// Minimum execution time: 6_648 nanoseconds.
|
||||
Weight::from_ref_time(7_364_590)
|
||||
// Standard Error: 5_128
|
||||
.saturating_add(Weight::from_ref_time(2_510_520).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -172,10 +172,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy ReferendumInfoOf (r:2 w:0)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 8_549 nanoseconds.
|
||||
Weight::from_ref_time(11_646_977)
|
||||
// Standard Error: 3_819
|
||||
.saturating_add(Weight::from_ref_time(2_072_455).saturating_mul(r.into()))
|
||||
// Minimum execution time: 9_093 nanoseconds.
|
||||
Weight::from_ref_time(9_336_059)
|
||||
// Standard Error: 5_350
|
||||
.saturating_add(Weight::from_ref_time(2_532_170).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -185,10 +185,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy ReferendumInfoOf (r:2 w:2)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 42_820 nanoseconds.
|
||||
Weight::from_ref_time(49_145_966)
|
||||
// Standard Error: 5_841
|
||||
.saturating_add(Weight::from_ref_time(3_057_103).saturating_mul(r.into()))
|
||||
// Minimum execution time: 43_838 nanoseconds.
|
||||
Weight::from_ref_time(48_205_620)
|
||||
// Standard Error: 6_563
|
||||
.saturating_add(Weight::from_ref_time(3_759_724).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -198,10 +198,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy ReferendumInfoOf (r:2 w:2)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 25_555 nanoseconds.
|
||||
Weight::from_ref_time(28_782_855)
|
||||
// Standard Error: 5_763
|
||||
.saturating_add(Weight::from_ref_time(3_056_014).saturating_mul(r.into()))
|
||||
// Minimum execution time: 25_985 nanoseconds.
|
||||
Weight::from_ref_time(26_010_777)
|
||||
// Standard Error: 5_537
|
||||
.saturating_add(Weight::from_ref_time(3_730_949).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -209,8 +209,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
}
|
||||
// Storage: Democracy PublicProps (r:0 w:1)
|
||||
fn clear_public_proposals() -> Weight {
|
||||
// Minimum execution time: 5_302 nanoseconds.
|
||||
Weight::from_ref_time(5_415_000)
|
||||
// Minimum execution time: 4_740 nanoseconds.
|
||||
Weight::from_ref_time(4_902_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Democracy VotingOf (r:1 w:1)
|
||||
@@ -218,10 +218,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_remove(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 25_866 nanoseconds.
|
||||
Weight::from_ref_time(32_423_849)
|
||||
// Standard Error: 1_483
|
||||
.saturating_add(Weight::from_ref_time(32_233).saturating_mul(r.into()))
|
||||
// Minimum execution time: 26_132 nanoseconds.
|
||||
Weight::from_ref_time(32_056_980)
|
||||
// Standard Error: 1_594
|
||||
.saturating_add(Weight::from_ref_time(98_086).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -230,10 +230,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_set(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 30_900 nanoseconds.
|
||||
Weight::from_ref_time(32_169_888)
|
||||
// Standard Error: 549
|
||||
.saturating_add(Weight::from_ref_time(66_800).saturating_mul(r.into()))
|
||||
// Minimum execution time: 30_655 nanoseconds.
|
||||
Weight::from_ref_time(31_821_090)
|
||||
// Standard Error: 1_353
|
||||
.saturating_add(Weight::from_ref_time(136_551).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -241,10 +241,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy VotingOf (r:1 w:1)
|
||||
/// The range of component `r` is `[1, 100]`.
|
||||
fn remove_vote(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 16_102 nanoseconds.
|
||||
Weight::from_ref_time(19_188_005)
|
||||
// Standard Error: 1_134
|
||||
.saturating_add(Weight::from_ref_time(63_688).saturating_mul(r.into()))
|
||||
// Minimum execution time: 16_010 nanoseconds.
|
||||
Weight::from_ref_time(17_557_366)
|
||||
// Standard Error: 1_264
|
||||
.saturating_add(Weight::from_ref_time(126_455).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -252,10 +252,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Democracy VotingOf (r:1 w:1)
|
||||
/// The range of component `r` is `[1, 100]`.
|
||||
fn remove_other_vote(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 16_231 nanoseconds.
|
||||
Weight::from_ref_time(18_895_931)
|
||||
// Standard Error: 905
|
||||
.saturating_add(Weight::from_ref_time(70_560).saturating_mul(r.into()))
|
||||
// Minimum execution time: 15_954 nanoseconds.
|
||||
Weight::from_ref_time(17_840_992)
|
||||
// Standard Error: 1_036
|
||||
.saturating_add(Weight::from_ref_time(122_167).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_election_provider_multi_phase`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -53,38 +53,38 @@ impl<T: frame_system::Config> pallet_election_provider_multi_phase::WeightInfo f
|
||||
// Storage: Staking ForceEra (r:1 w:0)
|
||||
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
fn on_initialize_nothing() -> Weight {
|
||||
// Minimum execution time: 16_470 nanoseconds.
|
||||
Weight::from_ref_time(16_907_000)
|
||||
// Minimum execution time: 18_220 nanoseconds.
|
||||
Weight::from_ref_time(18_767_000)
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
}
|
||||
// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1)
|
||||
fn on_initialize_open_signed() -> Weight {
|
||||
// Minimum execution time: 16_679 nanoseconds.
|
||||
Weight::from_ref_time(17_027_000)
|
||||
// Minimum execution time: 16_645 nanoseconds.
|
||||
Weight::from_ref_time(17_324_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1)
|
||||
fn on_initialize_open_unsigned() -> Weight {
|
||||
// Minimum execution time: 16_814 nanoseconds.
|
||||
Weight::from_ref_time(17_359_000)
|
||||
// Minimum execution time: 17_613 nanoseconds.
|
||||
Weight::from_ref_time(18_177_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: System Account (r:1 w:1)
|
||||
// Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1)
|
||||
fn finalize_signed_phase_accept_solution() -> Weight {
|
||||
// Minimum execution time: 29_389 nanoseconds.
|
||||
Weight::from_ref_time(30_318_000)
|
||||
// Minimum execution time: 31_444 nanoseconds.
|
||||
Weight::from_ref_time(32_013_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn finalize_signed_phase_reject_solution() -> Weight {
|
||||
// Minimum execution time: 23_370 nanoseconds.
|
||||
Weight::from_ref_time(23_804_000)
|
||||
// Minimum execution time: 24_552 nanoseconds.
|
||||
Weight::from_ref_time(25_406_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -94,12 +94,12 @@ impl<T: frame_system::Config> pallet_election_provider_multi_phase::WeightInfo f
|
||||
/// The range of component `v` is `[1000, 2000]`.
|
||||
/// The range of component `t` is `[500, 1000]`.
|
||||
fn create_snapshot_internal(v: u32, t: u32, ) -> Weight {
|
||||
// Minimum execution time: 619_087 nanoseconds.
|
||||
Weight::from_ref_time(27_737_181)
|
||||
// Standard Error: 2_383
|
||||
.saturating_add(Weight::from_ref_time(548_432).saturating_mul(v.into()))
|
||||
// Standard Error: 4_764
|
||||
.saturating_add(Weight::from_ref_time(81_013).saturating_mul(t.into()))
|
||||
// Minimum execution time: 714_239 nanoseconds.
|
||||
Weight::from_ref_time(84_470_692)
|
||||
// Standard Error: 6_597
|
||||
.saturating_add(Weight::from_ref_time(613_422).saturating_mul(v.into()))
|
||||
// Standard Error: 13_189
|
||||
.saturating_add(Weight::from_ref_time(67_715).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1)
|
||||
@@ -115,10 +115,10 @@ impl<T: frame_system::Config> pallet_election_provider_multi_phase::WeightInfo f
|
||||
/// The range of component `a` is `[500, 800]`.
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn elect_queued(a: u32, _d: u32, ) -> Weight {
|
||||
// Minimum execution time: 388_320 nanoseconds.
|
||||
Weight::from_ref_time(394_921_000)
|
||||
// Standard Error: 8_418
|
||||
.saturating_add(Weight::from_ref_time(585_951).saturating_mul(a.into()))
|
||||
// Minimum execution time: 555_385 nanoseconds.
|
||||
Weight::from_ref_time(564_798_000)
|
||||
// Standard Error: 7_883
|
||||
.saturating_add(Weight::from_ref_time(558_973).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(9))
|
||||
}
|
||||
@@ -129,8 +129,8 @@ impl<T: frame_system::Config> pallet_election_provider_multi_phase::WeightInfo f
|
||||
// Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1)
|
||||
// Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1)
|
||||
fn submit() -> Weight {
|
||||
// Minimum execution time: 51_781 nanoseconds.
|
||||
Weight::from_ref_time(52_592_000)
|
||||
// Minimum execution time: 54_820 nanoseconds.
|
||||
Weight::from_ref_time(56_623_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -145,11 +145,13 @@ impl<T: frame_system::Config> pallet_election_provider_multi_phase::WeightInfo f
|
||||
/// The range of component `t` is `[500, 1000]`.
|
||||
/// The range of component `a` is `[500, 800]`.
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn submit_unsigned(_v: u32, _t: u32, a: u32, _d: u32, ) -> Weight {
|
||||
// Minimum execution time: 6_883_673 nanoseconds.
|
||||
Weight::from_ref_time(6_913_780_000)
|
||||
// Standard Error: 58_489
|
||||
.saturating_add(Weight::from_ref_time(7_045_714).saturating_mul(a.into()))
|
||||
fn submit_unsigned(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight {
|
||||
// Minimum execution time: 8_484_246 nanoseconds.
|
||||
Weight::from_ref_time(8_564_396_000)
|
||||
// Standard Error: 24_321
|
||||
.saturating_add(Weight::from_ref_time(121_513).saturating_mul(v.into()))
|
||||
// Standard Error: 72_073
|
||||
.saturating_add(Weight::from_ref_time(7_383_336).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -162,12 +164,12 @@ impl<T: frame_system::Config> pallet_election_provider_multi_phase::WeightInfo f
|
||||
/// The range of component `a` is `[500, 800]`.
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight {
|
||||
// Minimum execution time: 5_716_039 nanoseconds.
|
||||
Weight::from_ref_time(5_777_908_000)
|
||||
// Standard Error: 18_953
|
||||
.saturating_add(Weight::from_ref_time(214_561).saturating_mul(v.into()))
|
||||
// Standard Error: 56_166
|
||||
.saturating_add(Weight::from_ref_time(5_251_012).saturating_mul(a.into()))
|
||||
// Minimum execution time: 6_730_487 nanoseconds.
|
||||
Weight::from_ref_time(6_792_752_000)
|
||||
// Standard Error: 26_316
|
||||
.saturating_add(Weight::from_ref_time(463_489).saturating_mul(v.into()))
|
||||
// Standard Error: 77_986
|
||||
.saturating_add(Weight::from_ref_time(5_397_852).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_elections_phragmen`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -51,10 +51,10 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
/// The range of component `v` is `[1, 16]`.
|
||||
fn vote_equal(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 32_184 nanoseconds.
|
||||
Weight::from_ref_time(33_524_447)
|
||||
// Standard Error: 5_694
|
||||
.saturating_add(Weight::from_ref_time(175_641).saturating_mul(v.into()))
|
||||
// Minimum execution time: 33_181 nanoseconds.
|
||||
Weight::from_ref_time(34_284_379)
|
||||
// Standard Error: 4_703
|
||||
.saturating_add(Weight::from_ref_time(193_150).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -65,10 +65,10 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_more(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 41_542 nanoseconds.
|
||||
Weight::from_ref_time(43_065_521)
|
||||
// Standard Error: 5_629
|
||||
.saturating_add(Weight::from_ref_time(207_494).saturating_mul(v.into()))
|
||||
// Minimum execution time: 43_559 nanoseconds.
|
||||
Weight::from_ref_time(45_014_304)
|
||||
// Standard Error: 6_002
|
||||
.saturating_add(Weight::from_ref_time(232_544).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -79,18 +79,18 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_less(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 41_667 nanoseconds.
|
||||
Weight::from_ref_time(43_527_907)
|
||||
// Standard Error: 6_105
|
||||
.saturating_add(Weight::from_ref_time(147_625).saturating_mul(v.into()))
|
||||
// Minimum execution time: 43_465 nanoseconds.
|
||||
Weight::from_ref_time(45_027_590)
|
||||
// Standard Error: 6_393
|
||||
.saturating_add(Weight::from_ref_time(218_368).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: PhragmenElection Voting (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
fn remove_voter() -> Weight {
|
||||
// Minimum execution time: 41_833 nanoseconds.
|
||||
Weight::from_ref_time(42_243_000)
|
||||
// Minimum execution time: 42_363 nanoseconds.
|
||||
Weight::from_ref_time(43_806_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -99,20 +99,20 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Storage: PhragmenElection RunnersUp (r:1 w:0)
|
||||
/// The range of component `c` is `[1, 1000]`.
|
||||
fn submit_candidacy(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 36_995 nanoseconds.
|
||||
Weight::from_ref_time(29_233_259)
|
||||
// Standard Error: 981
|
||||
.saturating_add(Weight::from_ref_time(91_366).saturating_mul(c.into()))
|
||||
// Minimum execution time: 43_408 nanoseconds.
|
||||
Weight::from_ref_time(37_013_988)
|
||||
// Standard Error: 1_189
|
||||
.saturating_add(Weight::from_ref_time(111_132).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: PhragmenElection Candidates (r:1 w:1)
|
||||
/// The range of component `c` is `[1, 1000]`.
|
||||
fn renounce_candidacy_candidate(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 32_434 nanoseconds.
|
||||
Weight::from_ref_time(24_261_784)
|
||||
// Standard Error: 1_005
|
||||
.saturating_add(Weight::from_ref_time(71_813).saturating_mul(c.into()))
|
||||
// Minimum execution time: 40_256 nanoseconds.
|
||||
Weight::from_ref_time(32_461_064)
|
||||
// Standard Error: 1_225
|
||||
.saturating_add(Weight::from_ref_time(87_968).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -122,15 +122,15 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Storage: Council Proposals (r:1 w:0)
|
||||
// Storage: Council Members (r:0 w:1)
|
||||
fn renounce_candidacy_members() -> Weight {
|
||||
// Minimum execution time: 44_822 nanoseconds.
|
||||
Weight::from_ref_time(46_638_000)
|
||||
// Minimum execution time: 54_566 nanoseconds.
|
||||
Weight::from_ref_time(56_705_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: PhragmenElection RunnersUp (r:1 w:1)
|
||||
fn renounce_candidacy_runners_up() -> Weight {
|
||||
// Minimum execution time: 34_508 nanoseconds.
|
||||
Weight::from_ref_time(35_615_000)
|
||||
// Minimum execution time: 42_417 nanoseconds.
|
||||
Weight::from_ref_time(43_317_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -146,8 +146,8 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Storage: Council Proposals (r:1 w:0)
|
||||
// Storage: Council Members (r:0 w:1)
|
||||
fn remove_member_with_replacement() -> Weight {
|
||||
// Minimum execution time: 60_039 nanoseconds.
|
||||
Weight::from_ref_time(61_232_000)
|
||||
// Minimum execution time: 72_982 nanoseconds.
|
||||
Weight::from_ref_time(74_640_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -160,10 +160,10 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `v` is `[5000, 10000]`.
|
||||
/// The range of component `d` is `[0, 5000]`.
|
||||
fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight {
|
||||
// Minimum execution time: 281_919_802 nanoseconds.
|
||||
Weight::from_ref_time(282_255_830_000)
|
||||
// Standard Error: 242_808
|
||||
.saturating_add(Weight::from_ref_time(35_109_040).saturating_mul(v.into()))
|
||||
// Minimum execution time: 306_719_494 nanoseconds.
|
||||
Weight::from_ref_time(307_744_759_000)
|
||||
// Standard Error: 264_406
|
||||
.saturating_add(Weight::from_ref_time(37_950_413).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
||||
@@ -181,12 +181,12 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `v` is `[1, 10000]`.
|
||||
/// The range of component `e` is `[10000, 160000]`.
|
||||
fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight {
|
||||
// Minimum execution time: 29_164_087 nanoseconds.
|
||||
Weight::from_ref_time(29_469_711_000)
|
||||
// Standard Error: 540_001
|
||||
.saturating_add(Weight::from_ref_time(45_809_718).saturating_mul(v.into()))
|
||||
// Standard Error: 34_653
|
||||
.saturating_add(Weight::from_ref_time(2_347_682).saturating_mul(e.into()))
|
||||
// Minimum execution time: 32_291_015 nanoseconds.
|
||||
Weight::from_ref_time(32_417_150_000)
|
||||
// Standard Error: 470_328
|
||||
.saturating_add(Weight::from_ref_time(40_784_045).saturating_mul(v.into()))
|
||||
// Standard Error: 30_182
|
||||
.saturating_add(Weight::from_ref_time(1_969_474).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(265))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_fast_unstake`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -58,8 +58,8 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
|
||||
// Storage: Staking Ledger (r:0 w:64)
|
||||
// Storage: Staking Payee (r:0 w:64)
|
||||
fn on_idle_unstake() -> Weight {
|
||||
// Minimum execution time: 2_170_504 nanoseconds.
|
||||
Weight::from_ref_time(2_236_360_000)
|
||||
// Minimum execution time: 2_547_167 nanoseconds.
|
||||
Weight::from_ref_time(2_569_186_000)
|
||||
.saturating_add(T::DbWeight::get().reads(389))
|
||||
.saturating_add(T::DbWeight::get().writes(321))
|
||||
}
|
||||
@@ -73,10 +73,10 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
|
||||
// Storage: Staking ErasStakers (r:56 w:0)
|
||||
/// The range of component `x` is `[28, 3584]`.
|
||||
fn on_idle_check(x: u32, ) -> Weight {
|
||||
// Minimum execution time: 21_967_590 nanoseconds.
|
||||
Weight::from_ref_time(22_194_763_000)
|
||||
// Standard Error: 528_725
|
||||
.saturating_add(Weight::from_ref_time(623_346_785).saturating_mul(x.into()))
|
||||
// Minimum execution time: 25_160_452 nanoseconds.
|
||||
Weight::from_ref_time(25_413_896_000)
|
||||
// Standard Error: 556_413
|
||||
.saturating_add(Weight::from_ref_time(700_987_201).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(85))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(66))
|
||||
@@ -96,8 +96,8 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
fn register_fast_unstake() -> Weight {
|
||||
// Minimum execution time: 125_490 nanoseconds.
|
||||
Weight::from_ref_time(127_722_000)
|
||||
// Minimum execution time: 156_147 nanoseconds.
|
||||
Weight::from_ref_time(158_284_000)
|
||||
.saturating_add(T::DbWeight::get().reads(15))
|
||||
.saturating_add(T::DbWeight::get().writes(10))
|
||||
}
|
||||
@@ -107,15 +107,15 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
|
||||
// Storage: FastUnstake Head (r:1 w:0)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
fn deregister() -> Weight {
|
||||
// Minimum execution time: 50_331 nanoseconds.
|
||||
Weight::from_ref_time(51_092_000)
|
||||
// Minimum execution time: 62_835 nanoseconds.
|
||||
Weight::from_ref_time(65_108_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
|
||||
fn control() -> Weight {
|
||||
// Minimum execution time: 4_191 nanoseconds.
|
||||
Weight::from_ref_time(4_341_000)
|
||||
// Minimum execution time: 3_747 nanoseconds.
|
||||
Weight::from_ref_time(4_132_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_identity`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,10 +47,10 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Identity Registrars (r:1 w:1)
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn add_registrar(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 17_152 nanoseconds.
|
||||
Weight::from_ref_time(18_443_367)
|
||||
// Standard Error: 3_008
|
||||
.saturating_add(Weight::from_ref_time(155_875).saturating_mul(r.into()))
|
||||
// Minimum execution time: 17_354 nanoseconds.
|
||||
Weight::from_ref_time(18_441_207)
|
||||
// Standard Error: 2_957
|
||||
.saturating_add(Weight::from_ref_time(141_456).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -58,12 +58,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 20]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn set_identity(r: u32, x: u32, ) -> Weight {
|
||||
// Minimum execution time: 36_778 nanoseconds.
|
||||
Weight::from_ref_time(36_330_837)
|
||||
// Standard Error: 3_331
|
||||
.saturating_add(Weight::from_ref_time(77_113).saturating_mul(r.into()))
|
||||
// Standard Error: 650
|
||||
.saturating_add(Weight::from_ref_time(326_328).saturating_mul(x.into()))
|
||||
// Minimum execution time: 37_054 nanoseconds.
|
||||
Weight::from_ref_time(35_369_164)
|
||||
// Standard Error: 4_776
|
||||
.saturating_add(Weight::from_ref_time(211_183).saturating_mul(r.into()))
|
||||
// Standard Error: 931
|
||||
.saturating_add(Weight::from_ref_time(336_019).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -72,10 +72,10 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Identity SuperOf (r:2 w:2)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn set_subs_new(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 10_059 nanoseconds.
|
||||
Weight::from_ref_time(29_024_911)
|
||||
// Standard Error: 5_024
|
||||
.saturating_add(Weight::from_ref_time(2_207_732).saturating_mul(s.into()))
|
||||
// Minimum execution time: 9_977 nanoseconds.
|
||||
Weight::from_ref_time(26_989_253)
|
||||
// Standard Error: 5_046
|
||||
.saturating_add(Weight::from_ref_time(2_628_412).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -86,10 +86,10 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Identity SuperOf (r:0 w:2)
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_subs_old(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 10_010 nanoseconds.
|
||||
Weight::from_ref_time(29_188_321)
|
||||
// Standard Error: 4_688
|
||||
.saturating_add(Weight::from_ref_time(962_805).saturating_mul(p.into()))
|
||||
// Minimum execution time: 9_876 nanoseconds.
|
||||
Weight::from_ref_time(27_929_667)
|
||||
// Standard Error: 4_272
|
||||
.saturating_add(Weight::from_ref_time(1_168_298).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
@@ -101,14 +101,14 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Minimum execution time: 52_785 nanoseconds.
|
||||
Weight::from_ref_time(37_511_872)
|
||||
// Standard Error: 5_724
|
||||
.saturating_add(Weight::from_ref_time(97_761).saturating_mul(r.into()))
|
||||
// Standard Error: 1_117
|
||||
.saturating_add(Weight::from_ref_time(920_873).saturating_mul(s.into()))
|
||||
// Standard Error: 1_117
|
||||
.saturating_add(Weight::from_ref_time(165_800).saturating_mul(x.into()))
|
||||
// Minimum execution time: 54_136 nanoseconds.
|
||||
Weight::from_ref_time(35_196_644)
|
||||
// Standard Error: 8_850
|
||||
.saturating_add(Weight::from_ref_time(198_541).saturating_mul(r.into()))
|
||||
// Standard Error: 1_728
|
||||
.saturating_add(Weight::from_ref_time(1_165_595).saturating_mul(s.into()))
|
||||
// Standard Error: 1_728
|
||||
.saturating_add(Weight::from_ref_time(193_346).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -118,12 +118,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 20]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn request_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Minimum execution time: 38_167 nanoseconds.
|
||||
Weight::from_ref_time(36_408_807)
|
||||
// Standard Error: 5_669
|
||||
.saturating_add(Weight::from_ref_time(154_785).saturating_mul(r.into()))
|
||||
// Standard Error: 1_106
|
||||
.saturating_add(Weight::from_ref_time(351_981).saturating_mul(x.into()))
|
||||
// Minimum execution time: 39_240 nanoseconds.
|
||||
Weight::from_ref_time(36_979_755)
|
||||
// Standard Error: 5_166
|
||||
.saturating_add(Weight::from_ref_time(192_783).saturating_mul(r.into()))
|
||||
// Standard Error: 1_008
|
||||
.saturating_add(Weight::from_ref_time(355_089).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -131,42 +131,42 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 20]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn cancel_request(r: u32, x: u32, ) -> Weight {
|
||||
// Minimum execution time: 35_364 nanoseconds.
|
||||
Weight::from_ref_time(33_959_116)
|
||||
// Standard Error: 4_066
|
||||
.saturating_add(Weight::from_ref_time(95_702).saturating_mul(r.into()))
|
||||
// Standard Error: 793
|
||||
.saturating_add(Weight::from_ref_time(345_929).saturating_mul(x.into()))
|
||||
// Minimum execution time: 34_463 nanoseconds.
|
||||
Weight::from_ref_time(33_803_228)
|
||||
// Standard Error: 4_576
|
||||
.saturating_add(Weight::from_ref_time(138_349).saturating_mul(r.into()))
|
||||
// Standard Error: 892
|
||||
.saturating_add(Weight::from_ref_time(357_375).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Identity Registrars (r:1 w:1)
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_fee(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 8_663 nanoseconds.
|
||||
Weight::from_ref_time(9_737_079)
|
||||
// Standard Error: 2_488
|
||||
.saturating_add(Weight::from_ref_time(123_571).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_425 nanoseconds.
|
||||
Weight::from_ref_time(9_044_127)
|
||||
// Standard Error: 1_636
|
||||
.saturating_add(Weight::from_ref_time(107_577).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Identity Registrars (r:1 w:1)
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_account_id(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 8_983 nanoseconds.
|
||||
Weight::from_ref_time(9_919_670)
|
||||
// Standard Error: 2_177
|
||||
.saturating_add(Weight::from_ref_time(121_324).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_541 nanoseconds.
|
||||
Weight::from_ref_time(9_308_228)
|
||||
// Standard Error: 1_640
|
||||
.saturating_add(Weight::from_ref_time(96_433).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Identity Registrars (r:1 w:1)
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_fields(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 8_917 nanoseconds.
|
||||
Weight::from_ref_time(9_942_994)
|
||||
// Standard Error: 2_685
|
||||
.saturating_add(Weight::from_ref_time(120_895).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_501 nanoseconds.
|
||||
Weight::from_ref_time(9_205_910)
|
||||
// Standard Error: 1_661
|
||||
.saturating_add(Weight::from_ref_time(101_137).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -175,12 +175,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn provide_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Minimum execution time: 28_482 nanoseconds.
|
||||
Weight::from_ref_time(27_555_133)
|
||||
// Standard Error: 5_352
|
||||
.saturating_add(Weight::from_ref_time(113_219).saturating_mul(r.into()))
|
||||
// Standard Error: 990
|
||||
.saturating_add(Weight::from_ref_time(583_860).saturating_mul(x.into()))
|
||||
// Minimum execution time: 27_926 nanoseconds.
|
||||
Weight::from_ref_time(26_389_787)
|
||||
// Standard Error: 8_172
|
||||
.saturating_add(Weight::from_ref_time(188_558).saturating_mul(r.into()))
|
||||
// Standard Error: 1_512
|
||||
.saturating_add(Weight::from_ref_time(610_330).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -192,14 +192,14 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Minimum execution time: 64_550 nanoseconds.
|
||||
Weight::from_ref_time(48_971_026)
|
||||
// Standard Error: 5_893
|
||||
.saturating_add(Weight::from_ref_time(106_634).saturating_mul(r.into()))
|
||||
// Standard Error: 1_150
|
||||
.saturating_add(Weight::from_ref_time(931_616).saturating_mul(s.into()))
|
||||
// Standard Error: 1_150
|
||||
.saturating_add(Weight::from_ref_time(163_283).saturating_mul(x.into()))
|
||||
// Minimum execution time: 68_482 nanoseconds.
|
||||
Weight::from_ref_time(49_232_241)
|
||||
// Standard Error: 10_120
|
||||
.saturating_add(Weight::from_ref_time(218_005).saturating_mul(r.into()))
|
||||
// Standard Error: 1_976
|
||||
.saturating_add(Weight::from_ref_time(1_168_901).saturating_mul(s.into()))
|
||||
// Standard Error: 1_976
|
||||
.saturating_add(Weight::from_ref_time(189_496).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -209,10 +209,10 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Identity SubsOf (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 99]`.
|
||||
fn add_sub(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 31_739 nanoseconds.
|
||||
Weight::from_ref_time(38_608_401)
|
||||
// Standard Error: 1_946
|
||||
.saturating_add(Weight::from_ref_time(76_822).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_200 nanoseconds.
|
||||
Weight::from_ref_time(38_150_899)
|
||||
// Standard Error: 1_510
|
||||
.saturating_add(Weight::from_ref_time(127_824).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -220,10 +220,10 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Identity SuperOf (r:1 w:1)
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn rename_sub(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 13_883 nanoseconds.
|
||||
Weight::from_ref_time(16_485_217)
|
||||
// Standard Error: 773
|
||||
.saturating_add(Weight::from_ref_time(27_159).saturating_mul(s.into()))
|
||||
// Minimum execution time: 13_618 nanoseconds.
|
||||
Weight::from_ref_time(15_021_275)
|
||||
// Standard Error: 670
|
||||
.saturating_add(Weight::from_ref_time(51_155).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -232,10 +232,10 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Identity SubsOf (r:1 w:1)
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn remove_sub(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 36_437 nanoseconds.
|
||||
Weight::from_ref_time(40_441_535)
|
||||
// Standard Error: 1_253
|
||||
.saturating_add(Weight::from_ref_time(62_665).saturating_mul(s.into()))
|
||||
// Minimum execution time: 37_371 nanoseconds.
|
||||
Weight::from_ref_time(40_000_929)
|
||||
// Standard Error: 1_206
|
||||
.saturating_add(Weight::from_ref_time(112_783).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -243,10 +243,10 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Identity SubsOf (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 99]`.
|
||||
fn quit_sub(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 25_981 nanoseconds.
|
||||
Weight::from_ref_time(29_625_120)
|
||||
// Standard Error: 1_380
|
||||
.saturating_add(Weight::from_ref_time(68_779).saturating_mul(s.into()))
|
||||
// Minimum execution time: 25_933 nanoseconds.
|
||||
Weight::from_ref_time(28_737_270)
|
||||
// Standard Error: 1_234
|
||||
.saturating_add(Weight::from_ref_time(105_581).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_im_online`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -52,12 +52,12 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `k` is `[1, 1000]`.
|
||||
/// The range of component `e` is `[1, 100]`.
|
||||
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
|
||||
// Minimum execution time: 98_409 nanoseconds.
|
||||
Weight::from_ref_time(78_205_899)
|
||||
// Standard Error: 267
|
||||
.saturating_add(Weight::from_ref_time(22_579).saturating_mul(k.into()))
|
||||
// Standard Error: 2_694
|
||||
.saturating_add(Weight::from_ref_time(319_572).saturating_mul(e.into()))
|
||||
// Minimum execution time: 122_387 nanoseconds.
|
||||
Weight::from_ref_time(92_297_457)
|
||||
// Standard Error: 409
|
||||
.saturating_add(Weight::from_ref_time(43_408).saturating_mul(k.into()))
|
||||
// Standard Error: 4_126
|
||||
.saturating_add(Weight::from_ref_time(410_087).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_indices`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,38 +46,38 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_indices::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Indices Accounts (r:1 w:1)
|
||||
fn claim() -> Weight {
|
||||
// Minimum execution time: 26_468 nanoseconds.
|
||||
Weight::from_ref_time(26_843_000)
|
||||
// Minimum execution time: 27_604 nanoseconds.
|
||||
Weight::from_ref_time(29_111_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Indices Accounts (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer() -> Weight {
|
||||
// Minimum execution time: 32_562 nanoseconds.
|
||||
Weight::from_ref_time(33_212_000)
|
||||
// Minimum execution time: 33_837 nanoseconds.
|
||||
Weight::from_ref_time(34_404_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Indices Accounts (r:1 w:1)
|
||||
fn free() -> Weight {
|
||||
// Minimum execution time: 27_037 nanoseconds.
|
||||
Weight::from_ref_time(27_622_000)
|
||||
// Minimum execution time: 28_427 nanoseconds.
|
||||
Weight::from_ref_time(29_210_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Indices Accounts (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn force_transfer() -> Weight {
|
||||
// Minimum execution time: 27_462 nanoseconds.
|
||||
Weight::from_ref_time(28_168_000)
|
||||
// Minimum execution time: 28_980 nanoseconds.
|
||||
Weight::from_ref_time(29_703_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Indices Accounts (r:1 w:1)
|
||||
fn freeze() -> Weight {
|
||||
// Minimum execution time: 32_750 nanoseconds.
|
||||
Weight::from_ref_time(33_370_000)
|
||||
// Minimum execution time: 34_262 nanoseconds.
|
||||
Weight::from_ref_time(35_150_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_membership`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -50,10 +50,10 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// The range of component `m` is `[1, 99]`.
|
||||
fn add_member(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 20_575 nanoseconds.
|
||||
Weight::from_ref_time(21_260_761)
|
||||
// Standard Error: 485
|
||||
.saturating_add(Weight::from_ref_time(37_409).saturating_mul(m.into()))
|
||||
// Minimum execution time: 21_318 nanoseconds.
|
||||
Weight::from_ref_time(22_310_915)
|
||||
// Standard Error: 609
|
||||
.saturating_add(Weight::from_ref_time(34_170).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -64,10 +64,10 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
fn remove_member(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 23_096 nanoseconds.
|
||||
Weight::from_ref_time(23_955_196)
|
||||
// Standard Error: 577
|
||||
.saturating_add(Weight::from_ref_time(31_297).saturating_mul(m.into()))
|
||||
// Minimum execution time: 23_414 nanoseconds.
|
||||
Weight::from_ref_time(24_871_975)
|
||||
// Standard Error: 565
|
||||
.saturating_add(Weight::from_ref_time(30_404).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -78,10 +78,10 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
fn swap_member(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 23_244 nanoseconds.
|
||||
Weight::from_ref_time(24_572_165)
|
||||
// Standard Error: 1_216
|
||||
.saturating_add(Weight::from_ref_time(39_985).saturating_mul(m.into()))
|
||||
// Minimum execution time: 24_199 nanoseconds.
|
||||
Weight::from_ref_time(25_105_433)
|
||||
// Standard Error: 693
|
||||
.saturating_add(Weight::from_ref_time(39_937).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -92,10 +92,10 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn reset_member(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 22_278 nanoseconds.
|
||||
Weight::from_ref_time(23_773_492)
|
||||
// Standard Error: 776
|
||||
.saturating_add(Weight::from_ref_time(154_940).saturating_mul(m.into()))
|
||||
// Minimum execution time: 23_515 nanoseconds.
|
||||
Weight::from_ref_time(24_672_195)
|
||||
// Standard Error: 943
|
||||
.saturating_add(Weight::from_ref_time(142_771).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -106,10 +106,10 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn change_key(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 23_267 nanoseconds.
|
||||
Weight::from_ref_time(24_454_632)
|
||||
// Standard Error: 652
|
||||
.saturating_add(Weight::from_ref_time(45_984).saturating_mul(m.into()))
|
||||
// Minimum execution time: 24_598 nanoseconds.
|
||||
Weight::from_ref_time(25_786_600)
|
||||
// Standard Error: 649
|
||||
.saturating_add(Weight::from_ref_time(38_506).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -118,21 +118,19 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn set_prime(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 8_122 nanoseconds.
|
||||
Weight::from_ref_time(8_675_144)
|
||||
// Standard Error: 213
|
||||
.saturating_add(Weight::from_ref_time(10_445).saturating_mul(m.into()))
|
||||
// Minimum execution time: 7_936 nanoseconds.
|
||||
Weight::from_ref_time(8_522_758)
|
||||
// Standard Error: 253
|
||||
.saturating_add(Weight::from_ref_time(8_317).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: TechnicalMembership Prime (r:0 w:1)
|
||||
// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn clear_prime(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_600 nanoseconds.
|
||||
Weight::from_ref_time(4_924_820)
|
||||
// Standard Error: 127
|
||||
.saturating_add(Weight::from_ref_time(632).saturating_mul(m.into()))
|
||||
fn clear_prime(_m: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_463 nanoseconds.
|
||||
Weight::from_ref_time(4_874_434)
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_multisig`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,22 +46,22 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||
// Minimum execution time: 14_495 nanoseconds.
|
||||
Weight::from_ref_time(14_894_910)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_ref_time(542).saturating_mul(z.into()))
|
||||
// Minimum execution time: 16_159 nanoseconds.
|
||||
Weight::from_ref_time(17_175_479)
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_ref_time(651).saturating_mul(z.into()))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 44_113 nanoseconds.
|
||||
Weight::from_ref_time(37_551_067)
|
||||
// Standard Error: 1_426
|
||||
.saturating_add(Weight::from_ref_time(80_890).saturating_mul(s.into()))
|
||||
// Standard Error: 13
|
||||
.saturating_add(Weight::from_ref_time(1_496).saturating_mul(z.into()))
|
||||
// Minimum execution time: 49_360 nanoseconds.
|
||||
Weight::from_ref_time(37_020_587)
|
||||
// Standard Error: 1_311
|
||||
.saturating_add(Weight::from_ref_time(153_070).saturating_mul(s.into()))
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_ref_time(1_922).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -69,12 +69,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[3, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_439 nanoseconds.
|
||||
Weight::from_ref_time(26_597_002)
|
||||
// Standard Error: 600
|
||||
.saturating_add(Weight::from_ref_time(76_395).saturating_mul(s.into()))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_555).saturating_mul(z.into()))
|
||||
// Minimum execution time: 38_658 nanoseconds.
|
||||
Weight::from_ref_time(25_186_518)
|
||||
// Standard Error: 897
|
||||
.saturating_add(Weight::from_ref_time(144_299).saturating_mul(s.into()))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_ref_time(1_935).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -83,12 +83,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 48_213 nanoseconds.
|
||||
Weight::from_ref_time(39_088_450)
|
||||
// Standard Error: 660
|
||||
.saturating_add(Weight::from_ref_time(105_024).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_575).saturating_mul(z.into()))
|
||||
// Minimum execution time: 56_575 nanoseconds.
|
||||
Weight::from_ref_time(38_391_618)
|
||||
// Standard Error: 1_236
|
||||
.saturating_add(Weight::from_ref_time(192_850).saturating_mul(s.into()))
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_ref_time(2_002).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -96,30 +96,30 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_742 nanoseconds.
|
||||
Weight::from_ref_time(35_686_537)
|
||||
// Standard Error: 1_271
|
||||
.saturating_add(Weight::from_ref_time(85_116).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_603 nanoseconds.
|
||||
Weight::from_ref_time(35_215_690)
|
||||
// Standard Error: 1_234
|
||||
.saturating_add(Weight::from_ref_time(157_046).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 23_681 nanoseconds.
|
||||
Weight::from_ref_time(25_373_443)
|
||||
// Standard Error: 727
|
||||
.saturating_add(Weight::from_ref_time(77_966).saturating_mul(s.into()))
|
||||
// Minimum execution time: 23_333 nanoseconds.
|
||||
Weight::from_ref_time(24_230_639)
|
||||
// Standard Error: 1_011
|
||||
.saturating_add(Weight::from_ref_time(139_771).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_674 nanoseconds.
|
||||
Weight::from_ref_time(36_131_117)
|
||||
// Standard Error: 870
|
||||
.saturating_add(Weight::from_ref_time(81_902).saturating_mul(s.into()))
|
||||
// Minimum execution time: 34_207 nanoseconds.
|
||||
Weight::from_ref_time(35_768_409)
|
||||
// Standard Error: 1_147
|
||||
.saturating_add(Weight::from_ref_time(149_225).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_nis`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -45,40 +45,43 @@ use sp_std::marker::PhantomData;
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Nis Queues (r:1 w:1)
|
||||
// Storage: Balances Reserves (r:1 w:1)
|
||||
// Storage: Nis QueueTotals (r:1 w:1)
|
||||
/// The range of component `l` is `[0, 999]`.
|
||||
fn place_bid(l: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_926 nanoseconds.
|
||||
Weight::from_ref_time(36_379_155)
|
||||
// Standard Error: 691
|
||||
.saturating_add(Weight::from_ref_time(71_498).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
// Minimum execution time: 38_870 nanoseconds.
|
||||
Weight::from_ref_time(39_602_991)
|
||||
// Standard Error: 1_085
|
||||
.saturating_add(Weight::from_ref_time(91_818).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Nis Queues (r:1 w:1)
|
||||
// Storage: Balances Reserves (r:1 w:1)
|
||||
// Storage: Nis QueueTotals (r:1 w:1)
|
||||
fn place_bid_max() -> Weight {
|
||||
// Minimum execution time: 105_722 nanoseconds.
|
||||
Weight::from_ref_time(107_235_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
// Minimum execution time: 130_046 nanoseconds.
|
||||
Weight::from_ref_time(134_004_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Nis Queues (r:1 w:1)
|
||||
// Storage: Nis QueueTotals (r:1 w:1)
|
||||
// Storage: Balances Reserves (r:1 w:1)
|
||||
/// The range of component `l` is `[1, 1000]`.
|
||||
fn retract_bid(l: u32, ) -> Weight {
|
||||
// Minimum execution time: 40_864 nanoseconds.
|
||||
Weight::from_ref_time(37_489_142)
|
||||
// Standard Error: 698
|
||||
.saturating_add(Weight::from_ref_time(60_768).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
// Minimum execution time: 46_356 nanoseconds.
|
||||
Weight::from_ref_time(41_332_958)
|
||||
// Standard Error: 955
|
||||
.saturating_add(Weight::from_ref_time(78_417).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Nis Summary (r:1 w:0)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn fund_deficit() -> Weight {
|
||||
// Minimum execution time: 41_359 nanoseconds.
|
||||
Weight::from_ref_time(41_922_000)
|
||||
// Minimum execution time: 43_583 nanoseconds.
|
||||
Weight::from_ref_time(44_814_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -87,31 +90,31 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:0)
|
||||
// Storage: Balances Reserves (r:1 w:1)
|
||||
fn thaw_private() -> Weight {
|
||||
// Minimum execution time: 84_000 nanoseconds.
|
||||
Weight::from_ref_time(85_000_000)
|
||||
// Minimum execution time: 58_517 nanoseconds.
|
||||
Weight::from_ref_time(60_162_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Nis Receipts (r:1 w:1)
|
||||
// Storage: Nis Summary (r:1 w:1)
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances TotalIssuance (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn thaw_communal() -> Weight {
|
||||
// Minimum execution time: 108_000 nanoseconds.
|
||||
Weight::from_ref_time(115_000_000)
|
||||
// Minimum execution time: 74_288 nanoseconds.
|
||||
Weight::from_ref_time(76_187_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
// Storage: Nis Receipts (r:1 w:1)
|
||||
// Storage: Nis Summary (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances TotalIssuance (r:1 w:1)
|
||||
// Storage: Balances Reserves (r:1 w:1)
|
||||
fn privatize() -> Weight {
|
||||
// Minimum execution time: 107_000 nanoseconds.
|
||||
Weight::from_ref_time(110_000_000)
|
||||
// Minimum execution time: 82_045 nanoseconds.
|
||||
Weight::from_ref_time(84_290_000)
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -119,11 +122,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances Reserves (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
// Storage: Nis Summary (r:1 w:1)
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances Account (r:1 w:1)
|
||||
// Storage: NisCounterpartBalances TotalIssuance (r:1 w:1)
|
||||
fn communify() -> Weight {
|
||||
// Minimum execution time: 89_000 nanoseconds.
|
||||
Weight::from_ref_time(89_000_000)
|
||||
// Minimum execution time: 71_365 nanoseconds.
|
||||
Weight::from_ref_time(73_197_000)
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -131,24 +134,22 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:0)
|
||||
// Storage: Nis QueueTotals (r:1 w:1)
|
||||
fn process_queues() -> Weight {
|
||||
// Minimum execution time: 37_798 nanoseconds.
|
||||
Weight::from_ref_time(38_855_000)
|
||||
// Minimum execution time: 46_394 nanoseconds.
|
||||
Weight::from_ref_time(48_354_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Nis Queues (r:1 w:1)
|
||||
fn process_queue() -> Weight {
|
||||
// Minimum execution time: 4_130 nanoseconds.
|
||||
Weight::from_ref_time(4_316_000)
|
||||
// Minimum execution time: 4_565 nanoseconds.
|
||||
Weight::from_ref_time(4_789_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: System Account (r:1 w:0)
|
||||
// Storage: Nis Receipts (r:0 w:1)
|
||||
fn process_bid() -> Weight {
|
||||
// Minimum execution time: 13_335 nanoseconds.
|
||||
Weight::from_ref_time(13_744_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
// Minimum execution time: 11_536 nanoseconds.
|
||||
Weight::from_ref_time(12_013_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_nomination_pools`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -58,8 +58,8 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: VoterList ListNodes (r:3 w:3)
|
||||
// Storage: VoterList ListBags (r:2 w:2)
|
||||
fn join() -> Weight {
|
||||
// Minimum execution time: 140_836 nanoseconds.
|
||||
Weight::from_ref_time(142_423_000)
|
||||
// Minimum execution time: 158_133 nanoseconds.
|
||||
Weight::from_ref_time(165_227_000)
|
||||
.saturating_add(T::DbWeight::get().reads(17))
|
||||
.saturating_add(T::DbWeight::get().writes(12))
|
||||
}
|
||||
@@ -73,8 +73,8 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: VoterList ListNodes (r:3 w:3)
|
||||
// Storage: VoterList ListBags (r:2 w:2)
|
||||
fn bond_extra_transfer() -> Weight {
|
||||
// Minimum execution time: 138_640 nanoseconds.
|
||||
Weight::from_ref_time(142_051_000)
|
||||
// Minimum execution time: 154_777 nanoseconds.
|
||||
Weight::from_ref_time(158_733_000)
|
||||
.saturating_add(T::DbWeight::get().reads(14))
|
||||
.saturating_add(T::DbWeight::get().writes(12))
|
||||
}
|
||||
@@ -88,8 +88,8 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: VoterList ListNodes (r:2 w:2)
|
||||
// Storage: VoterList ListBags (r:2 w:2)
|
||||
fn bond_extra_reward() -> Weight {
|
||||
// Minimum execution time: 142_128 nanoseconds.
|
||||
Weight::from_ref_time(143_514_000)
|
||||
// Minimum execution time: 158_850 nanoseconds.
|
||||
Weight::from_ref_time(164_334_000)
|
||||
.saturating_add(T::DbWeight::get().reads(13))
|
||||
.saturating_add(T::DbWeight::get().writes(12))
|
||||
}
|
||||
@@ -98,8 +98,8 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: NominationPools RewardPools (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn claim_payout() -> Weight {
|
||||
// Minimum execution time: 54_675 nanoseconds.
|
||||
Weight::from_ref_time(55_259_000)
|
||||
// Minimum execution time: 57_572 nanoseconds.
|
||||
Weight::from_ref_time(59_228_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: NominationPools SubPoolsStorage (r:1 w:1)
|
||||
// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1)
|
||||
fn unbond() -> Weight {
|
||||
// Minimum execution time: 143_235 nanoseconds.
|
||||
Weight::from_ref_time(146_359_000)
|
||||
// Minimum execution time: 158_900 nanoseconds.
|
||||
Weight::from_ref_time(163_353_000)
|
||||
.saturating_add(T::DbWeight::get().reads(18))
|
||||
.saturating_add(T::DbWeight::get().writes(13))
|
||||
}
|
||||
@@ -130,10 +130,10 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn pool_withdraw_unbonded(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 54_065 nanoseconds.
|
||||
Weight::from_ref_time(55_354_956)
|
||||
// Standard Error: 853
|
||||
.saturating_add(Weight::from_ref_time(15_395).saturating_mul(s.into()))
|
||||
// Minimum execution time: 55_939 nanoseconds.
|
||||
Weight::from_ref_time(58_947_661)
|
||||
// Standard Error: 1_681
|
||||
.saturating_add(Weight::from_ref_time(66_323).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -148,10 +148,10 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: NominationPools CounterForPoolMembers (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 95_904 nanoseconds.
|
||||
Weight::from_ref_time(97_749_156)
|
||||
// Standard Error: 1_617
|
||||
.saturating_add(Weight::from_ref_time(24_583).saturating_mul(s.into()))
|
||||
// Minimum execution time: 103_032 nanoseconds.
|
||||
Weight::from_ref_time(107_378_298)
|
||||
// Standard Error: 2_775
|
||||
.saturating_add(Weight::from_ref_time(82_896).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
@@ -176,11 +176,9 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: NominationPools CounterForBondedPools (r:1 w:1)
|
||||
// Storage: Staking Payee (r:0 w:1)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 144_934 nanoseconds.
|
||||
Weight::from_ref_time(146_986_596)
|
||||
// Standard Error: 2_427
|
||||
.saturating_add(Weight::from_ref_time(19_993).saturating_mul(s.into()))
|
||||
fn withdraw_unbonded_kill(_s: u32, ) -> Weight {
|
||||
// Minimum execution time: 157_546 nanoseconds.
|
||||
Weight::from_ref_time(164_691_283)
|
||||
.saturating_add(T::DbWeight::get().reads(20))
|
||||
.saturating_add(T::DbWeight::get().writes(17))
|
||||
}
|
||||
@@ -206,8 +204,8 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: NominationPools BondedPools (r:1 w:1)
|
||||
// Storage: Staking Payee (r:0 w:1)
|
||||
fn create() -> Weight {
|
||||
// Minimum execution time: 124_988 nanoseconds.
|
||||
Weight::from_ref_time(126_230_000)
|
||||
// Minimum execution time: 136_895 nanoseconds.
|
||||
Weight::from_ref_time(140_065_000)
|
||||
.saturating_add(T::DbWeight::get().reads(21))
|
||||
.saturating_add(T::DbWeight::get().writes(15))
|
||||
}
|
||||
@@ -225,10 +223,10 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: Staking CounterForNominators (r:1 w:1)
|
||||
/// The range of component `n` is `[1, 24]`.
|
||||
fn nominate(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 63_443 nanoseconds.
|
||||
Weight::from_ref_time(64_198_102)
|
||||
// Standard Error: 4_527
|
||||
.saturating_add(Weight::from_ref_time(973_441).saturating_mul(n.into()))
|
||||
// Minimum execution time: 65_044 nanoseconds.
|
||||
Weight::from_ref_time(66_689_377)
|
||||
// Standard Error: 6_666
|
||||
.saturating_add(Weight::from_ref_time(1_178_130).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(12))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -237,8 +235,8 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: Staking Bonded (r:1 w:0)
|
||||
// Storage: Staking Ledger (r:1 w:0)
|
||||
fn set_state() -> Weight {
|
||||
// Minimum execution time: 37_504 nanoseconds.
|
||||
Weight::from_ref_time(38_307_000)
|
||||
// Minimum execution time: 37_903 nanoseconds.
|
||||
Weight::from_ref_time(39_403_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -247,10 +245,10 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: NominationPools CounterForMetadata (r:1 w:1)
|
||||
/// The range of component `n` is `[1, 256]`.
|
||||
fn set_metadata(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 15_404 nanoseconds.
|
||||
Weight::from_ref_time(15_933_695)
|
||||
// Standard Error: 126
|
||||
.saturating_add(Weight::from_ref_time(1_762).saturating_mul(n.into()))
|
||||
// Minimum execution time: 14_303 nanoseconds.
|
||||
Weight::from_ref_time(15_178_722)
|
||||
// Standard Error: 178
|
||||
.saturating_add(Weight::from_ref_time(1_697).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -260,14 +258,14 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: NominationPools MinCreateBond (r:0 w:1)
|
||||
// Storage: NominationPools MaxPools (r:0 w:1)
|
||||
fn set_configs() -> Weight {
|
||||
// Minimum execution time: 6_131 nanoseconds.
|
||||
Weight::from_ref_time(6_357_000)
|
||||
// Minimum execution time: 6_236 nanoseconds.
|
||||
Weight::from_ref_time(6_601_000)
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
// Storage: NominationPools BondedPools (r:1 w:1)
|
||||
fn update_roles() -> Weight {
|
||||
// Minimum execution time: 25_319 nanoseconds.
|
||||
Weight::from_ref_time(25_847_000)
|
||||
// Minimum execution time: 24_714 nanoseconds.
|
||||
Weight::from_ref_time(25_534_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -281,8 +279,8 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
||||
// Storage: VoterList ListBags (r:1 w:1)
|
||||
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
fn chill() -> Weight {
|
||||
// Minimum execution time: 65_458 nanoseconds.
|
||||
Weight::from_ref_time(66_062_000)
|
||||
// Minimum execution time: 66_239 nanoseconds.
|
||||
Weight::from_ref_time(68_409_000)
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_preimage`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,10 +48,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Preimage PreimageFor (r:0 w:1)
|
||||
/// The range of component `s` is `[0, 4194304]`.
|
||||
fn note_preimage(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 29_249 nanoseconds.
|
||||
Weight::from_ref_time(29_667_000)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_331).saturating_mul(s.into()))
|
||||
// Minimum execution time: 30_474 nanoseconds.
|
||||
Weight::from_ref_time(257_568_077)
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(2_389).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -59,10 +59,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Preimage PreimageFor (r:0 w:1)
|
||||
/// The range of component `s` is `[0, 4194304]`.
|
||||
fn note_requested_preimage(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 20_493 nanoseconds.
|
||||
Weight::from_ref_time(20_712_000)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_328).saturating_mul(s.into()))
|
||||
// Minimum execution time: 20_918 nanoseconds.
|
||||
Weight::from_ref_time(45_372_004)
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_ref_time(2_558).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -70,76 +70,76 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Preimage PreimageFor (r:0 w:1)
|
||||
/// The range of component `s` is `[0, 4194304]`.
|
||||
fn note_no_deposit_preimage(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 19_561 nanoseconds.
|
||||
Weight::from_ref_time(19_890_000)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_326).saturating_mul(s.into()))
|
||||
// Minimum execution time: 19_612 nanoseconds.
|
||||
Weight::from_ref_time(52_472_238)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(2_604).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
// Storage: Preimage PreimageFor (r:0 w:1)
|
||||
fn unnote_preimage() -> Weight {
|
||||
// Minimum execution time: 40_358 nanoseconds.
|
||||
Weight::from_ref_time(42_231_000)
|
||||
// Minimum execution time: 42_913 nanoseconds.
|
||||
Weight::from_ref_time(46_034_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
// Storage: Preimage PreimageFor (r:0 w:1)
|
||||
fn unnote_no_deposit_preimage() -> Weight {
|
||||
// Minimum execution time: 28_542 nanoseconds.
|
||||
Weight::from_ref_time(30_123_000)
|
||||
// Minimum execution time: 29_879 nanoseconds.
|
||||
Weight::from_ref_time(31_150_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
fn request_preimage() -> Weight {
|
||||
// Minimum execution time: 29_477 nanoseconds.
|
||||
Weight::from_ref_time(30_214_000)
|
||||
// Minimum execution time: 28_961 nanoseconds.
|
||||
Weight::from_ref_time(31_556_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
fn request_no_deposit_preimage() -> Weight {
|
||||
// Minimum execution time: 14_577 nanoseconds.
|
||||
Weight::from_ref_time(15_426_000)
|
||||
// Minimum execution time: 15_395 nanoseconds.
|
||||
Weight::from_ref_time(16_622_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
fn request_unnoted_preimage() -> Weight {
|
||||
// Minimum execution time: 17_856 nanoseconds.
|
||||
Weight::from_ref_time(18_542_000)
|
||||
// Minimum execution time: 24_606 nanoseconds.
|
||||
Weight::from_ref_time(26_541_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
fn request_requested_preimage() -> Weight {
|
||||
// Minimum execution time: 8_718 nanoseconds.
|
||||
Weight::from_ref_time(8_968_000)
|
||||
// Minimum execution time: 10_182 nanoseconds.
|
||||
Weight::from_ref_time(11_199_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
// Storage: Preimage PreimageFor (r:0 w:1)
|
||||
fn unrequest_preimage() -> Weight {
|
||||
// Minimum execution time: 28_139 nanoseconds.
|
||||
Weight::from_ref_time(29_250_000)
|
||||
// Minimum execution time: 29_305 nanoseconds.
|
||||
Weight::from_ref_time(32_670_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
fn unrequest_unnoted_preimage() -> Weight {
|
||||
// Minimum execution time: 8_513 nanoseconds.
|
||||
Weight::from_ref_time(8_706_000)
|
||||
// Minimum execution time: 10_768 nanoseconds.
|
||||
Weight::from_ref_time(10_985_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
fn unrequest_multi_referenced_preimage() -> Weight {
|
||||
// Minimum execution time: 8_647 nanoseconds.
|
||||
Weight::from_ref_time(8_798_000)
|
||||
// Minimum execution time: 9_740 nanoseconds.
|
||||
Weight::from_ref_time(10_905_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,10 +47,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Proxy Proxies (r:1 w:0)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn proxy(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 20_801 nanoseconds.
|
||||
Weight::from_ref_time(21_560_080)
|
||||
// Standard Error: 1_302
|
||||
.saturating_add(Weight::from_ref_time(44_224).saturating_mul(p.into()))
|
||||
// Minimum execution time: 20_381 nanoseconds.
|
||||
Weight::from_ref_time(21_365_292)
|
||||
// Standard Error: 1_922
|
||||
.saturating_add(Weight::from_ref_time(40_320).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -59,12 +59,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 38_685 nanoseconds.
|
||||
Weight::from_ref_time(39_702_190)
|
||||
// Standard Error: 3_040
|
||||
.saturating_add(Weight::from_ref_time(109_577).saturating_mul(a.into()))
|
||||
// Standard Error: 3_141
|
||||
.saturating_add(Weight::from_ref_time(33_950).saturating_mul(p.into()))
|
||||
// Minimum execution time: 39_291 nanoseconds.
|
||||
Weight::from_ref_time(40_000_210)
|
||||
// Standard Error: 2_473
|
||||
.saturating_add(Weight::from_ref_time(133_893).saturating_mul(a.into()))
|
||||
// Standard Error: 2_555
|
||||
.saturating_add(Weight::from_ref_time(40_978).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -73,12 +73,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 27_051 nanoseconds.
|
||||
Weight::from_ref_time(27_757_501)
|
||||
// Standard Error: 1_470
|
||||
.saturating_add(Weight::from_ref_time(125_076).saturating_mul(a.into()))
|
||||
// Standard Error: 1_519
|
||||
.saturating_add(Weight::from_ref_time(11_510).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_725 nanoseconds.
|
||||
Weight::from_ref_time(28_314_086)
|
||||
// Standard Error: 2_211
|
||||
.saturating_add(Weight::from_ref_time(131_805).saturating_mul(a.into()))
|
||||
// Standard Error: 2_284
|
||||
.saturating_add(Weight::from_ref_time(10_842).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -87,12 +87,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 26_492 nanoseconds.
|
||||
Weight::from_ref_time(27_898_436)
|
||||
// Standard Error: 1_648
|
||||
.saturating_add(Weight::from_ref_time(126_621).saturating_mul(a.into()))
|
||||
// Standard Error: 1_703
|
||||
.saturating_add(Weight::from_ref_time(28).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_066 nanoseconds.
|
||||
Weight::from_ref_time(28_301_075)
|
||||
// Standard Error: 2_193
|
||||
.saturating_add(Weight::from_ref_time(130_365).saturating_mul(a.into()))
|
||||
// Standard Error: 2_265
|
||||
.saturating_add(Weight::from_ref_time(13_100).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -102,42 +102,42 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn announce(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 34_689 nanoseconds.
|
||||
Weight::from_ref_time(35_552_710)
|
||||
// Standard Error: 2_196
|
||||
.saturating_add(Weight::from_ref_time(126_812).saturating_mul(a.into()))
|
||||
// Standard Error: 2_269
|
||||
.saturating_add(Weight::from_ref_time(45_635).saturating_mul(p.into()))
|
||||
// Minimum execution time: 35_608 nanoseconds.
|
||||
Weight::from_ref_time(37_654_280)
|
||||
// Standard Error: 2_569
|
||||
.saturating_add(Weight::from_ref_time(117_205).saturating_mul(a.into()))
|
||||
// Standard Error: 2_654
|
||||
.saturating_add(Weight::from_ref_time(33_113).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn add_proxy(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 27_974 nanoseconds.
|
||||
Weight::from_ref_time(29_745_940)
|
||||
// Standard Error: 2_028
|
||||
.saturating_add(Weight::from_ref_time(69_669).saturating_mul(p.into()))
|
||||
// Minimum execution time: 30_169 nanoseconds.
|
||||
Weight::from_ref_time(31_630_529)
|
||||
// Standard Error: 2_421
|
||||
.saturating_add(Weight::from_ref_time(51_367).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxy(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 28_076 nanoseconds.
|
||||
Weight::from_ref_time(29_852_822)
|
||||
// Standard Error: 2_338
|
||||
.saturating_add(Weight::from_ref_time(83_273).saturating_mul(p.into()))
|
||||
// Minimum execution time: 29_449 nanoseconds.
|
||||
Weight::from_ref_time(31_052_891)
|
||||
// Standard Error: 2_796
|
||||
.saturating_add(Weight::from_ref_time(70_680).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxies(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 24_751 nanoseconds.
|
||||
Weight::from_ref_time(26_198_385)
|
||||
// Standard Error: 1_915
|
||||
.saturating_add(Weight::from_ref_time(44_128).saturating_mul(p.into()))
|
||||
// Minimum execution time: 25_540 nanoseconds.
|
||||
Weight::from_ref_time(26_761_290)
|
||||
// Standard Error: 1_942
|
||||
.saturating_add(Weight::from_ref_time(37_261).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -145,20 +145,20 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn create_pure(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 31_599 nanoseconds.
|
||||
Weight::from_ref_time(33_127_853)
|
||||
// Standard Error: 1_912
|
||||
.saturating_add(Weight::from_ref_time(15_273).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_846 nanoseconds.
|
||||
Weight::from_ref_time(34_585_564)
|
||||
// Standard Error: 2_640
|
||||
.saturating_add(Weight::from_ref_time(21_354).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[0, 30]`.
|
||||
fn kill_pure(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 26_880 nanoseconds.
|
||||
Weight::from_ref_time(27_558_719)
|
||||
// Standard Error: 2_989
|
||||
.saturating_add(Weight::from_ref_time(60_878).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_942 nanoseconds.
|
||||
Weight::from_ref_time(28_109_384)
|
||||
// Standard Error: 2_326
|
||||
.saturating_add(Weight::from_ref_time(40_170).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_ranked_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,8 +49,8 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Storage: FellowshipCollective IndexToId (r:0 w:1)
|
||||
// Storage: FellowshipCollective IdToIndex (r:0 w:1)
|
||||
fn add_member() -> Weight {
|
||||
// Minimum execution time: 20_345 nanoseconds.
|
||||
Weight::from_ref_time(21_390_000)
|
||||
// Minimum execution time: 21_687 nanoseconds.
|
||||
Weight::from_ref_time(22_505_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -60,10 +60,10 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Storage: FellowshipCollective IndexToId (r:1 w:1)
|
||||
/// The range of component `r` is `[0, 10]`.
|
||||
fn remove_member(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 31_490 nanoseconds.
|
||||
Weight::from_ref_time(34_193_442)
|
||||
// Standard Error: 21_069
|
||||
.saturating_add(Weight::from_ref_time(9_818_196).saturating_mul(r.into()))
|
||||
// Minimum execution time: 32_770 nanoseconds.
|
||||
Weight::from_ref_time(34_644_917)
|
||||
// Standard Error: 15_325
|
||||
.saturating_add(Weight::from_ref_time(11_355_769).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -75,10 +75,10 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Storage: FellowshipCollective IdToIndex (r:0 w:1)
|
||||
/// The range of component `r` is `[0, 10]`.
|
||||
fn promote_member(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 23_185 nanoseconds.
|
||||
Weight::from_ref_time(24_111_583)
|
||||
// Standard Error: 5_139
|
||||
.saturating_add(Weight::from_ref_time(435_094).saturating_mul(r.into()))
|
||||
// Minimum execution time: 23_990 nanoseconds.
|
||||
Weight::from_ref_time(25_072_856)
|
||||
// Standard Error: 5_793
|
||||
.saturating_add(Weight::from_ref_time(404_905).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -88,10 +88,10 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Storage: FellowshipCollective IndexToId (r:1 w:1)
|
||||
/// The range of component `r` is `[0, 10]`.
|
||||
fn demote_member(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 31_250 nanoseconds.
|
||||
Weight::from_ref_time(34_534_455)
|
||||
// Standard Error: 16_714
|
||||
.saturating_add(Weight::from_ref_time(572_989).saturating_mul(r.into()))
|
||||
// Minimum execution time: 32_952 nanoseconds.
|
||||
Weight::from_ref_time(35_465_453)
|
||||
// Standard Error: 16_850
|
||||
.saturating_add(Weight::from_ref_time(671_524).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -100,8 +100,8 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Storage: FellowshipCollective Voting (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn vote() -> Weight {
|
||||
// Minimum execution time: 47_463 nanoseconds.
|
||||
Weight::from_ref_time(48_109_000)
|
||||
// Minimum execution time: 50_688 nanoseconds.
|
||||
Weight::from_ref_time(51_397_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -110,10 +110,10 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Storage: FellowshipCollective Voting (r:0 w:2)
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
fn cleanup_poll(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 15_195 nanoseconds.
|
||||
Weight::from_ref_time(19_545_466)
|
||||
// Standard Error: 1_861
|
||||
.saturating_add(Weight::from_ref_time(908_694).saturating_mul(n.into()))
|
||||
// Minimum execution time: 15_422 nanoseconds.
|
||||
Weight::from_ref_time(18_535_259)
|
||||
// Standard Error: 2_621
|
||||
.saturating_add(Weight::from_ref_time(1_164_868).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_referenda`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,16 +49,16 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:0 w:1)
|
||||
fn submit() -> Weight {
|
||||
// Minimum execution time: 32_323 nanoseconds.
|
||||
Weight::from_ref_time(32_846_000)
|
||||
// Minimum execution time: 33_277 nanoseconds.
|
||||
Weight::from_ref_time(33_960_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn place_decision_deposit_preparing() -> Weight {
|
||||
// Minimum execution time: 49_981 nanoseconds.
|
||||
Weight::from_ref_time(50_894_000)
|
||||
// Minimum execution time: 53_029 nanoseconds.
|
||||
Weight::from_ref_time(54_668_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -66,8 +66,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipReferenda DecidingCount (r:1 w:0)
|
||||
// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
fn place_decision_deposit_queued() -> Weight {
|
||||
// Minimum execution time: 86_813 nanoseconds.
|
||||
Weight::from_ref_time(89_421_000)
|
||||
// Minimum execution time: 90_942 nanoseconds.
|
||||
Weight::from_ref_time(102_908_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipReferenda DecidingCount (r:1 w:0)
|
||||
// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
fn place_decision_deposit_not_queued() -> Weight {
|
||||
// Minimum execution time: 85_855 nanoseconds.
|
||||
Weight::from_ref_time(88_908_000)
|
||||
// Minimum execution time: 93_418 nanoseconds.
|
||||
Weight::from_ref_time(102_043_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn place_decision_deposit_passing() -> Weight {
|
||||
// Minimum execution time: 182_879 nanoseconds.
|
||||
Weight::from_ref_time(198_825_000)
|
||||
// Minimum execution time: 204_407 nanoseconds.
|
||||
Weight::from_ref_time(221_043_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -94,46 +94,46 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipReferenda DecidingCount (r:1 w:1)
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
fn place_decision_deposit_failing() -> Weight {
|
||||
// Minimum execution time: 44_349 nanoseconds.
|
||||
Weight::from_ref_time(45_619_000)
|
||||
// Minimum execution time: 46_345 nanoseconds.
|
||||
Weight::from_ref_time(48_000_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
fn refund_decision_deposit() -> Weight {
|
||||
// Minimum execution time: 31_259 nanoseconds.
|
||||
Weight::from_ref_time(32_116_000)
|
||||
// Minimum execution time: 32_528 nanoseconds.
|
||||
Weight::from_ref_time(33_923_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
fn refund_submission_deposit() -> Weight {
|
||||
// Minimum execution time: 20_520 nanoseconds.
|
||||
Weight::from_ref_time(21_128_000)
|
||||
// Minimum execution time: 21_065 nanoseconds.
|
||||
Weight::from_ref_time(21_947_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn cancel() -> Weight {
|
||||
// Minimum execution time: 39_124 nanoseconds.
|
||||
Weight::from_ref_time(39_951_000)
|
||||
// Minimum execution time: 41_541 nanoseconds.
|
||||
Weight::from_ref_time(43_091_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn kill() -> Weight {
|
||||
// Minimum execution time: 69_061 nanoseconds.
|
||||
Weight::from_ref_time(70_584_000)
|
||||
// Minimum execution time: 75_008 nanoseconds.
|
||||
Weight::from_ref_time(77_437_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: FellowshipReferenda TrackQueue (r:1 w:0)
|
||||
// Storage: FellowshipReferenda DecidingCount (r:1 w:1)
|
||||
fn one_fewer_deciding_queue_empty() -> Weight {
|
||||
// Minimum execution time: 11_350 nanoseconds.
|
||||
Weight::from_ref_time(11_622_000)
|
||||
// Minimum execution time: 10_620 nanoseconds.
|
||||
Weight::from_ref_time(11_309_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -142,8 +142,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn one_fewer_deciding_failing() -> Weight {
|
||||
// Minimum execution time: 137_619 nanoseconds.
|
||||
Weight::from_ref_time(140_816_000)
|
||||
// Minimum execution time: 167_988 nanoseconds.
|
||||
Weight::from_ref_time(179_043_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -152,8 +152,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn one_fewer_deciding_passing() -> Weight {
|
||||
// Minimum execution time: 137_547 nanoseconds.
|
||||
Weight::from_ref_time(142_280_000)
|
||||
// Minimum execution time: 171_829 nanoseconds.
|
||||
Weight::from_ref_time(183_097_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -161,8 +161,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:0)
|
||||
fn nudge_referendum_requeued_insertion() -> Weight {
|
||||
// Minimum execution time: 87_802 nanoseconds.
|
||||
Weight::from_ref_time(89_519_000)
|
||||
// Minimum execution time: 99_225 nanoseconds.
|
||||
Weight::from_ref_time(109_234_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -170,8 +170,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:0)
|
||||
fn nudge_referendum_requeued_slide() -> Weight {
|
||||
// Minimum execution time: 86_179 nanoseconds.
|
||||
Weight::from_ref_time(89_381_000)
|
||||
// Minimum execution time: 100_605 nanoseconds.
|
||||
Weight::from_ref_time(109_740_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -180,8 +180,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:0)
|
||||
fn nudge_referendum_queued() -> Weight {
|
||||
// Minimum execution time: 89_885 nanoseconds.
|
||||
Weight::from_ref_time(92_361_000)
|
||||
// Minimum execution time: 105_414 nanoseconds.
|
||||
Weight::from_ref_time(112_810_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -190,31 +190,31 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:0)
|
||||
fn nudge_referendum_not_queued() -> Weight {
|
||||
// Minimum execution time: 88_558 nanoseconds.
|
||||
Weight::from_ref_time(91_873_000)
|
||||
// Minimum execution time: 100_969 nanoseconds.
|
||||
Weight::from_ref_time(114_514_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_no_deposit() -> Weight {
|
||||
// Minimum execution time: 29_644 nanoseconds.
|
||||
Weight::from_ref_time(30_107_000)
|
||||
// Minimum execution time: 29_982 nanoseconds.
|
||||
Weight::from_ref_time(31_303_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_preparing() -> Weight {
|
||||
// Minimum execution time: 29_915 nanoseconds.
|
||||
Weight::from_ref_time(30_384_000)
|
||||
// Minimum execution time: 30_756 nanoseconds.
|
||||
Weight::from_ref_time(31_875_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
fn nudge_referendum_timed_out() -> Weight {
|
||||
// Minimum execution time: 22_416 nanoseconds.
|
||||
Weight::from_ref_time(23_004_000)
|
||||
// Minimum execution time: 22_922 nanoseconds.
|
||||
Weight::from_ref_time(23_811_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -223,8 +223,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_begin_deciding_failing() -> Weight {
|
||||
// Minimum execution time: 40_740 nanoseconds.
|
||||
Weight::from_ref_time(41_379_000)
|
||||
// Minimum execution time: 42_030 nanoseconds.
|
||||
Weight::from_ref_time(43_505_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -233,8 +233,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_begin_deciding_passing() -> Weight {
|
||||
// Minimum execution time: 87_692 nanoseconds.
|
||||
Weight::from_ref_time(91_305_000)
|
||||
// Minimum execution time: 95_523 nanoseconds.
|
||||
Weight::from_ref_time(102_104_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -242,8 +242,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_begin_confirming() -> Weight {
|
||||
// Minimum execution time: 163_293 nanoseconds.
|
||||
Weight::from_ref_time(170_568_000)
|
||||
// Minimum execution time: 166_858 nanoseconds.
|
||||
Weight::from_ref_time(190_720_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -251,8 +251,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_end_confirming() -> Weight {
|
||||
// Minimum execution time: 151_723 nanoseconds.
|
||||
Weight::from_ref_time(171_294_000)
|
||||
// Minimum execution time: 165_354 nanoseconds.
|
||||
Weight::from_ref_time(185_408_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -260,8 +260,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_continue_not_confirming() -> Weight {
|
||||
// Minimum execution time: 161_194 nanoseconds.
|
||||
Weight::from_ref_time(168_043_000)
|
||||
// Minimum execution time: 167_797 nanoseconds.
|
||||
Weight::from_ref_time(182_086_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -269,8 +269,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_continue_confirming() -> Weight {
|
||||
// Minimum execution time: 80_864 nanoseconds.
|
||||
Weight::from_ref_time(83_157_000)
|
||||
// Minimum execution time: 87_123 nanoseconds.
|
||||
Weight::from_ref_time(94_538_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -279,8 +279,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
// Storage: Scheduler Lookup (r:1 w:1)
|
||||
fn nudge_referendum_approved() -> Weight {
|
||||
// Minimum execution time: 176_272 nanoseconds.
|
||||
Weight::from_ref_time(181_738_000)
|
||||
// Minimum execution time: 177_202 nanoseconds.
|
||||
Weight::from_ref_time(194_662_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -288,8 +288,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_rejected() -> Weight {
|
||||
// Minimum execution time: 147_935 nanoseconds.
|
||||
Weight::from_ref_time(171_683_000)
|
||||
// Minimum execution time: 154_150 nanoseconds.
|
||||
Weight::from_ref_time(185_014_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_referenda`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,16 +48,16 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
// Storage: Referenda ReferendumInfoFor (r:0 w:1)
|
||||
fn submit() -> Weight {
|
||||
// Minimum execution time: 37_439 nanoseconds.
|
||||
Weight::from_ref_time(38_195_000)
|
||||
// Minimum execution time: 38_444 nanoseconds.
|
||||
Weight::from_ref_time(40_157_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn place_decision_deposit_preparing() -> Weight {
|
||||
// Minimum execution time: 49_831 nanoseconds.
|
||||
Weight::from_ref_time(51_333_000)
|
||||
// Minimum execution time: 52_464 nanoseconds.
|
||||
Weight::from_ref_time(53_840_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Referenda DecidingCount (r:1 w:0)
|
||||
// Storage: Referenda TrackQueue (r:1 w:1)
|
||||
fn place_decision_deposit_queued() -> Weight {
|
||||
// Minimum execution time: 50_243 nanoseconds.
|
||||
Weight::from_ref_time(51_154_000)
|
||||
// Minimum execution time: 59_684 nanoseconds.
|
||||
Weight::from_ref_time(62_639_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -74,8 +74,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Referenda DecidingCount (r:1 w:0)
|
||||
// Storage: Referenda TrackQueue (r:1 w:1)
|
||||
fn place_decision_deposit_not_queued() -> Weight {
|
||||
// Minimum execution time: 49_776 nanoseconds.
|
||||
Weight::from_ref_time(50_531_000)
|
||||
// Minimum execution time: 59_614 nanoseconds.
|
||||
Weight::from_ref_time(61_921_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -84,8 +84,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn place_decision_deposit_passing() -> Weight {
|
||||
// Minimum execution time: 63_262 nanoseconds.
|
||||
Weight::from_ref_time(63_990_000)
|
||||
// Minimum execution time: 67_948 nanoseconds.
|
||||
Weight::from_ref_time(69_857_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -93,46 +93,46 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Referenda DecidingCount (r:1 w:1)
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
fn place_decision_deposit_failing() -> Weight {
|
||||
// Minimum execution time: 44_360 nanoseconds.
|
||||
Weight::from_ref_time(45_921_000)
|
||||
// Minimum execution time: 46_712 nanoseconds.
|
||||
Weight::from_ref_time(47_618_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
fn refund_decision_deposit() -> Weight {
|
||||
// Minimum execution time: 31_193 nanoseconds.
|
||||
Weight::from_ref_time(31_740_000)
|
||||
// Minimum execution time: 31_886 nanoseconds.
|
||||
Weight::from_ref_time(33_383_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
fn refund_submission_deposit() -> Weight {
|
||||
// Minimum execution time: 29_877 nanoseconds.
|
||||
Weight::from_ref_time(30_774_000)
|
||||
// Minimum execution time: 31_464 nanoseconds.
|
||||
Weight::from_ref_time(32_332_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn cancel() -> Weight {
|
||||
// Minimum execution time: 38_691 nanoseconds.
|
||||
Weight::from_ref_time(39_345_000)
|
||||
// Minimum execution time: 40_661 nanoseconds.
|
||||
Weight::from_ref_time(42_037_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn kill() -> Weight {
|
||||
// Minimum execution time: 79_315 nanoseconds.
|
||||
Weight::from_ref_time(81_679_000)
|
||||
// Minimum execution time: 87_937 nanoseconds.
|
||||
Weight::from_ref_time(90_171_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Referenda TrackQueue (r:1 w:0)
|
||||
// Storage: Referenda DecidingCount (r:1 w:1)
|
||||
fn one_fewer_deciding_queue_empty() -> Weight {
|
||||
// Minimum execution time: 11_242 nanoseconds.
|
||||
Weight::from_ref_time(11_584_000)
|
||||
// Minimum execution time: 10_962 nanoseconds.
|
||||
Weight::from_ref_time(11_292_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -141,8 +141,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn one_fewer_deciding_failing() -> Weight {
|
||||
// Minimum execution time: 95_967 nanoseconds.
|
||||
Weight::from_ref_time(97_154_000)
|
||||
// Minimum execution time: 123_968 nanoseconds.
|
||||
Weight::from_ref_time(132_776_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -151,8 +151,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
fn one_fewer_deciding_passing() -> Weight {
|
||||
// Minimum execution time: 97_016 nanoseconds.
|
||||
Weight::from_ref_time(97_895_000)
|
||||
// Minimum execution time: 124_456 nanoseconds.
|
||||
Weight::from_ref_time(133_803_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -160,8 +160,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Referenda TrackQueue (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:0)
|
||||
fn nudge_referendum_requeued_insertion() -> Weight {
|
||||
// Minimum execution time: 53_685 nanoseconds.
|
||||
Weight::from_ref_time(54_431_000)
|
||||
// Minimum execution time: 67_800 nanoseconds.
|
||||
Weight::from_ref_time(72_433_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -169,8 +169,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Referenda TrackQueue (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:0)
|
||||
fn nudge_referendum_requeued_slide() -> Weight {
|
||||
// Minimum execution time: 53_514 nanoseconds.
|
||||
Weight::from_ref_time(54_181_000)
|
||||
// Minimum execution time: 67_119 nanoseconds.
|
||||
Weight::from_ref_time(72_291_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -179,8 +179,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Referenda TrackQueue (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:0)
|
||||
fn nudge_referendum_queued() -> Weight {
|
||||
// Minimum execution time: 55_599 nanoseconds.
|
||||
Weight::from_ref_time(56_130_000)
|
||||
// Minimum execution time: 69_519 nanoseconds.
|
||||
Weight::from_ref_time(75_088_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -189,31 +189,31 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Referenda TrackQueue (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:0)
|
||||
fn nudge_referendum_not_queued() -> Weight {
|
||||
// Minimum execution time: 55_211 nanoseconds.
|
||||
Weight::from_ref_time(55_707_000)
|
||||
// Minimum execution time: 68_612 nanoseconds.
|
||||
Weight::from_ref_time(75_595_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_no_deposit() -> Weight {
|
||||
// Minimum execution time: 28_809 nanoseconds.
|
||||
Weight::from_ref_time(29_400_000)
|
||||
// Minimum execution time: 29_767 nanoseconds.
|
||||
Weight::from_ref_time(30_670_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_preparing() -> Weight {
|
||||
// Minimum execution time: 29_314 nanoseconds.
|
||||
Weight::from_ref_time(29_876_000)
|
||||
// Minimum execution time: 30_082 nanoseconds.
|
||||
Weight::from_ref_time(31_089_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
fn nudge_referendum_timed_out() -> Weight {
|
||||
// Minimum execution time: 22_087 nanoseconds.
|
||||
Weight::from_ref_time(22_496_000)
|
||||
// Minimum execution time: 22_203 nanoseconds.
|
||||
Weight::from_ref_time(23_408_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -222,8 +222,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_begin_deciding_failing() -> Weight {
|
||||
// Minimum execution time: 41_322 nanoseconds.
|
||||
Weight::from_ref_time(41_847_000)
|
||||
// Minimum execution time: 42_086 nanoseconds.
|
||||
Weight::from_ref_time(44_532_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -232,8 +232,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_begin_deciding_passing() -> Weight {
|
||||
// Minimum execution time: 42_616 nanoseconds.
|
||||
Weight::from_ref_time(43_365_000)
|
||||
// Minimum execution time: 44_254 nanoseconds.
|
||||
Weight::from_ref_time(45_996_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -241,8 +241,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_begin_confirming() -> Weight {
|
||||
// Minimum execution time: 39_298 nanoseconds.
|
||||
Weight::from_ref_time(40_047_000)
|
||||
// Minimum execution time: 40_864 nanoseconds.
|
||||
Weight::from_ref_time(42_518_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -250,8 +250,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_end_confirming() -> Weight {
|
||||
// Minimum execution time: 40_424 nanoseconds.
|
||||
Weight::from_ref_time(41_300_000)
|
||||
// Minimum execution time: 41_997 nanoseconds.
|
||||
Weight::from_ref_time(43_555_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -259,8 +259,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_continue_not_confirming() -> Weight {
|
||||
// Minimum execution time: 37_904 nanoseconds.
|
||||
Weight::from_ref_time(38_626_000)
|
||||
// Minimum execution time: 39_163 nanoseconds.
|
||||
Weight::from_ref_time(40_633_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -268,8 +268,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_continue_confirming() -> Weight {
|
||||
// Minimum execution time: 37_323 nanoseconds.
|
||||
Weight::from_ref_time(38_149_000)
|
||||
// Minimum execution time: 38_260 nanoseconds.
|
||||
Weight::from_ref_time(39_494_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -278,8 +278,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Agenda (r:2 w:2)
|
||||
// Storage: Scheduler Lookup (r:1 w:1)
|
||||
fn nudge_referendum_approved() -> Weight {
|
||||
// Minimum execution time: 49_382 nanoseconds.
|
||||
Weight::from_ref_time(50_865_000)
|
||||
// Minimum execution time: 51_267 nanoseconds.
|
||||
Weight::from_ref_time(54_875_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -287,8 +287,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances InactiveIssuance (r:1 w:0)
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
fn nudge_referendum_rejected() -> Weight {
|
||||
// Minimum execution time: 39_760 nanoseconds.
|
||||
Weight::from_ref_time(40_389_000)
|
||||
// Minimum execution time: 41_099 nanoseconds.
|
||||
Weight::from_ref_time(43_408_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_scheduler`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,61 +46,61 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler IncompleteSince (r:1 w:1)
|
||||
fn service_agendas_base() -> Weight {
|
||||
// Minimum execution time: 4_621 nanoseconds.
|
||||
Weight::from_ref_time(4_765_000)
|
||||
// Minimum execution time: 5_075 nanoseconds.
|
||||
Weight::from_ref_time(5_354_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn service_agenda_base(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_135 nanoseconds.
|
||||
Weight::from_ref_time(7_336_394)
|
||||
// Standard Error: 2_453
|
||||
.saturating_add(Weight::from_ref_time(582_222).saturating_mul(s.into()))
|
||||
// Minimum execution time: 4_657 nanoseconds.
|
||||
Weight::from_ref_time(6_797_821)
|
||||
// Standard Error: 3_025
|
||||
.saturating_add(Weight::from_ref_time(798_951).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
fn service_task_base() -> Weight {
|
||||
// Minimum execution time: 9_811 nanoseconds.
|
||||
Weight::from_ref_time(10_054_000)
|
||||
// Minimum execution time: 10_623 nanoseconds.
|
||||
Weight::from_ref_time(11_011_000)
|
||||
}
|
||||
// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
/// The range of component `s` is `[128, 4194304]`.
|
||||
fn service_task_fetched(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 21_438 nanoseconds.
|
||||
Weight::from_ref_time(21_830_000)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_283).saturating_mul(s.into()))
|
||||
// Minimum execution time: 23_213 nanoseconds.
|
||||
Weight::from_ref_time(23_605_000)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(1_558).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Scheduler Lookup (r:0 w:1)
|
||||
fn service_task_named() -> Weight {
|
||||
// Minimum execution time: 10_808 nanoseconds.
|
||||
Weight::from_ref_time(11_078_000)
|
||||
// Minimum execution time: 12_071 nanoseconds.
|
||||
Weight::from_ref_time(12_410_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
fn service_task_periodic() -> Weight {
|
||||
// Minimum execution time: 9_603 nanoseconds.
|
||||
Weight::from_ref_time(9_780_000)
|
||||
// Minimum execution time: 10_794 nanoseconds.
|
||||
Weight::from_ref_time(11_240_000)
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Minimum execution time: 3_902 nanoseconds.
|
||||
Weight::from_ref_time(4_037_000)
|
||||
// Minimum execution time: 3_969 nanoseconds.
|
||||
Weight::from_ref_time(4_184_000)
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Minimum execution time: 3_961 nanoseconds.
|
||||
Weight::from_ref_time(4_095_000)
|
||||
// Minimum execution time: 3_991 nanoseconds.
|
||||
Weight::from_ref_time(4_152_000)
|
||||
}
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 49]`.
|
||||
fn schedule(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 17_386 nanoseconds.
|
||||
Weight::from_ref_time(21_554_977)
|
||||
// Standard Error: 2_223
|
||||
.saturating_add(Weight::from_ref_time(586_294).saturating_mul(s.into()))
|
||||
// Minimum execution time: 18_240 nanoseconds.
|
||||
Weight::from_ref_time(20_823_381)
|
||||
// Standard Error: 3_399
|
||||
.saturating_add(Weight::from_ref_time(869_009).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -108,10 +108,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Lookup (r:0 w:1)
|
||||
/// The range of component `s` is `[1, 50]`.
|
||||
fn cancel(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 21_555 nanoseconds.
|
||||
Weight::from_ref_time(22_683_383)
|
||||
// Standard Error: 2_069
|
||||
.saturating_add(Weight::from_ref_time(960_233).saturating_mul(s.into()))
|
||||
// Minimum execution time: 22_711 nanoseconds.
|
||||
Weight::from_ref_time(21_337_116)
|
||||
// Standard Error: 4_073
|
||||
.saturating_add(Weight::from_ref_time(1_483_204).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -119,10 +119,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 49]`.
|
||||
fn schedule_named(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 20_035 nanoseconds.
|
||||
Weight::from_ref_time(25_184_320)
|
||||
// Standard Error: 3_144
|
||||
.saturating_add(Weight::from_ref_time(608_285).saturating_mul(s.into()))
|
||||
// Minimum execution time: 21_382 nanoseconds.
|
||||
Weight::from_ref_time(24_695_885)
|
||||
// Standard Error: 4_169
|
||||
.saturating_add(Weight::from_ref_time(884_000).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -130,10 +130,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// The range of component `s` is `[1, 50]`.
|
||||
fn cancel_named(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 22_177 nanoseconds.
|
||||
Weight::from_ref_time(24_886_762)
|
||||
// Standard Error: 2_500
|
||||
.saturating_add(Weight::from_ref_time(969_529).saturating_mul(s.into()))
|
||||
// Minimum execution time: 23_558 nanoseconds.
|
||||
Weight::from_ref_time(23_010_637)
|
||||
// Standard Error: 4_345
|
||||
.saturating_add(Weight::from_ref_time(1_505_334).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_session`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,8 +48,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Session NextKeys (r:1 w:1)
|
||||
// Storage: Session KeyOwner (r:6 w:6)
|
||||
fn set_keys() -> Weight {
|
||||
// Minimum execution time: 51_714 nanoseconds.
|
||||
Weight::from_ref_time(53_744_000)
|
||||
// Minimum execution time: 64_073 nanoseconds.
|
||||
Weight::from_ref_time(65_823_000)
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
@@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Session NextKeys (r:1 w:1)
|
||||
// Storage: Session KeyOwner (r:0 w:6)
|
||||
fn purge_keys() -> Weight {
|
||||
// Minimum execution time: 39_217 nanoseconds.
|
||||
Weight::from_ref_time(40_519_000)
|
||||
// Minimum execution time: 49_069 nanoseconds.
|
||||
Weight::from_ref_time(50_671_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_staking`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -50,8 +50,8 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: Staking Payee (r:0 w:1)
|
||||
fn bond() -> Weight {
|
||||
// Minimum execution time: 46_225 nanoseconds.
|
||||
Weight::from_ref_time(46_884_000)
|
||||
// Minimum execution time: 46_924 nanoseconds.
|
||||
Weight::from_ref_time(48_409_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: VoterList ListNodes (r:3 w:3)
|
||||
// Storage: VoterList ListBags (r:2 w:2)
|
||||
fn bond_extra() -> Weight {
|
||||
// Minimum execution time: 82_086 nanoseconds.
|
||||
Weight::from_ref_time(82_789_000)
|
||||
// Minimum execution time: 89_014 nanoseconds.
|
||||
Weight::from_ref_time(91_937_000)
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
@@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking Bonded (r:1 w:0)
|
||||
// Storage: VoterList ListBags (r:2 w:2)
|
||||
fn unbond() -> Weight {
|
||||
// Minimum execution time: 88_395 nanoseconds.
|
||||
Weight::from_ref_time(89_030_000)
|
||||
// Minimum execution time: 96_462 nanoseconds.
|
||||
Weight::from_ref_time(99_992_000)
|
||||
.saturating_add(T::DbWeight::get().reads(12))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
@@ -87,10 +87,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 39_108 nanoseconds.
|
||||
Weight::from_ref_time(41_334_480)
|
||||
// Standard Error: 2_009
|
||||
.saturating_add(Weight::from_ref_time(24_723).saturating_mul(s.into()))
|
||||
// Minimum execution time: 40_560 nanoseconds.
|
||||
Weight::from_ref_time(41_803_554)
|
||||
// Standard Error: 1_120
|
||||
.saturating_add(Weight::from_ref_time(55_364).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -110,10 +110,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking SpanSlash (r:0 w:2)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 77_055 nanoseconds.
|
||||
Weight::from_ref_time(82_323_354)
|
||||
// Standard Error: 2_448
|
||||
.saturating_add(Weight::from_ref_time(908_731).saturating_mul(s.into()))
|
||||
// Minimum execution time: 82_720 nanoseconds.
|
||||
Weight::from_ref_time(88_559_744)
|
||||
// Standard Error: 2_955
|
||||
.saturating_add(Weight::from_ref_time(1_143_738).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(13))
|
||||
.saturating_add(T::DbWeight::get().writes(12))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -130,8 +130,8 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
// Storage: Staking CounterForValidators (r:1 w:1)
|
||||
fn validate() -> Weight {
|
||||
// Minimum execution time: 59_210 nanoseconds.
|
||||
Weight::from_ref_time(59_693_000)
|
||||
// Minimum execution time: 60_313 nanoseconds.
|
||||
Weight::from_ref_time(62_988_000)
|
||||
.saturating_add(T::DbWeight::get().reads(11))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -139,10 +139,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking Nominators (r:1 w:1)
|
||||
/// The range of component `k` is `[1, 128]`.
|
||||
fn kick(k: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_792 nanoseconds.
|
||||
Weight::from_ref_time(32_802_713)
|
||||
// Standard Error: 10_559
|
||||
.saturating_add(Weight::from_ref_time(6_723_236).saturating_mul(k.into()))
|
||||
// Minimum execution time: 43_419 nanoseconds.
|
||||
Weight::from_ref_time(46_275_657)
|
||||
// Standard Error: 7_010
|
||||
.saturating_add(Weight::from_ref_time(7_938_148).saturating_mul(k.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into())))
|
||||
@@ -160,10 +160,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking CounterForNominators (r:1 w:1)
|
||||
/// The range of component `n` is `[1, 24]`.
|
||||
fn nominate(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 62_794 nanoseconds.
|
||||
Weight::from_ref_time(62_131_011)
|
||||
// Standard Error: 8_364
|
||||
.saturating_add(Weight::from_ref_time(2_489_101).saturating_mul(n.into()))
|
||||
// Minimum execution time: 66_889 nanoseconds.
|
||||
Weight::from_ref_time(67_765_370)
|
||||
// Standard Error: 12_059
|
||||
.saturating_add(Weight::from_ref_time(3_370_311).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(12))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
@@ -176,58 +176,58 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: VoterList ListBags (r:1 w:1)
|
||||
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
fn chill() -> Weight {
|
||||
// Minimum execution time: 58_444 nanoseconds.
|
||||
Weight::from_ref_time(59_019_000)
|
||||
// Minimum execution time: 61_816 nanoseconds.
|
||||
Weight::from_ref_time(63_932_000)
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
// Storage: Staking Ledger (r:1 w:0)
|
||||
// Storage: Staking Payee (r:0 w:1)
|
||||
fn set_payee() -> Weight {
|
||||
// Minimum execution time: 15_296 nanoseconds.
|
||||
Weight::from_ref_time(15_835_000)
|
||||
// Minimum execution time: 14_893 nanoseconds.
|
||||
Weight::from_ref_time(15_361_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Staking Bonded (r:1 w:1)
|
||||
// Storage: Staking Ledger (r:2 w:2)
|
||||
fn set_controller() -> Weight {
|
||||
// Minimum execution time: 21_762 nanoseconds.
|
||||
Weight::from_ref_time(22_572_000)
|
||||
// Minimum execution time: 21_588 nanoseconds.
|
||||
Weight::from_ref_time(22_512_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Staking ValidatorCount (r:0 w:1)
|
||||
fn set_validator_count() -> Weight {
|
||||
// Minimum execution time: 4_223 nanoseconds.
|
||||
Weight::from_ref_time(4_391_000)
|
||||
// Minimum execution time: 4_182 nanoseconds.
|
||||
Weight::from_ref_time(4_300_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Staking ForceEra (r:0 w:1)
|
||||
fn force_no_eras() -> Weight {
|
||||
// Minimum execution time: 16_128 nanoseconds.
|
||||
Weight::from_ref_time(16_640_000)
|
||||
// Minimum execution time: 16_011 nanoseconds.
|
||||
Weight::from_ref_time(16_800_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Staking ForceEra (r:0 w:1)
|
||||
fn force_new_era() -> Weight {
|
||||
// Minimum execution time: 16_147 nanoseconds.
|
||||
Weight::from_ref_time(16_642_000)
|
||||
// Minimum execution time: 15_832 nanoseconds.
|
||||
Weight::from_ref_time(16_328_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Staking ForceEra (r:0 w:1)
|
||||
fn force_new_era_always() -> Weight {
|
||||
// Minimum execution time: 16_033 nanoseconds.
|
||||
Weight::from_ref_time(16_465_000)
|
||||
// Minimum execution time: 15_955 nanoseconds.
|
||||
Weight::from_ref_time(16_632_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Staking Invulnerables (r:0 w:1)
|
||||
/// The range of component `v` is `[0, 1000]`.
|
||||
fn set_invulnerables(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_301 nanoseconds.
|
||||
Weight::from_ref_time(4_818_792)
|
||||
// Standard Error: 35
|
||||
.saturating_add(Weight::from_ref_time(10_479).saturating_mul(v.into()))
|
||||
// Minimum execution time: 4_225 nanoseconds.
|
||||
Weight::from_ref_time(4_582_261)
|
||||
// Standard Error: 27
|
||||
.saturating_add(Weight::from_ref_time(9_617).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Staking Bonded (r:1 w:1)
|
||||
@@ -245,10 +245,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking SpanSlash (r:0 w:2)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn force_unstake(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 70_878 nanoseconds.
|
||||
Weight::from_ref_time(75_949_648)
|
||||
// Standard Error: 1_704
|
||||
.saturating_add(Weight::from_ref_time(905_705).saturating_mul(s.into()))
|
||||
// Minimum execution time: 76_457 nanoseconds.
|
||||
Weight::from_ref_time(82_026_034)
|
||||
// Standard Error: 2_398
|
||||
.saturating_add(Weight::from_ref_time(1_136_716).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(11))
|
||||
.saturating_add(T::DbWeight::get().writes(12))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -256,10 +256,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking UnappliedSlashes (r:1 w:1)
|
||||
/// The range of component `s` is `[1, 1000]`.
|
||||
fn cancel_deferred_slash(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 119_251 nanoseconds.
|
||||
Weight::from_ref_time(1_332_578_423)
|
||||
// Standard Error: 88_242
|
||||
.saturating_add(Weight::from_ref_time(7_435_300).saturating_mul(s.into()))
|
||||
// Minimum execution time: 129_547 nanoseconds.
|
||||
Weight::from_ref_time(1_190_000_813)
|
||||
// Standard Error: 76_442
|
||||
.saturating_add(Weight::from_ref_time(6_453_347).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -274,10 +274,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
/// The range of component `n` is `[0, 512]`.
|
||||
fn payout_stakers_dead_controller(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 107_162 nanoseconds.
|
||||
Weight::from_ref_time(211_839_279)
|
||||
// Standard Error: 17_368
|
||||
.saturating_add(Weight::from_ref_time(21_497_225).saturating_mul(n.into()))
|
||||
// Minimum execution time: 113_693 nanoseconds.
|
||||
Weight::from_ref_time(267_042_001)
|
||||
// Standard Error: 21_144
|
||||
.saturating_add(Weight::from_ref_time(25_261_334).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -295,10 +295,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
/// The range of component `n` is `[0, 512]`.
|
||||
fn payout_stakers_alive_staked(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 123_391 nanoseconds.
|
||||
Weight::from_ref_time(67_805_421)
|
||||
// Standard Error: 119_484
|
||||
.saturating_add(Weight::from_ref_time(32_012_077).saturating_mul(n.into()))
|
||||
// Minimum execution time: 135_210 nanoseconds.
|
||||
Weight::from_ref_time(343_532_552)
|
||||
// Standard Error: 30_714
|
||||
.saturating_add(Weight::from_ref_time(34_680_127).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(10))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -312,10 +312,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: VoterList ListBags (r:2 w:2)
|
||||
/// The range of component `l` is `[1, 32]`.
|
||||
fn rebond(l: u32, ) -> Weight {
|
||||
// Minimum execution time: 81_605 nanoseconds.
|
||||
Weight::from_ref_time(84_323_235)
|
||||
// Standard Error: 6_874
|
||||
.saturating_add(Weight::from_ref_time(30_456).saturating_mul(l.into()))
|
||||
// Minimum execution time: 86_336 nanoseconds.
|
||||
Weight::from_ref_time(90_458_432)
|
||||
// Standard Error: 5_588
|
||||
.saturating_add(Weight::from_ref_time(36_502).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
@@ -334,10 +334,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking SpanSlash (r:0 w:1)
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn reap_stash(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 83_047 nanoseconds.
|
||||
Weight::from_ref_time(83_752_107)
|
||||
// Standard Error: 2_166
|
||||
.saturating_add(Weight::from_ref_time(904_436).saturating_mul(s.into()))
|
||||
// Minimum execution time: 88_267 nanoseconds.
|
||||
Weight::from_ref_time(90_286_221)
|
||||
// Standard Error: 2_825
|
||||
.saturating_add(Weight::from_ref_time(1_147_570).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(12))
|
||||
.saturating_add(T::DbWeight::get().writes(12))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -363,12 +363,12 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `v` is `[1, 10]`.
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
fn new_era(v: u32, n: u32, ) -> Weight {
|
||||
// Minimum execution time: 426_412 nanoseconds.
|
||||
Weight::from_ref_time(429_495_000)
|
||||
// Standard Error: 1_771_114
|
||||
.saturating_add(Weight::from_ref_time(58_774_598).saturating_mul(v.into()))
|
||||
// Standard Error: 176_481
|
||||
.saturating_add(Weight::from_ref_time(13_025_815).saturating_mul(n.into()))
|
||||
// Minimum execution time: 492_817 nanoseconds.
|
||||
Weight::from_ref_time(498_220_000)
|
||||
// Standard Error: 1_873_939
|
||||
.saturating_add(Weight::from_ref_time(61_654_477).saturating_mul(v.into()))
|
||||
// Standard Error: 186_727
|
||||
.saturating_add(Weight::from_ref_time(15_089_826).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(173))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into())))
|
||||
@@ -387,12 +387,12 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `v` is `[500, 1000]`.
|
||||
/// The range of component `n` is `[500, 1000]`.
|
||||
fn get_npos_voters(v: u32, n: u32, ) -> Weight {
|
||||
// Minimum execution time: 25_376_926 nanoseconds.
|
||||
Weight::from_ref_time(25_562_737_000)
|
||||
// Standard Error: 572_970
|
||||
.saturating_add(Weight::from_ref_time(5_264_964).saturating_mul(v.into()))
|
||||
// Standard Error: 572_970
|
||||
.saturating_add(Weight::from_ref_time(4_590_215).saturating_mul(n.into()))
|
||||
// Minimum execution time: 27_356_522 nanoseconds.
|
||||
Weight::from_ref_time(27_598_838_000)
|
||||
// Standard Error: 531_700
|
||||
.saturating_add(Weight::from_ref_time(5_800_739).saturating_mul(v.into()))
|
||||
// Standard Error: 531_700
|
||||
.saturating_add(Weight::from_ref_time(4_003_955).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(168))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into())))
|
||||
@@ -403,10 +403,10 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System BlockWeight (r:1 w:1)
|
||||
/// The range of component `v` is `[500, 1000]`.
|
||||
fn get_npos_targets(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 3_520_129 nanoseconds.
|
||||
Weight::from_ref_time(3_656_688_000)
|
||||
// Standard Error: 41_807
|
||||
.saturating_add(Weight::from_ref_time(2_624_109).saturating_mul(v.into()))
|
||||
// Minimum execution time: 4_106_892 nanoseconds.
|
||||
Weight::from_ref_time(79_609_539)
|
||||
// Standard Error: 54_890
|
||||
.saturating_add(Weight::from_ref_time(8_478_259).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -418,8 +418,8 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking MaxNominatorsCount (r:0 w:1)
|
||||
// Storage: Staking MinNominatorBond (r:0 w:1)
|
||||
fn set_staking_configs_all_set() -> Weight {
|
||||
// Minimum execution time: 7_565 nanoseconds.
|
||||
Weight::from_ref_time(7_798_000)
|
||||
// Minimum execution time: 7_220 nanoseconds.
|
||||
Weight::from_ref_time(7_553_000)
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
// Storage: Staking MinCommission (r:0 w:1)
|
||||
@@ -429,8 +429,8 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Staking MaxNominatorsCount (r:0 w:1)
|
||||
// Storage: Staking MinNominatorBond (r:0 w:1)
|
||||
fn set_staking_configs_all_remove() -> Weight {
|
||||
// Minimum execution time: 6_694 nanoseconds.
|
||||
Weight::from_ref_time(7_029_000)
|
||||
// Minimum execution time: 6_762 nanoseconds.
|
||||
Weight::from_ref_time(7_082_000)
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
// Storage: Staking Ledger (r:1 w:0)
|
||||
@@ -444,23 +444,23 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
||||
// Storage: VoterList ListBags (r:1 w:1)
|
||||
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
fn chill_other() -> Weight {
|
||||
// Minimum execution time: 69_704 nanoseconds.
|
||||
Weight::from_ref_time(70_564_000)
|
||||
// Minimum execution time: 74_820 nanoseconds.
|
||||
Weight::from_ref_time(76_117_000)
|
||||
.saturating_add(T::DbWeight::get().reads(11))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
// Storage: Staking MinCommission (r:1 w:0)
|
||||
// Storage: Staking Validators (r:1 w:1)
|
||||
fn force_apply_min_commission() -> Weight {
|
||||
// Minimum execution time: 15_092 nanoseconds.
|
||||
Weight::from_ref_time(15_313_000)
|
||||
// Minimum execution time: 14_504 nanoseconds.
|
||||
Weight::from_ref_time(14_963_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Staking MinCommission (r:0 w:1)
|
||||
fn set_min_commission() -> Weight {
|
||||
// Minimum execution time: 4_296 nanoseconds.
|
||||
Weight::from_ref_time(4_464_000)
|
||||
// Minimum execution time: 4_257 nanoseconds.
|
||||
Weight::from_ref_time(4_413_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_timestamp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,13 +47,13 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Timestamp Now (r:1 w:1)
|
||||
// Storage: Babe CurrentSlot (r:1 w:0)
|
||||
fn set() -> Weight {
|
||||
// Minimum execution time: 9_587 nanoseconds.
|
||||
Weight::from_ref_time(10_142_000)
|
||||
// Minimum execution time: 10_070 nanoseconds.
|
||||
Weight::from_ref_time(10_380_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
fn on_finalize() -> Weight {
|
||||
// Minimum execution time: 4_165 nanoseconds.
|
||||
Weight::from_ref_time(4_343_000)
|
||||
// Minimum execution time: 4_354 nanoseconds.
|
||||
Weight::from_ref_time(4_510_000)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_tips`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,18 +48,18 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Tips Tips (r:1 w:1)
|
||||
/// The range of component `r` is `[0, 16384]`.
|
||||
fn report_awesome(r: u32, ) -> Weight {
|
||||
// Minimum execution time: 30_506 nanoseconds.
|
||||
Weight::from_ref_time(31_359_861)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_841).saturating_mul(r.into()))
|
||||
// Minimum execution time: 30_548 nanoseconds.
|
||||
Weight::from_ref_time(32_417_643)
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_ref_time(2_199).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Tips Tips (r:1 w:1)
|
||||
// Storage: Tips Reasons (r:0 w:1)
|
||||
fn retract_tip() -> Weight {
|
||||
// Minimum execution time: 29_698 nanoseconds.
|
||||
Weight::from_ref_time(30_294_000)
|
||||
// Minimum execution time: 30_031 nanoseconds.
|
||||
Weight::from_ref_time(31_590_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -69,12 +69,12 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[0, 16384]`.
|
||||
/// The range of component `t` is `[1, 19]`.
|
||||
fn tip_new(r: u32, t: u32, ) -> Weight {
|
||||
// Minimum execution time: 22_775 nanoseconds.
|
||||
Weight::from_ref_time(21_570_049)
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_ref_time(1_677).saturating_mul(r.into()))
|
||||
// Standard Error: 6_574
|
||||
.saturating_add(Weight::from_ref_time(169_683).saturating_mul(t.into()))
|
||||
// Minimum execution time: 23_284 nanoseconds.
|
||||
Weight::from_ref_time(21_905_882)
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(2_026).saturating_mul(r.into()))
|
||||
// Standard Error: 9_050
|
||||
.saturating_add(Weight::from_ref_time(189_510).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -82,10 +82,10 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Tips Tips (r:1 w:1)
|
||||
/// The range of component `t` is `[1, 19]`.
|
||||
fn tip(t: u32, ) -> Weight {
|
||||
// Minimum execution time: 14_844 nanoseconds.
|
||||
Weight::from_ref_time(15_277_297)
|
||||
// Standard Error: 1_406
|
||||
.saturating_add(Weight::from_ref_time(155_900).saturating_mul(t.into()))
|
||||
// Minimum execution time: 15_194 nanoseconds.
|
||||
Weight::from_ref_time(15_875_059)
|
||||
// Standard Error: 1_541
|
||||
.saturating_add(Weight::from_ref_time(111_040).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -95,10 +95,10 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Tips Reasons (r:0 w:1)
|
||||
/// The range of component `t` is `[1, 19]`.
|
||||
fn close_tip(t: u32, ) -> Weight {
|
||||
// Minimum execution time: 45_712 nanoseconds.
|
||||
Weight::from_ref_time(47_373_418)
|
||||
// Standard Error: 4_566
|
||||
.saturating_add(Weight::from_ref_time(150_657).saturating_mul(t.into()))
|
||||
// Minimum execution time: 48_059 nanoseconds.
|
||||
Weight::from_ref_time(49_980_313)
|
||||
// Standard Error: 5_880
|
||||
.saturating_add(Weight::from_ref_time(142_553).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -106,10 +106,10 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Tips Reasons (r:0 w:1)
|
||||
/// The range of component `t` is `[1, 19]`.
|
||||
fn slash_tip(t: u32, ) -> Weight {
|
||||
// Minimum execution time: 19_389 nanoseconds.
|
||||
Weight::from_ref_time(20_181_638)
|
||||
// Standard Error: 1_498
|
||||
.saturating_add(Weight::from_ref_time(21_878).saturating_mul(t.into()))
|
||||
// Minimum execution time: 19_280 nanoseconds.
|
||||
Weight::from_ref_time(20_220_621)
|
||||
// Standard Error: 1_858
|
||||
.saturating_add(Weight::from_ref_time(6_328).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_treasury`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,24 +48,24 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Treasury Approvals (r:1 w:1)
|
||||
// Storage: Treasury Proposals (r:0 w:1)
|
||||
fn spend() -> Weight {
|
||||
// Minimum execution time: 18_312 nanoseconds.
|
||||
Weight::from_ref_time(18_724_000)
|
||||
// Minimum execution time: 18_551 nanoseconds.
|
||||
Weight::from_ref_time(19_100_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Treasury ProposalCount (r:1 w:1)
|
||||
// Storage: Treasury Proposals (r:0 w:1)
|
||||
fn propose_spend() -> Weight {
|
||||
// Minimum execution time: 26_501 nanoseconds.
|
||||
Weight::from_ref_time(27_087_000)
|
||||
// Minimum execution time: 27_449 nanoseconds.
|
||||
Weight::from_ref_time(28_614_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Treasury Proposals (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn reject_proposal() -> Weight {
|
||||
// Minimum execution time: 39_091 nanoseconds.
|
||||
Weight::from_ref_time(40_005_000)
|
||||
// Minimum execution time: 41_099 nanoseconds.
|
||||
Weight::from_ref_time(42_271_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -73,17 +73,17 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Treasury Approvals (r:1 w:1)
|
||||
/// The range of component `p` is `[0, 99]`.
|
||||
fn approve_proposal(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 10_085 nanoseconds.
|
||||
Weight::from_ref_time(13_530_918)
|
||||
// Standard Error: 1_076
|
||||
.saturating_add(Weight::from_ref_time(43_334).saturating_mul(p.into()))
|
||||
// Minimum execution time: 9_660 nanoseconds.
|
||||
Weight::from_ref_time(11_986_657)
|
||||
// Standard Error: 1_422
|
||||
.saturating_add(Weight::from_ref_time(123_552).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Treasury Approvals (r:1 w:1)
|
||||
fn remove_approval() -> Weight {
|
||||
// Minimum execution time: 8_105 nanoseconds.
|
||||
Weight::from_ref_time(8_448_000)
|
||||
// Minimum execution time: 7_880 nanoseconds.
|
||||
Weight::from_ref_time(8_281_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -95,10 +95,10 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Treasury Proposals (r:2 w:2)
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn on_initialize_proposals(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 57_239 nanoseconds.
|
||||
Weight::from_ref_time(65_014_265)
|
||||
// Standard Error: 23_853
|
||||
.saturating_add(Weight::from_ref_time(24_474_796).saturating_mul(p.into()))
|
||||
// Minimum execution time: 62_209 nanoseconds.
|
||||
Weight::from_ref_time(70_300_386)
|
||||
// Standard Error: 9_890
|
||||
.saturating_add(Weight::from_ref_time(29_775_097).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))
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,31 +46,31 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 11_832 nanoseconds.
|
||||
Weight::from_ref_time(12_093_978)
|
||||
// Standard Error: 2_796
|
||||
.saturating_add(Weight::from_ref_time(3_505_562).saturating_mul(c.into()))
|
||||
// Minimum execution time: 12_901 nanoseconds.
|
||||
Weight::from_ref_time(14_701_940)
|
||||
// Standard Error: 2_643
|
||||
.saturating_add(Weight::from_ref_time(4_351_994).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Minimum execution time: 5_921 nanoseconds.
|
||||
Weight::from_ref_time(6_089_000)
|
||||
// Minimum execution time: 6_146 nanoseconds.
|
||||
Weight::from_ref_time(6_280_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 11_850 nanoseconds.
|
||||
Weight::from_ref_time(15_542_386)
|
||||
// Standard Error: 2_818
|
||||
.saturating_add(Weight::from_ref_time(3_740_846).saturating_mul(c.into()))
|
||||
// Minimum execution time: 12_773 nanoseconds.
|
||||
Weight::from_ref_time(14_945_224)
|
||||
// Standard Error: 2_345
|
||||
.saturating_add(Weight::from_ref_time(4_647_764).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Minimum execution time: 13_655 nanoseconds.
|
||||
Weight::from_ref_time(14_153_000)
|
||||
// Minimum execution time: 15_062 nanoseconds.
|
||||
Weight::from_ref_time(15_540_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 11_758 nanoseconds.
|
||||
Weight::from_ref_time(16_555_360)
|
||||
// Standard Error: 2_634
|
||||
.saturating_add(Weight::from_ref_time(3_495_222).saturating_mul(c.into()))
|
||||
// Minimum execution time: 12_677 nanoseconds.
|
||||
Weight::from_ref_time(21_120_017)
|
||||
// Standard Error: 2_670
|
||||
.saturating_add(Weight::from_ref_time(4_359_587).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_vesting`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,12 +49,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 39_163 nanoseconds.
|
||||
Weight::from_ref_time(38_106_713)
|
||||
// Standard Error: 3_997
|
||||
.saturating_add(Weight::from_ref_time(50_660).saturating_mul(l.into()))
|
||||
// Standard Error: 7_112
|
||||
.saturating_add(Weight::from_ref_time(74_388).saturating_mul(s.into()))
|
||||
// Minimum execution time: 38_949 nanoseconds.
|
||||
Weight::from_ref_time(38_724_432)
|
||||
// Standard Error: 2_059
|
||||
.saturating_add(Weight::from_ref_time(43_640).saturating_mul(l.into()))
|
||||
// Standard Error: 3_663
|
||||
.saturating_add(Weight::from_ref_time(96_813).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -63,12 +63,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 38_417 nanoseconds.
|
||||
Weight::from_ref_time(38_102_624)
|
||||
// Standard Error: 1_020
|
||||
.saturating_add(Weight::from_ref_time(31_848).saturating_mul(l.into()))
|
||||
// Standard Error: 1_816
|
||||
.saturating_add(Weight::from_ref_time(54_186).saturating_mul(s.into()))
|
||||
// Minimum execution time: 38_675 nanoseconds.
|
||||
Weight::from_ref_time(38_780_547)
|
||||
// Standard Error: 1_717
|
||||
.saturating_add(Weight::from_ref_time(36_094).saturating_mul(l.into()))
|
||||
// Standard Error: 3_055
|
||||
.saturating_add(Weight::from_ref_time(76_626).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -78,12 +78,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 38_612 nanoseconds.
|
||||
Weight::from_ref_time(37_277_540)
|
||||
// Standard Error: 1_038
|
||||
.saturating_add(Weight::from_ref_time(48_913).saturating_mul(l.into()))
|
||||
// Standard Error: 1_848
|
||||
.saturating_add(Weight::from_ref_time(83_692).saturating_mul(s.into()))
|
||||
// Minimum execution time: 39_018 nanoseconds.
|
||||
Weight::from_ref_time(38_307_252)
|
||||
// Standard Error: 1_675
|
||||
.saturating_add(Weight::from_ref_time(43_588).saturating_mul(l.into()))
|
||||
// Standard Error: 2_981
|
||||
.saturating_add(Weight::from_ref_time(96_329).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -93,12 +93,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 38_281 nanoseconds.
|
||||
Weight::from_ref_time(37_604_718)
|
||||
// Standard Error: 960
|
||||
.saturating_add(Weight::from_ref_time(37_709).saturating_mul(l.into()))
|
||||
// Standard Error: 1_708
|
||||
.saturating_add(Weight::from_ref_time(56_054).saturating_mul(s.into()))
|
||||
// Minimum execution time: 38_518 nanoseconds.
|
||||
Weight::from_ref_time(38_525_734)
|
||||
// Standard Error: 1_946
|
||||
.saturating_add(Weight::from_ref_time(32_000).saturating_mul(l.into()))
|
||||
// Standard Error: 3_463
|
||||
.saturating_add(Weight::from_ref_time(71_440).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -108,12 +108,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 52_866 nanoseconds.
|
||||
Weight::from_ref_time(52_960_624)
|
||||
// Standard Error: 1_706
|
||||
.saturating_add(Weight::from_ref_time(40_224).saturating_mul(l.into()))
|
||||
// Standard Error: 3_035
|
||||
.saturating_add(Weight::from_ref_time(40_229).saturating_mul(s.into()))
|
||||
// Minimum execution time: 55_095 nanoseconds.
|
||||
Weight::from_ref_time(56_166_285)
|
||||
// Standard Error: 2_642
|
||||
.saturating_add(Weight::from_ref_time(35_436).saturating_mul(l.into()))
|
||||
// Standard Error: 4_701
|
||||
.saturating_add(Weight::from_ref_time(59_938).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -123,12 +123,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 52_118 nanoseconds.
|
||||
Weight::from_ref_time(52_610_076)
|
||||
// Standard Error: 2_143
|
||||
.saturating_add(Weight::from_ref_time(39_389).saturating_mul(l.into()))
|
||||
// Standard Error: 3_813
|
||||
.saturating_add(Weight::from_ref_time(39_238).saturating_mul(s.into()))
|
||||
// Minimum execution time: 54_041 nanoseconds.
|
||||
Weight::from_ref_time(55_697_089)
|
||||
// Standard Error: 2_979
|
||||
.saturating_add(Weight::from_ref_time(36_462).saturating_mul(l.into()))
|
||||
// Standard Error: 5_300
|
||||
.saturating_add(Weight::from_ref_time(48_068).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -138,12 +138,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 39_846 nanoseconds.
|
||||
Weight::from_ref_time(38_802_475)
|
||||
// Standard Error: 1_226
|
||||
.saturating_add(Weight::from_ref_time(51_348).saturating_mul(l.into()))
|
||||
// Standard Error: 2_265
|
||||
.saturating_add(Weight::from_ref_time(67_887).saturating_mul(s.into()))
|
||||
// Minimum execution time: 40_106 nanoseconds.
|
||||
Weight::from_ref_time(39_641_237)
|
||||
// Standard Error: 2_083
|
||||
.saturating_add(Weight::from_ref_time(39_714).saturating_mul(l.into()))
|
||||
// Standard Error: 3_846
|
||||
.saturating_add(Weight::from_ref_time(104_473).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -153,12 +153,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 39_553 nanoseconds.
|
||||
Weight::from_ref_time(38_937_442)
|
||||
// Standard Error: 1_032
|
||||
.saturating_add(Weight::from_ref_time(44_523).saturating_mul(l.into()))
|
||||
// Standard Error: 1_906
|
||||
.saturating_add(Weight::from_ref_time(68_244).saturating_mul(s.into()))
|
||||
// Minimum execution time: 39_999 nanoseconds.
|
||||
Weight::from_ref_time(39_997_116)
|
||||
// Standard Error: 1_885
|
||||
.saturating_add(Weight::from_ref_time(47_865).saturating_mul(l.into()))
|
||||
// Standard Error: 3_482
|
||||
.saturating_add(Weight::from_ref_time(85_200).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_whitelist`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,16 +47,16 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Whitelist WhitelistedCall (r:1 w:1)
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
fn whitelist_call() -> Weight {
|
||||
// Minimum execution time: 22_784 nanoseconds.
|
||||
Weight::from_ref_time(23_417_000)
|
||||
// Minimum execution time: 24_174 nanoseconds.
|
||||
Weight::from_ref_time(25_019_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Whitelist WhitelistedCall (r:1 w:1)
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
fn remove_whitelisted_call() -> Weight {
|
||||
// Minimum execution time: 21_784 nanoseconds.
|
||||
Weight::from_ref_time(22_469_000)
|
||||
// Minimum execution time: 22_530 nanoseconds.
|
||||
Weight::from_ref_time(23_064_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -65,10 +65,10 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
/// The range of component `n` is `[1, 4194294]`.
|
||||
fn dispatch_whitelisted_call(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 31_697 nanoseconds.
|
||||
Weight::from_ref_time(32_115_000)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_299).saturating_mul(n.into()))
|
||||
// Minimum execution time: 32_957 nanoseconds.
|
||||
Weight::from_ref_time(33_403_000)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_ref_time(1_543).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -76,10 +76,10 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
/// The range of component `n` is `[1, 10000]`.
|
||||
fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 24_985 nanoseconds.
|
||||
Weight::from_ref_time(25_743_877)
|
||||
// Minimum execution time: 26_062 nanoseconds.
|
||||
Weight::from_ref_time(26_997_169)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_588).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_ref_time(1_906).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,23 +16,21 @@
|
||||
//! Autogenerated weights for `pallet_xcm`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-12-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
// /home/benchbot/cargo_target_dir/production/polkadot
|
||||
// ./target/production/polkadot
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=kusama-dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_xcm
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json
|
||||
// --pallet=pallet_xcm
|
||||
// --chain=kusama-dev
|
||||
// --header=./file_header.txt
|
||||
// --output=./runtime/kusama/src/weights/
|
||||
|
||||
@@ -52,33 +50,33 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
fn send() -> Weight {
|
||||
// Minimum execution time: 36_474 nanoseconds.
|
||||
Weight::from_ref_time(37_030_000)
|
||||
// Minimum execution time: 38_739 nanoseconds.
|
||||
Weight::from_ref_time(40_196_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
fn teleport_assets() -> Weight {
|
||||
// Minimum execution time: 28_147 nanoseconds.
|
||||
Weight::from_ref_time(28_836_000)
|
||||
// Minimum execution time: 28_185 nanoseconds.
|
||||
Weight::from_ref_time(28_750_000)
|
||||
}
|
||||
fn reserve_transfer_assets() -> Weight {
|
||||
// Minimum execution time: 28_469 nanoseconds.
|
||||
Weight::from_ref_time(29_002_000)
|
||||
// Minimum execution time: 27_437 nanoseconds.
|
||||
Weight::from_ref_time(28_180_000)
|
||||
}
|
||||
fn execute() -> Weight {
|
||||
// Minimum execution time: 15_637 nanoseconds.
|
||||
Weight::from_ref_time(15_880_000)
|
||||
// Minimum execution time: 15_160 nanoseconds.
|
||||
Weight::from_ref_time(15_757_000)
|
||||
}
|
||||
// Storage: XcmPallet SupportedVersion (r:0 w:1)
|
||||
fn force_xcm_version() -> Weight {
|
||||
// Minimum execution time: 15_330 nanoseconds.
|
||||
Weight::from_ref_time(15_817_000)
|
||||
// Minimum execution time: 15_190 nanoseconds.
|
||||
Weight::from_ref_time(15_876_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: XcmPallet SafeXcmVersion (r:0 w:1)
|
||||
fn force_default_xcm_version() -> Weight {
|
||||
// Minimum execution time: 4_104 nanoseconds.
|
||||
Weight::from_ref_time(4_365_000)
|
||||
// Minimum execution time: 4_114 nanoseconds.
|
||||
Weight::from_ref_time(4_300_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: XcmPallet VersionNotifiers (r:1 w:1)
|
||||
@@ -90,8 +88,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
// Storage: XcmPallet Queries (r:0 w:1)
|
||||
fn force_subscribe_version_notify() -> Weight {
|
||||
// Minimum execution time: 42_177 nanoseconds.
|
||||
Weight::from_ref_time(42_657_000)
|
||||
// Minimum execution time: 41_994 nanoseconds.
|
||||
Weight::from_ref_time(43_049_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -103,29 +101,29 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
// Storage: XcmPallet Queries (r:0 w:1)
|
||||
fn force_unsubscribe_version_notify() -> Weight {
|
||||
// Minimum execution time: 45_481 nanoseconds.
|
||||
Weight::from_ref_time(45_960_000)
|
||||
// Minimum execution time: 45_517 nanoseconds.
|
||||
Weight::from_ref_time(46_784_000)
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
// Storage: XcmPallet SupportedVersion (r:4 w:2)
|
||||
fn migrate_supported_version() -> Weight {
|
||||
// Minimum execution time: 14_899 nanoseconds.
|
||||
Weight::from_ref_time(15_452_000)
|
||||
// Minimum execution time: 15_521 nanoseconds.
|
||||
Weight::from_ref_time(16_022_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: XcmPallet VersionNotifiers (r:4 w:2)
|
||||
fn migrate_version_notifiers() -> Weight {
|
||||
// Minimum execution time: 14_759 nanoseconds.
|
||||
Weight::from_ref_time(15_176_000)
|
||||
// Minimum execution time: 15_477 nanoseconds.
|
||||
Weight::from_ref_time(16_016_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: XcmPallet VersionNotifyTargets (r:5 w:0)
|
||||
fn already_notified_target() -> Weight {
|
||||
// Minimum execution time: 17_022 nanoseconds.
|
||||
Weight::from_ref_time(17_468_000)
|
||||
// Minimum execution time: 18_401 nanoseconds.
|
||||
Weight::from_ref_time(18_980_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
}
|
||||
// Storage: XcmPallet VersionNotifyTargets (r:2 w:1)
|
||||
@@ -135,21 +133,21 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
fn notify_current_targets() -> Weight {
|
||||
// Minimum execution time: 37_810 nanoseconds.
|
||||
Weight::from_ref_time(38_198_000)
|
||||
// Minimum execution time: 38_154 nanoseconds.
|
||||
Weight::from_ref_time(38_840_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: XcmPallet VersionNotifyTargets (r:3 w:0)
|
||||
fn notify_target_migration_fail() -> Weight {
|
||||
// Minimum execution time: 7_440 nanoseconds.
|
||||
Weight::from_ref_time(7_659_000)
|
||||
// Minimum execution time: 8_039 nanoseconds.
|
||||
Weight::from_ref_time(8_398_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
}
|
||||
// Storage: XcmPallet VersionNotifyTargets (r:4 w:2)
|
||||
fn migrate_version_notify_targets() -> Weight {
|
||||
// Minimum execution time: 14_975 nanoseconds.
|
||||
Weight::from_ref_time(15_479_000)
|
||||
// Minimum execution time: 16_070 nanoseconds.
|
||||
Weight::from_ref_time(16_546_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -160,8 +158,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
fn migrate_and_notify_old_targets() -> Weight {
|
||||
// Minimum execution time: 43_328 nanoseconds.
|
||||
Weight::from_ref_time(44_054_000)
|
||||
// Minimum execution time: 44_720 nanoseconds.
|
||||
Weight::from_ref_time(46_407_000)
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_common::auctions`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,8 +47,8 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
// Storage: Auctions AuctionInfo (r:1 w:1)
|
||||
// Storage: Auctions AuctionCounter (r:1 w:1)
|
||||
fn new_auction() -> Weight {
|
||||
// Minimum execution time: 16_831 nanoseconds.
|
||||
Weight::from_ref_time(17_389_000)
|
||||
// Minimum execution time: 18_270 nanoseconds.
|
||||
Weight::from_ref_time(19_220_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -60,8 +60,8 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
// Storage: Auctions ReservedAmounts (r:2 w:2)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn bid() -> Weight {
|
||||
// Minimum execution time: 72_130 nanoseconds.
|
||||
Weight::from_ref_time(73_572_000)
|
||||
// Minimum execution time: 84_299 nanoseconds.
|
||||
Weight::from_ref_time(87_771_000)
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -78,8 +78,8 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
// Storage: Paras ActionsQueue (r:1 w:1)
|
||||
// Storage: Registrar Paras (r:1 w:1)
|
||||
fn on_initialize() -> Weight {
|
||||
// Minimum execution time: 15_625_499 nanoseconds.
|
||||
Weight::from_ref_time(15_950_054_000)
|
||||
// Minimum execution time: 18_495_295 nanoseconds.
|
||||
Weight::from_ref_time(18_895_328_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3688))
|
||||
.saturating_add(T::DbWeight::get().writes(3683))
|
||||
}
|
||||
@@ -88,8 +88,8 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
// Storage: Auctions Winning (r:0 w:3600)
|
||||
// Storage: Auctions AuctionInfo (r:0 w:1)
|
||||
fn cancel_auction() -> Weight {
|
||||
// Minimum execution time: 4_619_056 nanoseconds.
|
||||
Weight::from_ref_time(4_709_611_000)
|
||||
// Minimum execution time: 5_498_604 nanoseconds.
|
||||
Weight::from_ref_time(5_618_259_000)
|
||||
.saturating_add(T::DbWeight::get().reads(73))
|
||||
.saturating_add(T::DbWeight::get().writes(3673))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_common::claims`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -52,8 +52,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Storage: System Account (r:1 w:0)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
fn claim() -> Weight {
|
||||
// Minimum execution time: 145_585 nanoseconds.
|
||||
Weight::from_ref_time(147_339_000)
|
||||
// Minimum execution time: 195_244 nanoseconds.
|
||||
Weight::from_ref_time(216_165_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -62,8 +62,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Storage: Claims Claims (r:0 w:1)
|
||||
// Storage: Claims Signing (r:0 w:1)
|
||||
fn mint_claim() -> Weight {
|
||||
// Minimum execution time: 11_575 nanoseconds.
|
||||
Weight::from_ref_time(11_943_000)
|
||||
// Minimum execution time: 13_255 nanoseconds.
|
||||
Weight::from_ref_time(16_332_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Storage: System Account (r:1 w:0)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
fn claim_attest() -> Weight {
|
||||
// Minimum execution time: 147_561 nanoseconds.
|
||||
Weight::from_ref_time(152_230_000)
|
||||
// Minimum execution time: 203_931 nanoseconds.
|
||||
Weight::from_ref_time(222_105_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Storage: System Account (r:1 w:0)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
fn attest() -> Weight {
|
||||
// Minimum execution time: 68_437 nanoseconds.
|
||||
Weight::from_ref_time(70_169_000)
|
||||
// Minimum execution time: 97_520 nanoseconds.
|
||||
Weight::from_ref_time(116_830_000)
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Storage: Claims Signing (r:1 w:2)
|
||||
// Storage: Claims Preclaims (r:1 w:1)
|
||||
fn move_claim() -> Weight {
|
||||
// Minimum execution time: 21_287 nanoseconds.
|
||||
Weight::from_ref_time(22_289_000)
|
||||
// Minimum execution time: 26_214 nanoseconds.
|
||||
Weight::from_ref_time(30_142_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_common::crowdloan`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,8 +49,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Storage: Paras ParaLifecycles (r:1 w:0)
|
||||
// Storage: Crowdloan NextFundIndex (r:1 w:1)
|
||||
fn create() -> Weight {
|
||||
// Minimum execution time: 48_057 nanoseconds.
|
||||
Weight::from_ref_time(48_727_000)
|
||||
// Minimum execution time: 54_286 nanoseconds.
|
||||
Weight::from_ref_time(56_236_000)
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Storage: Crowdloan NewRaise (r:1 w:1)
|
||||
// Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1)
|
||||
fn contribute() -> Weight {
|
||||
// Minimum execution time: 120_371 nanoseconds.
|
||||
Weight::from_ref_time(121_594_000)
|
||||
// Minimum execution time: 140_373 nanoseconds.
|
||||
Weight::from_ref_time(143_644_000)
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -73,18 +73,18 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Storage: Balances InactiveIssuance (r:1 w:1)
|
||||
// Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1)
|
||||
fn withdraw() -> Weight {
|
||||
// Minimum execution time: 59_826 nanoseconds.
|
||||
Weight::from_ref_time(61_442_000)
|
||||
// Minimum execution time: 70_608 nanoseconds.
|
||||
Weight::from_ref_time(73_373_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `k` is `[0, 1000]`.
|
||||
fn refund(k: u32, ) -> Weight {
|
||||
// Minimum execution time: 63_151 nanoseconds.
|
||||
Weight::from_ref_time(64_686_000)
|
||||
// Standard Error: 13_557
|
||||
.saturating_add(Weight::from_ref_time(18_930_054).saturating_mul(k.into()))
|
||||
// Minimum execution time: 57_032 nanoseconds.
|
||||
Weight::from_ref_time(58_617_000)
|
||||
// Standard Error: 12_611
|
||||
.saturating_add(Weight::from_ref_time(22_033_988).saturating_mul(k.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -93,31 +93,31 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Storage: Crowdloan Funds (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn dissolve() -> Weight {
|
||||
// Minimum execution time: 36_575 nanoseconds.
|
||||
Weight::from_ref_time(37_963_000)
|
||||
// Minimum execution time: 42_758 nanoseconds.
|
||||
Weight::from_ref_time(44_228_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Crowdloan Funds (r:1 w:1)
|
||||
fn edit() -> Weight {
|
||||
// Minimum execution time: 25_171 nanoseconds.
|
||||
Weight::from_ref_time(25_945_000)
|
||||
// Minimum execution time: 29_859 nanoseconds.
|
||||
Weight::from_ref_time(30_613_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Crowdloan Funds (r:1 w:0)
|
||||
// Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1)
|
||||
fn add_memo() -> Weight {
|
||||
// Minimum execution time: 32_979 nanoseconds.
|
||||
Weight::from_ref_time(33_881_000)
|
||||
// Minimum execution time: 39_866 nanoseconds.
|
||||
Weight::from_ref_time(41_166_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Crowdloan Funds (r:1 w:0)
|
||||
// Storage: Crowdloan NewRaise (r:1 w:1)
|
||||
fn poke() -> Weight {
|
||||
// Minimum execution time: 25_110 nanoseconds.
|
||||
Weight::from_ref_time(25_812_000)
|
||||
// Minimum execution time: 30_953 nanoseconds.
|
||||
Weight::from_ref_time(31_855_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -133,10 +133,10 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Storage: System Account (r:2 w:2)
|
||||
/// The range of component `n` is `[2, 100]`.
|
||||
fn on_initialize(n: u32, ) -> Weight {
|
||||
// Minimum execution time: 102_093 nanoseconds.
|
||||
Weight::from_ref_time(11_443_657)
|
||||
// Standard Error: 40_324
|
||||
.saturating_add(Weight::from_ref_time(40_500_805).saturating_mul(n.into()))
|
||||
// Minimum execution time: 121_273 nanoseconds.
|
||||
Weight::from_ref_time(21_565_688)
|
||||
// Standard Error: 28_400
|
||||
.saturating_add(Weight::from_ref_time(47_751_285).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_common::paras_registrar`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,8 +48,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Storage: Registrar Paras (r:1 w:1)
|
||||
// Storage: Paras ParaLifecycles (r:1 w:0)
|
||||
fn reserve() -> Weight {
|
||||
// Minimum execution time: 31_722 nanoseconds.
|
||||
Weight::from_ref_time(32_311_000)
|
||||
// Minimum execution time: 33_167 nanoseconds.
|
||||
Weight::from_ref_time(34_454_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Storage: Paras CurrentCodeHash (r:0 w:1)
|
||||
// Storage: Paras UpcomingParasGenesis (r:0 w:1)
|
||||
fn register() -> Weight {
|
||||
// Minimum execution time: 7_431_346 nanoseconds.
|
||||
Weight::from_ref_time(7_568_877_000)
|
||||
// Minimum execution time: 7_419_378 nanoseconds.
|
||||
Weight::from_ref_time(7_455_813_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
@@ -78,8 +78,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Storage: Paras CurrentCodeHash (r:0 w:1)
|
||||
// Storage: Paras UpcomingParasGenesis (r:0 w:1)
|
||||
fn force_register() -> Weight {
|
||||
// Minimum execution time: 7_394_196 nanoseconds.
|
||||
Weight::from_ref_time(7_521_358_000)
|
||||
// Minimum execution time: 7_392_499 nanoseconds.
|
||||
Weight::from_ref_time(7_409_280_000)
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
@@ -90,8 +90,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Storage: Paras ActionsQueue (r:1 w:1)
|
||||
// Storage: Registrar PendingSwap (r:0 w:1)
|
||||
fn deregister() -> Weight {
|
||||
// Minimum execution time: 50_133 nanoseconds.
|
||||
Weight::from_ref_time(50_834_000)
|
||||
// Minimum execution time: 55_644 nanoseconds.
|
||||
Weight::from_ref_time(59_704_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -103,8 +103,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Storage: Crowdloan Funds (r:2 w:2)
|
||||
// Storage: Slots Leases (r:2 w:2)
|
||||
fn swap() -> Weight {
|
||||
// Minimum execution time: 45_078 nanoseconds.
|
||||
Weight::from_ref_time(46_193_000)
|
||||
// Minimum execution time: 50_279 nanoseconds.
|
||||
Weight::from_ref_time(52_213_000)
|
||||
.saturating_add(T::DbWeight::get().reads(10))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
@@ -120,20 +120,20 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Storage: Paras FutureCodeUpgrades (r:0 w:1)
|
||||
/// The range of component `b` is `[1, 3145728]`.
|
||||
fn schedule_code_upgrade(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 42_266 nanoseconds.
|
||||
Weight::from_ref_time(42_746_000)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_329).saturating_mul(b.into()))
|
||||
// Minimum execution time: 44_936 nanoseconds.
|
||||
Weight::from_ref_time(53_803_079)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_ref_time(2_674).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
// Storage: Paras Heads (r:0 w:1)
|
||||
/// The range of component `b` is `[1, 1048576]`.
|
||||
fn set_current_head(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 13_670 nanoseconds.
|
||||
Weight::from_ref_time(13_898_000)
|
||||
// Minimum execution time: 14_230 nanoseconds.
|
||||
Weight::from_ref_time(11_617_333)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(907).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(1_109).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_common::slots`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,8 +47,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Storage: Slots Leases (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn force_lease() -> Weight {
|
||||
// Minimum execution time: 32_019 nanoseconds.
|
||||
Weight::from_ref_time(32_605_000)
|
||||
// Minimum execution time: 33_489 nanoseconds.
|
||||
Weight::from_ref_time(34_575_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -61,12 +61,12 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
/// The range of component `c` is `[0, 100]`.
|
||||
/// The range of component `t` is `[0, 100]`.
|
||||
fn manage_lease_period_start(c: u32, t: u32, ) -> Weight {
|
||||
// Minimum execution time: 543_632 nanoseconds.
|
||||
Weight::from_ref_time(549_922_000)
|
||||
// Standard Error: 69_539
|
||||
.saturating_add(Weight::from_ref_time(2_286_201).saturating_mul(c.into()))
|
||||
// Standard Error: 69_539
|
||||
.saturating_add(Weight::from_ref_time(12_481_379).saturating_mul(t.into()))
|
||||
// Minimum execution time: 633_723 nanoseconds.
|
||||
Weight::from_ref_time(651_294_000)
|
||||
// Standard Error: 88_803
|
||||
.saturating_add(Weight::from_ref_time(2_814_340).saturating_mul(c.into()))
|
||||
// Standard Error: 88_803
|
||||
.saturating_add(Weight::from_ref_time(15_441_192).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(t.into())))
|
||||
@@ -77,8 +77,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Storage: Slots Leases (r:1 w:1)
|
||||
// Storage: System Account (r:8 w:8)
|
||||
fn clear_all_leases() -> Weight {
|
||||
// Minimum execution time: 94_296 nanoseconds.
|
||||
Weight::from_ref_time(97_468_000)
|
||||
// Minimum execution time: 115_727 nanoseconds.
|
||||
Weight::from_ref_time(118_892_000)
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(9))
|
||||
}
|
||||
@@ -88,8 +88,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Storage: Paras ActionsQueue (r:1 w:1)
|
||||
// Storage: Registrar Paras (r:1 w:1)
|
||||
fn trigger_onboard() -> Weight {
|
||||
// Minimum execution time: 29_893 nanoseconds.
|
||||
Weight::from_ref_time(30_727_000)
|
||||
// Minimum execution time: 33_959 nanoseconds.
|
||||
Weight::from_ref_time(34_834_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_parachains::configuration`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,8 +48,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Storage: Configuration BypassConsistencyCheck (r:1 w:0)
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
fn set_config_with_block_number() -> Weight {
|
||||
// Minimum execution time: 11_786 nanoseconds.
|
||||
Weight::from_ref_time(12_247_000)
|
||||
// Minimum execution time: 12_659 nanoseconds.
|
||||
Weight::from_ref_time(13_272_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -57,8 +57,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Storage: Configuration BypassConsistencyCheck (r:1 w:0)
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
fn set_config_with_u32() -> Weight {
|
||||
// Minimum execution time: 12_097 nanoseconds.
|
||||
Weight::from_ref_time(12_485_000)
|
||||
// Minimum execution time: 12_626 nanoseconds.
|
||||
Weight::from_ref_time(13_182_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -66,8 +66,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Storage: Configuration BypassConsistencyCheck (r:1 w:0)
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
fn set_config_with_option_u32() -> Weight {
|
||||
// Minimum execution time: 12_294 nanoseconds.
|
||||
Weight::from_ref_time(12_663_000)
|
||||
// Minimum execution time: 12_317 nanoseconds.
|
||||
Weight::from_ref_time(13_130_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Storage: Configuration BypassConsistencyCheck (r:1 w:0)
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
fn set_config_with_weight() -> Weight {
|
||||
// Minimum execution time: 11_914 nanoseconds.
|
||||
Weight::from_ref_time(12_307_000)
|
||||
// Minimum execution time: 12_759 nanoseconds.
|
||||
Weight::from_ref_time(13_084_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Storage: Configuration BypassConsistencyCheck (r:1 w:0)
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
fn set_config_with_balance() -> Weight {
|
||||
// Minimum execution time: 12_118 nanoseconds.
|
||||
Weight::from_ref_time(12_634_000)
|
||||
// Minimum execution time: 12_664 nanoseconds.
|
||||
Weight::from_ref_time(13_307_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_parachains::disputes`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,8 +46,8 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> runtime_parachains::disputes::WeightInfo for WeightInfo<T> {
|
||||
// Storage: ParasDisputes Frozen (r:0 w:1)
|
||||
fn force_unfreeze() -> Weight {
|
||||
// Minimum execution time: 4_200 nanoseconds.
|
||||
Weight::from_ref_time(4_360_000)
|
||||
// Minimum execution time: 3_977 nanoseconds.
|
||||
Weight::from_ref_time(4_134_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_parachains::hrmp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -50,11 +50,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0)
|
||||
// Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1)
|
||||
// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
fn hrmp_init_open_channel() -> Weight {
|
||||
// Minimum execution time: 41_559 nanoseconds.
|
||||
Weight::from_ref_time(42_012_000)
|
||||
// Minimum execution time: 44_648 nanoseconds.
|
||||
Weight::from_ref_time(46_135_000)
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -62,22 +62,22 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Storage: Paras ParaLifecycles (r:1 w:0)
|
||||
// Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0)
|
||||
// Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
fn hrmp_accept_open_channel() -> Weight {
|
||||
// Minimum execution time: 41_375 nanoseconds.
|
||||
Weight::from_ref_time(41_683_000)
|
||||
// Minimum execution time: 43_801 nanoseconds.
|
||||
Weight::from_ref_time(44_817_000)
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: Hrmp HrmpChannels (r:1 w:0)
|
||||
// Storage: Hrmp HrmpCloseChannelRequests (r:1 w:1)
|
||||
// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
|
||||
fn hrmp_close_channel() -> Weight {
|
||||
// Minimum execution time: 37_803 nanoseconds.
|
||||
Weight::from_ref_time(38_966_000)
|
||||
// Minimum execution time: 40_524 nanoseconds.
|
||||
Weight::from_ref_time(41_687_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -90,12 +90,12 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
/// The range of component `i` is `[0, 127]`.
|
||||
/// The range of component `e` is `[0, 127]`.
|
||||
fn force_clean_hrmp(i: u32, e: u32, ) -> Weight {
|
||||
// Minimum execution time: 887_709 nanoseconds.
|
||||
Weight::from_ref_time(893_096_000)
|
||||
// Standard Error: 80_786
|
||||
.saturating_add(Weight::from_ref_time(2_760_828).saturating_mul(i.into()))
|
||||
// Standard Error: 80_786
|
||||
.saturating_add(Weight::from_ref_time(2_839_523).saturating_mul(e.into()))
|
||||
// Minimum execution time: 1_062_813 nanoseconds.
|
||||
Weight::from_ref_time(1_071_047_000)
|
||||
// Standard Error: 94_970
|
||||
.saturating_add(Weight::from_ref_time(3_183_704).saturating_mul(i.into()))
|
||||
// Standard Error: 94_970
|
||||
.saturating_add(Weight::from_ref_time(3_195_135).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into())))
|
||||
@@ -113,10 +113,10 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Storage: Hrmp HrmpChannels (r:0 w:2)
|
||||
/// The range of component `c` is `[0, 128]`.
|
||||
fn force_process_hrmp_open(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 10_161 nanoseconds.
|
||||
Weight::from_ref_time(2_805_942)
|
||||
// Standard Error: 19_214
|
||||
.saturating_add(Weight::from_ref_time(16_198_878).saturating_mul(c.into()))
|
||||
// Minimum execution time: 10_556 nanoseconds.
|
||||
Weight::from_ref_time(5_257_898)
|
||||
// Standard Error: 13_645
|
||||
.saturating_add(Weight::from_ref_time(19_000_331).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -130,10 +130,10 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Storage: Hrmp HrmpChannelContents (r:0 w:2)
|
||||
/// The range of component `c` is `[0, 128]`.
|
||||
fn force_process_hrmp_close(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 6_661 nanoseconds.
|
||||
Weight::from_ref_time(6_707_000)
|
||||
// Standard Error: 7_204
|
||||
.saturating_add(Weight::from_ref_time(9_879_458).saturating_mul(c.into()))
|
||||
// Minimum execution time: 6_706 nanoseconds.
|
||||
Weight::from_ref_time(5_175_624)
|
||||
// Standard Error: 8_346
|
||||
.saturating_add(Weight::from_ref_time(11_645_579).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -144,10 +144,10 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1)
|
||||
/// The range of component `c` is `[0, 128]`.
|
||||
fn hrmp_cancel_open_request(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 25_572 nanoseconds.
|
||||
Weight::from_ref_time(31_222_401)
|
||||
// Standard Error: 3_850
|
||||
.saturating_add(Weight::from_ref_time(123_736).saturating_mul(c.into()))
|
||||
// Minimum execution time: 26_675 nanoseconds.
|
||||
Weight::from_ref_time(37_542_768)
|
||||
// Standard Error: 3_018
|
||||
.saturating_add(Weight::from_ref_time(170_426).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -155,10 +155,10 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2)
|
||||
/// The range of component `c` is `[0, 128]`.
|
||||
fn clean_open_channel_requests(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_728 nanoseconds.
|
||||
Weight::from_ref_time(2_759_936)
|
||||
// Standard Error: 3_955
|
||||
.saturating_add(Weight::from_ref_time(2_620_885).saturating_mul(c.into()))
|
||||
// Minimum execution time: 5_144 nanoseconds.
|
||||
Weight::from_ref_time(1_711_686)
|
||||
// Standard Error: 4_348
|
||||
.saturating_add(Weight::from_ref_time(3_237_177).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -170,13 +170,13 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0)
|
||||
// Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1)
|
||||
// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:2 w:2)
|
||||
// Storage: Dmp DownwardMessageQueues (r:2 w:2)
|
||||
// Storage: Dmp DownwardMessageQueueHeads (r:2 w:2)
|
||||
// Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0)
|
||||
// Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1)
|
||||
fn force_open_hrmp_channel() -> Weight {
|
||||
// Minimum execution time: 54_138 nanoseconds.
|
||||
Weight::from_ref_time(54_945_000)
|
||||
// Minimum execution time: 57_590 nanoseconds.
|
||||
Weight::from_ref_time(59_930_000)
|
||||
.saturating_add(T::DbWeight::get().reads(13))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_parachains::initializer`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,10 +47,10 @@ impl<T: frame_system::Config> runtime_parachains::initializer::WeightInfo for We
|
||||
// Storage: System Digest (r:1 w:1)
|
||||
/// The range of component `d` is `[0, 65536]`.
|
||||
fn force_approve(d: u32, ) -> Weight {
|
||||
// Minimum execution time: 7_946 nanoseconds.
|
||||
Weight::from_ref_time(11_012_462)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_323).saturating_mul(d.into()))
|
||||
// Minimum execution time: 8_246 nanoseconds.
|
||||
Weight::from_ref_time(8_587_000)
|
||||
// Standard Error: 16
|
||||
.saturating_add(Weight::from_ref_time(2_247).saturating_mul(d.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_parachains::paras`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -52,20 +52,20 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Storage: Paras CodeByHash (r:0 w:1)
|
||||
/// The range of component `c` is `[1, 3145728]`.
|
||||
fn force_set_current_code(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 36_931 nanoseconds.
|
||||
Weight::from_ref_time(37_260_000)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_311).saturating_mul(c.into()))
|
||||
// Minimum execution time: 37_698 nanoseconds.
|
||||
Weight::from_ref_time(92_541_581)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(2_563).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
// Storage: Paras Heads (r:0 w:1)
|
||||
/// The range of component `s` is `[1, 1048576]`.
|
||||
fn force_set_current_head(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 13_314 nanoseconds.
|
||||
Weight::from_ref_time(13_526_000)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(908).saturating_mul(s.into()))
|
||||
// Minimum execution time: 13_643 nanoseconds.
|
||||
Weight::from_ref_time(4_740_176)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_ref_time(1_132).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Paras FutureCodeHash (r:1 w:1)
|
||||
@@ -80,10 +80,10 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Storage: Paras UpgradeRestrictionSignal (r:0 w:1)
|
||||
/// The range of component `c` is `[1, 3145728]`.
|
||||
fn force_schedule_code_upgrade(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 63_313 nanoseconds.
|
||||
Weight::from_ref_time(63_713_000)
|
||||
// Minimum execution time: 64_369 nanoseconds.
|
||||
Weight::from_ref_time(95_993_323)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_333).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_612).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
@@ -92,18 +92,18 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
|
||||
/// The range of component `s` is `[1, 1048576]`.
|
||||
fn force_note_new_head(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 19_127 nanoseconds.
|
||||
Weight::from_ref_time(19_287_000)
|
||||
// Minimum execution time: 19_642 nanoseconds.
|
||||
Weight::from_ref_time(17_834_450)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(912).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_ref_time(1_102).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
// Storage: Paras ActionsQueue (r:1 w:1)
|
||||
fn force_queue_action() -> Weight {
|
||||
// Minimum execution time: 24_275 nanoseconds.
|
||||
Weight::from_ref_time(24_771_000)
|
||||
// Minimum execution time: 24_947 nanoseconds.
|
||||
Weight::from_ref_time(25_902_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -111,18 +111,18 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Storage: Paras CodeByHash (r:1 w:1)
|
||||
/// The range of component `c` is `[1, 3145728]`.
|
||||
fn add_trusted_validation_code(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 9_145 nanoseconds.
|
||||
Weight::from_ref_time(9_233_000)
|
||||
// Minimum execution time: 9_173 nanoseconds.
|
||||
Weight::from_ref_time(20_019_172)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_322).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_606).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Paras CodeByHashRefs (r:1 w:0)
|
||||
// Storage: Paras CodeByHash (r:0 w:1)
|
||||
fn poke_unused_validation_code() -> Weight {
|
||||
// Minimum execution time: 7_030 nanoseconds.
|
||||
Weight::from_ref_time(7_286_000)
|
||||
// Minimum execution time: 7_053 nanoseconds.
|
||||
Weight::from_ref_time(7_456_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -130,8 +130,8 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
// Storage: Paras PvfActiveVoteMap (r:1 w:1)
|
||||
fn include_pvf_check_statement() -> Weight {
|
||||
// Minimum execution time: 93_180 nanoseconds.
|
||||
Weight::from_ref_time(96_376_000)
|
||||
// Minimum execution time: 122_490 nanoseconds.
|
||||
Weight::from_ref_time(129_980_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -143,24 +143,19 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Storage: System Digest (r:1 w:1)
|
||||
// Storage: Paras FutureCodeUpgrades (r:0 w:100)
|
||||
fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight {
|
||||
// Minimum execution time: 647_052 nanoseconds.
|
||||
Weight::from_ref_time(651_007_000)
|
||||
// Minimum execution time: 789_304 nanoseconds.
|
||||
Weight::from_ref_time(797_651_000)
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(104))
|
||||
}
|
||||
// Storage: ParasShared ActiveValidatorKeys (r:1 w:0)
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
// Storage: Paras PvfActiveVoteMap (r:1 w:1)
|
||||
// Storage: Paras PvfActiveVoteList (r:1 w:1)
|
||||
// Storage: Paras CodeByHashRefs (r:1 w:1)
|
||||
// Storage: Paras CodeByHash (r:0 w:1)
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:100)
|
||||
// Storage: Paras FutureCodeHash (r:0 w:100)
|
||||
fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight {
|
||||
// Minimum execution time: 616_470 nanoseconds.
|
||||
Weight::from_ref_time(619_625_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(204))
|
||||
// Minimum execution time: 120_013 nanoseconds.
|
||||
Weight::from_ref_time(126_801_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: ParasShared ActiveValidatorKeys (r:1 w:0)
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
@@ -168,24 +163,18 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Storage: Paras PvfActiveVoteList (r:1 w:1)
|
||||
// Storage: Paras ActionsQueue (r:1 w:1)
|
||||
fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight {
|
||||
// Minimum execution time: 498_855 nanoseconds.
|
||||
Weight::from_ref_time(504_047_000)
|
||||
// Minimum execution time: 603_051 nanoseconds.
|
||||
Weight::from_ref_time(621_272_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: ParasShared ActiveValidatorKeys (r:1 w:0)
|
||||
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
||||
// Storage: Paras PvfActiveVoteMap (r:1 w:1)
|
||||
// Storage: Paras PvfActiveVoteList (r:1 w:1)
|
||||
// Storage: Paras CodeByHashRefs (r:1 w:1)
|
||||
// Storage: Paras ParaLifecycles (r:0 w:100)
|
||||
// Storage: Paras CodeByHash (r:0 w:1)
|
||||
// Storage: Paras CurrentCodeHash (r:0 w:100)
|
||||
// Storage: Paras UpcomingParasGenesis (r:0 w:100)
|
||||
fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight {
|
||||
// Minimum execution time: 681_775 nanoseconds.
|
||||
Weight::from_ref_time(696_229_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(304))
|
||||
// Minimum execution time: 116_243 nanoseconds.
|
||||
Weight::from_ref_time(124_623_000)
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `runtime_parachains::paras_inherent`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -76,10 +76,10 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
|
||||
/// The range of component `v` is `[10, 200]`.
|
||||
fn enter_variable_disputes(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 763_387 nanoseconds.
|
||||
Weight::from_ref_time(300_826_553)
|
||||
// Standard Error: 27_892
|
||||
.saturating_add(Weight::from_ref_time(48_308_988).saturating_mul(v.into()))
|
||||
// Minimum execution time: 963_342 nanoseconds.
|
||||
Weight::from_ref_time(422_800_158)
|
||||
// Standard Error: 16_077
|
||||
.saturating_add(Weight::from_ref_time(56_668_445).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(27))
|
||||
.saturating_add(T::DbWeight::get().writes(16))
|
||||
}
|
||||
@@ -114,8 +114,8 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
|
||||
// Storage: Paras Heads (r:0 w:1)
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
|
||||
fn enter_bitfields() -> Weight {
|
||||
// Minimum execution time: 331_547 nanoseconds.
|
||||
Weight::from_ref_time(344_794_000)
|
||||
// Minimum execution time: 450_975 nanoseconds.
|
||||
Weight::from_ref_time(469_943_000)
|
||||
.saturating_add(T::DbWeight::get().reads(26))
|
||||
.saturating_add(T::DbWeight::get().writes(17))
|
||||
}
|
||||
@@ -152,10 +152,10 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
|
||||
/// The range of component `v` is `[101, 200]`.
|
||||
fn enter_backed_candidates_variable(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 5_611_326 nanoseconds.
|
||||
Weight::from_ref_time(888_558_395)
|
||||
// Standard Error: 44_447
|
||||
.saturating_add(Weight::from_ref_time(47_755_070).saturating_mul(v.into()))
|
||||
// Minimum execution time: 6_744_406 nanoseconds.
|
||||
Weight::from_ref_time(1_090_385_708)
|
||||
// Standard Error: 20_590
|
||||
.saturating_add(Weight::from_ref_time(56_359_319).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(29))
|
||||
.saturating_add(T::DbWeight::get().writes(16))
|
||||
}
|
||||
@@ -193,8 +193,8 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
|
||||
// Storage: Paras Heads (r:0 w:1)
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
|
||||
fn enter_backed_candidate_code_upgrade() -> Weight {
|
||||
// Minimum execution time: 38_715_051 nanoseconds.
|
||||
Weight::from_ref_time(39_023_320_000)
|
||||
// Minimum execution time: 46_519_107 nanoseconds.
|
||||
Weight::from_ref_time(46_970_255_000)
|
||||
.saturating_add(T::DbWeight::get().reads(31))
|
||||
.saturating_add(T::DbWeight::get().writes(16))
|
||||
}
|
||||
|
||||
@@ -16,25 +16,23 @@
|
||||
//! Autogenerated weights for `runtime_parachains::ump`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
// /home/benchbot/cargo_target_dir/production/polkadot
|
||||
// ./target/production/polkadot
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=kusama-dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=runtime_parachains::ump
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json
|
||||
// --pallet=runtime_parachains::ump
|
||||
// --chain=kusama-dev
|
||||
// --header=./file_header.txt
|
||||
// --output=./runtime/kusama/src/weights/
|
||||
// --output=./runtime/kusama/src/weights/runtime_parachains_ump.rs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![allow(unused_parens)]
|
||||
@@ -48,26 +46,26 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> runtime_parachains::ump::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[0, 51200]`.
|
||||
fn process_upward_message(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 10_393 nanoseconds.
|
||||
Weight::from_ref_time(2_845_995)
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_ref_time(2_016).saturating_mul(s.into()))
|
||||
// Minimum execution time: 10_988 nanoseconds.
|
||||
Weight::from_ref_time(2_555_693)
|
||||
// Standard Error: 15
|
||||
.saturating_add(Weight::from_ref_time(2_393).saturating_mul(s.into()))
|
||||
}
|
||||
// Storage: Ump NeedsDispatch (r:1 w:1)
|
||||
// Storage: Ump NextDispatchRoundStartWith (r:1 w:1)
|
||||
// Storage: Ump RelayDispatchQueues (r:0 w:1)
|
||||
// Storage: Ump RelayDispatchQueueSize (r:0 w:1)
|
||||
fn clean_ump_after_outgoing() -> Weight {
|
||||
// Minimum execution time: 9_686 nanoseconds.
|
||||
Weight::from_ref_time(9_920_000)
|
||||
// Minimum execution time: 9_226 nanoseconds.
|
||||
Weight::from_ref_time(9_749_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: Ump Overweight (r:1 w:1)
|
||||
// Storage: Ump CounterForOverweight (r:1 w:1)
|
||||
fn service_overweight() -> Weight {
|
||||
// Minimum execution time: 28_502 nanoseconds.
|
||||
Weight::from_ref_time(28_900_000)
|
||||
// Minimum execution time: 29_394 nanoseconds.
|
||||
Weight::from_ref_time(30_165_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user