mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 20:21:03 +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_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: `bm4`, 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("westend-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_670 nanoseconds.
|
||||
Weight::from_ref_time(3_782_000)
|
||||
// Minimum execution time: 3_854 nanoseconds.
|
||||
Weight::from_ref_time(301_345)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(412).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(482).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 12_822 nanoseconds.
|
||||
Weight::from_ref_time(13_035_000)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(1_774).saturating_mul(b.into()))
|
||||
// Minimum execution time: 13_378 nanoseconds.
|
||||
Weight::from_ref_time(13_835_000)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_ref_time(2_054).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_303 nanoseconds.
|
||||
Weight::from_ref_time(8_480_000)
|
||||
// Minimum execution time: 8_776 nanoseconds.
|
||||
Weight::from_ref_time(9_105_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_960 nanoseconds.
|
||||
Weight::from_ref_time(4_127_000)
|
||||
// Standard Error: 2_071
|
||||
.saturating_add(Weight::from_ref_time(618_526).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_963 nanoseconds.
|
||||
Weight::from_ref_time(4_141_000)
|
||||
// Standard Error: 2_146
|
||||
.saturating_add(Weight::from_ref_time(688_366).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_840 nanoseconds.
|
||||
Weight::from_ref_time(3_969_000)
|
||||
// Standard Error: 1_011
|
||||
.saturating_add(Weight::from_ref_time(451_162).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_837 nanoseconds.
|
||||
Weight::from_ref_time(3_945_000)
|
||||
// Standard Error: 878
|
||||
.saturating_add(Weight::from_ref_time(510_270).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_512 nanoseconds.
|
||||
Weight::from_ref_time(5_574_000)
|
||||
// Standard Error: 1_260
|
||||
.saturating_add(Weight::from_ref_time(971_429).saturating_mul(p.into()))
|
||||
// Minimum execution time: 5_601 nanoseconds.
|
||||
Weight::from_ref_time(5_791_000)
|
||||
// Standard Error: 1_315
|
||||
.saturating_add(Weight::from_ref_time(1_159_943).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user