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 (#2244)
Browse files Browse the repository at this point in the history
Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
  • Loading branch information
paritytech-ci and paritytech-ci authored Feb 28, 2023
1 parent 1889c39 commit 5486c89
Show file tree
Hide file tree
Showing 39 changed files with 1,070 additions and 1,072 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-osnnfcqu-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-9fxy16xz-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
// Executed Command:
Expand Down Expand Up @@ -53,8 +53,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `571`
// Minimum execution time: 4_757 nanoseconds.
Weight::from_parts(5_021_000, 571)
// Minimum execution time: 4_840 nanoseconds.
Weight::from_parts(5_169_000, 571)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand All @@ -64,8 +64,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `571`
// Minimum execution time: 4_681 nanoseconds.
Weight::from_parts(5_065_000, 571)
// Minimum execution time: 4_743 nanoseconds.
Weight::from_parts(5_184_000, 571)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand Down
46 changes: 23 additions & 23 deletions parachains/runtimes/assets/statemine/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
//! Autogenerated weights for `frame_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-osnnfcqu-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-9fxy16xz-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
// Executed Command:
Expand Down Expand Up @@ -52,20 +52,20 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_415 nanoseconds.
Weight::from_ref_time(398_593)
// Minimum execution time: 1_536 nanoseconds.
Weight::from_ref_time(1_615_000)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(475).saturating_mul(b.into()))
.saturating_add(Weight::from_ref_time(547).saturating_mul(b.into()))
}
/// The range of component `b` is `[0, 3932160]`.
fn remark_with_event(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_389 nanoseconds.
Weight::from_ref_time(17_241_977)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(2_032).saturating_mul(b.into()))
// Minimum execution time: 6_343 nanoseconds.
Weight::from_ref_time(34_299_616)
// Standard Error: 3
.saturating_add(Weight::from_ref_time(2_176).saturating_mul(b.into()))
}
/// Storage: System Digest (r:1 w:1)
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
Expand All @@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `495`
// Minimum execution time: 3_053 nanoseconds.
Weight::from_parts(3_396_000, 495)
// Minimum execution time: 3_141 nanoseconds.
Weight::from_parts(3_494_000, 495)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
Expand All @@ -87,10 +87,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_503 nanoseconds.
Weight::from_ref_time(1_590_000)
// Standard Error: 2_019
.saturating_add(Weight::from_ref_time(626_253).saturating_mul(i.into()))
// Minimum execution time: 1_542 nanoseconds.
Weight::from_ref_time(1_633_000)
// Standard Error: 2_281
.saturating_add(Weight::from_ref_time(670_928).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: Skipped Metadata (r:0 w:0)
Expand All @@ -100,10 +100,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_440 nanoseconds.
Weight::from_ref_time(1_583_000)
// Standard Error: 844
.saturating_add(Weight::from_ref_time(503_329).saturating_mul(i.into()))
// Minimum execution time: 1_494 nanoseconds.
Weight::from_ref_time(1_636_000)
// Standard Error: 1_279
.saturating_add(Weight::from_ref_time(534_305).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: Skipped Metadata (r:0 w:0)
Expand All @@ -113,10 +113,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `81 + p * (69 ±0)`
// Estimated: `72 + p * (70 ±0)`
// Minimum execution time: 3_054 nanoseconds.
Weight::from_parts(3_150_000, 72)
// Standard Error: 1_448
.saturating_add(Weight::from_ref_time(1_124_082).saturating_mul(p.into()))
// Minimum execution time: 3_057 nanoseconds.
Weight::from_parts(3_245_000, 72)
// Standard Error: 2_455
.saturating_add(Weight::from_ref_time(1_228_505).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
}
Expand Down
Loading

0 comments on commit 5486c89

Please sign in to comment.