mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
update weights (#6897)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_parachains::configuration`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
|
||||
@@ -54,10 +54,10 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
fn set_config_with_block_number() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `90`
|
||||
// Estimated: `1755`
|
||||
// Minimum execution time: 9_185 nanoseconds.
|
||||
Weight::from_parts(9_492_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1755))
|
||||
// Estimated: `4725`
|
||||
// Minimum execution time: 9_426_000 picoseconds.
|
||||
Weight::from_parts(9_764_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4725))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -70,10 +70,10 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
fn set_config_with_u32() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `90`
|
||||
// Estimated: `1755`
|
||||
// Minimum execution time: 9_350 nanoseconds.
|
||||
Weight::from_parts(9_740_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1755))
|
||||
// Estimated: `4725`
|
||||
// Minimum execution time: 9_836_000 picoseconds.
|
||||
Weight::from_parts(10_178_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4725))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -86,10 +86,10 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
fn set_config_with_option_u32() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `90`
|
||||
// Estimated: `1755`
|
||||
// Minimum execution time: 9_462 nanoseconds.
|
||||
Weight::from_parts(9_762_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1755))
|
||||
// Estimated: `4725`
|
||||
// Minimum execution time: 9_515_000 picoseconds.
|
||||
Weight::from_parts(9_857_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4725))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -102,10 +102,10 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
fn set_config_with_weight() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `90`
|
||||
// Estimated: `1755`
|
||||
// Minimum execution time: 9_576 nanoseconds.
|
||||
Weight::from_parts(9_879_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1755))
|
||||
// Estimated: `4725`
|
||||
// Minimum execution time: 9_432_000 picoseconds.
|
||||
Weight::from_parts(9_864_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4725))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -115,7 +115,7 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_000_000_000 nanoseconds.
|
||||
// Minimum execution time: 2_000_000_000_000 picoseconds.
|
||||
Weight::from_parts(2_000_000_000_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
@@ -128,10 +128,10 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
fn set_config_with_balance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `90`
|
||||
// Estimated: `1755`
|
||||
// Minimum execution time: 9_608 nanoseconds.
|
||||
Weight::from_parts(9_928_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1755))
|
||||
// Estimated: `4725`
|
||||
// Minimum execution time: 9_655_000 picoseconds.
|
||||
Weight::from_parts(9_975_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4725))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user