mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 21:11:07 +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_timestamp
|
||||
//!
|
||||
//! 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_timestamp
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -62,9 +65,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `312`
|
||||
// Estimated: `1006`
|
||||
// Minimum execution time: 9_106 nanoseconds.
|
||||
Weight::from_parts(9_258_000, 1006)
|
||||
// Estimated: `2986`
|
||||
// Minimum execution time: 10_913_000 picoseconds.
|
||||
Weight::from_parts(11_453_000, 2986)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -72,8 +75,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_927 nanoseconds.
|
||||
Weight::from_parts(4_078_000, 0)
|
||||
// Minimum execution time: 4_400_000 picoseconds.
|
||||
Weight::from_parts(4_550_000, 0)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,9 +89,9 @@ impl WeightInfo for () {
|
||||
fn set() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `312`
|
||||
// Estimated: `1006`
|
||||
// Minimum execution time: 9_106 nanoseconds.
|
||||
Weight::from_parts(9_258_000, 1006)
|
||||
// Estimated: `2986`
|
||||
// Minimum execution time: 10_913_000 picoseconds.
|
||||
Weight::from_parts(11_453_000, 2986)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -96,7 +99,7 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_927 nanoseconds.
|
||||
Weight::from_parts(4_078_000, 0)
|
||||
// Minimum execution time: 4_400_000 picoseconds.
|
||||
Weight::from_parts(4_550_000, 0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user