Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[benchmarks] pr with weights (#2093)
Browse files Browse the repository at this point in the history
Co-authored-by: paritytech-ci <[email protected]>
  • Loading branch information
EgorPopelyaev and paritytech-ci committed Jan 17, 2023
1 parent b429a3f commit 00b4cfd
Show file tree
Hide file tree
Showing 20 changed files with 320 additions and 320 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-12-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -48,15 +48,15 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
// Storage: XcmpQueue QueueConfig (r:1 w:1)
fn set_config_with_u32() -> Weight {
// Minimum execution time: 6_810 nanoseconds.
Weight::from_ref_time(7_136_000)
// Minimum execution time: 6_662 nanoseconds.
Weight::from_ref_time(6_927_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: XcmpQueue QueueConfig (r:1 w:1)
fn set_config_with_weight() -> Weight {
// Minimum execution time: 6_891 nanoseconds.
Weight::from_ref_time(7_220_000)
// Minimum execution time: 6_615 nanoseconds.
Weight::from_ref_time(6_844_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
//! Autogenerated weights for `frame_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-12-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -48,51 +48,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_681 nanoseconds.
Weight::from_ref_time(3_824_000)
// Minimum execution time: 3_740 nanoseconds.
Weight::from_ref_time(3_800_000)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(411).saturating_mul(b.into()))
.saturating_add(Weight::from_ref_time(410).saturating_mul(b.into()))
}
/// The range of component `b` is `[0, 3932160]`.
fn remark_with_event(b: u32, ) -> Weight {
// Minimum execution time: 12_708 nanoseconds.
Weight::from_ref_time(12_912_000)
// Minimum execution time: 12_549 nanoseconds.
Weight::from_ref_time(12_645_000)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(1_773).saturating_mul(b.into()))
.saturating_add(Weight::from_ref_time(1_757).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: 7_668 nanoseconds.
Weight::from_ref_time(8_140_000)
// Minimum execution time: 7_622 nanoseconds.
Weight::from_ref_time(7_949_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_888 nanoseconds.
Weight::from_ref_time(3_952_000)
// Standard Error: 2_160
.saturating_add(Weight::from_ref_time(615_707).saturating_mul(i.into()))
// Minimum execution time: 3_662 nanoseconds.
Weight::from_ref_time(3_777_000)
// Standard Error: 2_163
.saturating_add(Weight::from_ref_time(611_248).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_878 nanoseconds.
Weight::from_ref_time(3_991_000)
// Standard Error: 972
.saturating_add(Weight::from_ref_time(445_105).saturating_mul(i.into()))
// Minimum execution time: 3_763 nanoseconds.
Weight::from_ref_time(3_848_000)
// Standard Error: 877
.saturating_add(Weight::from_ref_time(456_728).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: 5_434 nanoseconds.
Weight::from_ref_time(5_510_000)
// Standard Error: 1_293
.saturating_add(Weight::from_ref_time(967_708).saturating_mul(p.into()))
// Minimum execution time: 5_363 nanoseconds.
Weight::from_ref_time(5_438_000)
// Standard Error: 1_392
.saturating_add(Weight::from_ref_time(978_840).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
//! Autogenerated weights for `pallet_balances`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-12-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -48,50 +48,50 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Storage: System Account (r:1 w:1)
fn transfer() -> Weight {
// Minimum execution time: 41_525 nanoseconds.
Weight::from_ref_time(42_161_000)
// Minimum execution time: 41_275 nanoseconds.
Weight::from_ref_time(42_025_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: System Account (r:1 w:1)
fn transfer_keep_alive() -> Weight {
// Minimum execution time: 31_463 nanoseconds.
Weight::from_ref_time(32_025_000)
// Minimum execution time: 31_167 nanoseconds.
Weight::from_ref_time(31_665_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: System Account (r:1 w:1)
fn set_balance_creating() -> Weight {
// Minimum execution time: 23_495 nanoseconds.
Weight::from_ref_time(23_752_000)
// Minimum execution time: 23_608 nanoseconds.
Weight::from_ref_time(23_965_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: System Account (r:1 w:1)
fn set_balance_killing() -> Weight {
// Minimum execution time: 25_757 nanoseconds.
Weight::from_ref_time(26_221_000)
// Minimum execution time: 25_785 nanoseconds.
Weight::from_ref_time(26_194_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: System Account (r:2 w:2)
fn force_transfer() -> Weight {
// Minimum execution time: 40_260 nanoseconds.
Weight::from_ref_time(41_057_000)
// Minimum execution time: 41_436 nanoseconds.
Weight::from_ref_time(42_082_000)
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: System Account (r:1 w:1)
fn transfer_all() -> Weight {
// Minimum execution time: 36_058 nanoseconds.
Weight::from_ref_time(36_775_000)
// Minimum execution time: 36_788 nanoseconds.
Weight::from_ref_time(37_177_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: System Account (r:1 w:1)
fn force_unreserve() -> Weight {
// Minimum execution time: 20_161 nanoseconds.
Weight::from_ref_time(20_559_000)
// Minimum execution time: 20_699 nanoseconds.
Weight::from_ref_time(21_117_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
//! Autogenerated weights for `pallet_collator_selection`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-12-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -50,23 +50,23 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Storage: CollatorSelection Invulnerables (r:0 w:1)
/// The range of component `b` is `[1, 100]`.
fn set_invulnerables(b: u32, ) -> Weight {
// Minimum execution time: 20_105 nanoseconds.
Weight::from_ref_time(23_402_474)
// Standard Error: 5_913
.saturating_add(Weight::from_ref_time(2_214_697).saturating_mul(b.into()))
// Minimum execution time: 20_398 nanoseconds.
Weight::from_ref_time(22_359_274)
// Standard Error: 4_177
.saturating_add(Weight::from_ref_time(2_236_755).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
fn set_desired_candidates() -> Weight {
// Minimum execution time: 12_491 nanoseconds.
Weight::from_ref_time(12_788_000)
// Minimum execution time: 12_979 nanoseconds.
Weight::from_ref_time(13_173_000)
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
fn set_candidacy_bond() -> Weight {
// Minimum execution time: 12_882 nanoseconds.
Weight::from_ref_time(13_141_000)
// Minimum execution time: 13_569 nanoseconds.
Weight::from_ref_time(13_978_000)
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: CollatorSelection Candidates (r:1 w:1)
Expand All @@ -77,30 +77,30 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
/// The range of component `c` is `[1, 999]`.
fn register_as_candidate(c: u32, ) -> Weight {
// Minimum execution time: 44_532 nanoseconds.
Weight::from_ref_time(40_138_818)
// Standard Error: 987
.saturating_add(Weight::from_ref_time(126_048).saturating_mul(c.into()))
// Minimum execution time: 44_625 nanoseconds.
Weight::from_ref_time(40_476_874)
// Standard Error: 1_052
.saturating_add(Weight::from_ref_time(134_962).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: CollatorSelection Candidates (r:1 w:1)
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
/// The range of component `c` is `[6, 1000]`.
fn leave_intent(c: u32, ) -> Weight {
// Minimum execution time: 32_931 nanoseconds.
Weight::from_ref_time(26_038_824)
// Standard Error: 1_099
.saturating_add(Weight::from_ref_time(123_313).saturating_mul(c.into()))
// Minimum execution time: 34_866 nanoseconds.
Weight::from_ref_time(26_318_951)
// Standard Error: 1_082
.saturating_add(Weight::from_ref_time(129_763).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: System Account (r:2 w:2)
// Storage: System BlockWeight (r:1 w:1)
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
fn note_author() -> Weight {
// Minimum execution time: 30_412 nanoseconds.
Weight::from_ref_time(30_796_000)
// Minimum execution time: 31_597 nanoseconds.
Weight::from_ref_time(32_199_000)
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(4))
}
Expand All @@ -112,10 +112,10 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// The range of component `r` is `[1, 1000]`.
/// The range of component `c` is `[1, 1000]`.
fn new_session(_r: u32, c: u32, ) -> Weight {
// Minimum execution time: 18_664 nanoseconds.
Weight::from_ref_time(19_115_000)
// Standard Error: 745_087
.saturating_add(Weight::from_ref_time(26_635_575).saturating_mul(c.into()))
// Minimum execution time: 18_883 nanoseconds.
Weight::from_ref_time(19_004_000)
// Standard Error: 755_275
.saturating_add(Weight::from_ref_time(27_234_739).saturating_mul(c.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().writes(1))
Expand Down
Loading

0 comments on commit 00b4cfd

Please sign in to comment.