mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Update all weights (#13614)
* Empty commit * ".git/.scripts/commands/bench/bench.sh" all --------- Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
b117dbdf08
commit
3a3d93afee
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_whitelist
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,6 +31,9 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_whitelist
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -64,9 +67,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn whitelist_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 18_618 nanoseconds.
|
||||
Weight::from_parts(19_133_000, 5081)
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 21_530_000 picoseconds.
|
||||
Weight::from_parts(21_986_000, 7061)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -77,9 +80,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_whitelisted_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 16_685 nanoseconds.
|
||||
Weight::from_parts(17_325_000, 5081)
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 18_980_000 picoseconds.
|
||||
Weight::from_parts(19_474_000, 7061)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -92,12 +95,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 4194294]`.
|
||||
fn dispatch_whitelisted_call(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `454 + n * (1 ±0)`
|
||||
// Estimated: `8007 + n * (1 ±0)`
|
||||
// Minimum execution time: 27_539 nanoseconds.
|
||||
Weight::from_parts(27_950_000, 8007)
|
||||
// Measured: `422 + n * (1 ±0)`
|
||||
// Estimated: `10947 + n * (1 ±0)`
|
||||
// Minimum execution time: 32_377_000 picoseconds.
|
||||
Weight::from_parts(32_643_000, 10947)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_134, 0).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(1_147, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
||||
@@ -110,11 +113,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 20_581 nanoseconds.
|
||||
Weight::from_parts(21_762_318, 5081)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_480, 0).saturating_mul(n.into()))
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 23_421_000 picoseconds.
|
||||
Weight::from_parts(24_488_523, 7061)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_217, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -129,9 +132,9 @@ impl WeightInfo for () {
|
||||
fn whitelist_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 18_618 nanoseconds.
|
||||
Weight::from_parts(19_133_000, 5081)
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 21_530_000 picoseconds.
|
||||
Weight::from_parts(21_986_000, 7061)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -142,9 +145,9 @@ impl WeightInfo for () {
|
||||
fn remove_whitelisted_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 16_685 nanoseconds.
|
||||
Weight::from_parts(17_325_000, 5081)
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 18_980_000 picoseconds.
|
||||
Weight::from_parts(19_474_000, 7061)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -157,12 +160,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 4194294]`.
|
||||
fn dispatch_whitelisted_call(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `454 + n * (1 ±0)`
|
||||
// Estimated: `8007 + n * (1 ±0)`
|
||||
// Minimum execution time: 27_539 nanoseconds.
|
||||
Weight::from_parts(27_950_000, 8007)
|
||||
// Measured: `422 + n * (1 ±0)`
|
||||
// Estimated: `10947 + n * (1 ±0)`
|
||||
// Minimum execution time: 32_377_000 picoseconds.
|
||||
Weight::from_parts(32_643_000, 10947)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_134, 0).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(1_147, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
||||
@@ -175,11 +178,11 @@ impl WeightInfo for () {
|
||||
fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 20_581 nanoseconds.
|
||||
Weight::from_parts(21_762_318, 5081)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_480, 0).saturating_mul(n.into()))
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 23_421_000 picoseconds.
|
||||
Weight::from_parts(24_488_523, 7061)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_217, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user