mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51: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_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())))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user