mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +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_utility
|
||||
//!
|
||||
//! 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_utility
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -63,44 +66,44 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_742 nanoseconds.
|
||||
Weight::from_parts(16_087_635, 0)
|
||||
// Standard Error: 2_411
|
||||
.saturating_add(Weight::from_parts(3_665_506, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_828_000 picoseconds.
|
||||
Weight::from_parts(13_806_712, 0)
|
||||
// Standard Error: 2_750
|
||||
.saturating_add(Weight::from_parts(4_169_287, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_802 nanoseconds.
|
||||
Weight::from_parts(5_269_000, 0)
|
||||
// Minimum execution time: 5_835_000 picoseconds.
|
||||
Weight::from_parts(6_305_000, 0)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_100 nanoseconds.
|
||||
Weight::from_parts(14_090_381, 0)
|
||||
// Standard Error: 1_917
|
||||
.saturating_add(Weight::from_parts(3_744_891, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 8_010_000 picoseconds.
|
||||
Weight::from_parts(10_539_696, 0)
|
||||
// Standard Error: 2_681
|
||||
.saturating_add(Weight::from_parts(4_368_716, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_840 nanoseconds.
|
||||
Weight::from_parts(9_280_000, 0)
|
||||
// Minimum execution time: 10_139_000 picoseconds.
|
||||
Weight::from_parts(10_679_000, 0)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_245 nanoseconds.
|
||||
Weight::from_parts(14_292_923, 0)
|
||||
// Standard Error: 1_803
|
||||
.saturating_add(Weight::from_parts(3_645_950, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_960_000 picoseconds.
|
||||
Weight::from_parts(16_874_350, 0)
|
||||
// Standard Error: 3_040
|
||||
.saturating_add(Weight::from_parts(4_151_507, 0).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,43 +114,43 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_742 nanoseconds.
|
||||
Weight::from_parts(16_087_635, 0)
|
||||
// Standard Error: 2_411
|
||||
.saturating_add(Weight::from_parts(3_665_506, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_828_000 picoseconds.
|
||||
Weight::from_parts(13_806_712, 0)
|
||||
// Standard Error: 2_750
|
||||
.saturating_add(Weight::from_parts(4_169_287, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_802 nanoseconds.
|
||||
Weight::from_parts(5_269_000, 0)
|
||||
// Minimum execution time: 5_835_000 picoseconds.
|
||||
Weight::from_parts(6_305_000, 0)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_100 nanoseconds.
|
||||
Weight::from_parts(14_090_381, 0)
|
||||
// Standard Error: 1_917
|
||||
.saturating_add(Weight::from_parts(3_744_891, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 8_010_000 picoseconds.
|
||||
Weight::from_parts(10_539_696, 0)
|
||||
// Standard Error: 2_681
|
||||
.saturating_add(Weight::from_parts(4_368_716, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_840 nanoseconds.
|
||||
Weight::from_parts(9_280_000, 0)
|
||||
// Minimum execution time: 10_139_000 picoseconds.
|
||||
Weight::from_parts(10_679_000, 0)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_245 nanoseconds.
|
||||
Weight::from_parts(14_292_923, 0)
|
||||
// Standard Error: 1_803
|
||||
.saturating_add(Weight::from_parts(3_645_950, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_960_000 picoseconds.
|
||||
Weight::from_parts(16_874_350, 0)
|
||||
// Standard Error: 3_040
|
||||
.saturating_add(Weight::from_parts(4_151_507, 0).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user