mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31: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("rococo-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_771 nanoseconds.
|
||||
Weight::from_ref_time(3_915_000)
|
||||
// Minimum execution time: 3_782 nanoseconds.
|
||||
Weight::from_ref_time(2_142_077)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(412).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(481).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 12_101 nanoseconds.
|
||||
Weight::from_ref_time(12_376_000)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(1_772).saturating_mul(b.into()))
|
||||
// Minimum execution time: 13_557 nanoseconds.
|
||||
Weight::from_ref_time(194_218_997)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_891).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_271 nanoseconds.
|
||||
Weight::from_ref_time(8_385_000)
|
||||
// Minimum execution time: 8_533 nanoseconds.
|
||||
Weight::from_ref_time(9_115_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_994 nanoseconds.
|
||||
Weight::from_ref_time(4_027_000)
|
||||
// Standard Error: 2_234
|
||||
.saturating_add(Weight::from_ref_time(620_728).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_819 nanoseconds.
|
||||
Weight::from_ref_time(3_954_000)
|
||||
// Standard Error: 2_051
|
||||
.saturating_add(Weight::from_ref_time(686_836).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_936 nanoseconds.
|
||||
Weight::from_ref_time(4_057_000)
|
||||
// Standard Error: 836
|
||||
.saturating_add(Weight::from_ref_time(445_279).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_780 nanoseconds.
|
||||
Weight::from_ref_time(3_934_000)
|
||||
// Standard Error: 944
|
||||
.saturating_add(Weight::from_ref_time(512_590).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_440 nanoseconds.
|
||||
Weight::from_ref_time(5_583_000)
|
||||
// Standard Error: 1_226
|
||||
.saturating_add(Weight::from_ref_time(973_568).saturating_mul(p.into()))
|
||||
// Minimum execution time: 5_580 nanoseconds.
|
||||
Weight::from_ref_time(5_629_000)
|
||||
// Standard Error: 1_287
|
||||
.saturating_add(Weight::from_ref_time(1_167_339).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user