mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-10 17:11:03 +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,26 +18,28 @@
|
||||
//! Autogenerated weights for frame_benchmarking
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-06, 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: `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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=frame_benchmarking
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json
|
||||
// --pallet=frame_benchmarking
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/benchmarking/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -65,49 +67,49 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 168_000 picoseconds.
|
||||
Weight::from_parts(237_577, 0)
|
||||
// Minimum execution time: 205_000 picoseconds.
|
||||
Weight::from_parts(263_483, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn subtraction(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 169_000 picoseconds.
|
||||
Weight::from_parts(224_111, 0)
|
||||
// Minimum execution time: 186_000 picoseconds.
|
||||
Weight::from_parts(257_588, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn multiplication(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 175_000 picoseconds.
|
||||
Weight::from_parts(229_708, 0)
|
||||
// Minimum execution time: 192_000 picoseconds.
|
||||
Weight::from_parts(264_271, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn division(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 173_000 picoseconds.
|
||||
Weight::from_parts(229_855, 0)
|
||||
// Minimum execution time: 191_000 picoseconds.
|
||||
Weight::from_parts(250_785, 0)
|
||||
}
|
||||
fn hashing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 21_286_627_000 picoseconds.
|
||||
Weight::from_parts(21_405_011_000, 0)
|
||||
// Minimum execution time: 21_405_207_000 picoseconds.
|
||||
Weight::from_parts(21_534_243_000, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 100]`.
|
||||
fn sr25519_verification(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 239_000 picoseconds.
|
||||
Weight::from_parts(661_987, 0)
|
||||
// Standard Error: 24_324
|
||||
.saturating_add(Weight::from_parts(47_322_399, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 255_000 picoseconds.
|
||||
Weight::from_parts(271_000, 0)
|
||||
// Standard Error: 12_788
|
||||
.saturating_add(Weight::from_parts(47_469_387, 0).saturating_mul(i.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,48 +120,48 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 168_000 picoseconds.
|
||||
Weight::from_parts(237_577, 0)
|
||||
// Minimum execution time: 205_000 picoseconds.
|
||||
Weight::from_parts(263_483, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn subtraction(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 169_000 picoseconds.
|
||||
Weight::from_parts(224_111, 0)
|
||||
// Minimum execution time: 186_000 picoseconds.
|
||||
Weight::from_parts(257_588, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn multiplication(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 175_000 picoseconds.
|
||||
Weight::from_parts(229_708, 0)
|
||||
// Minimum execution time: 192_000 picoseconds.
|
||||
Weight::from_parts(264_271, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn division(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 173_000 picoseconds.
|
||||
Weight::from_parts(229_855, 0)
|
||||
// Minimum execution time: 191_000 picoseconds.
|
||||
Weight::from_parts(250_785, 0)
|
||||
}
|
||||
fn hashing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 21_286_627_000 picoseconds.
|
||||
Weight::from_parts(21_405_011_000, 0)
|
||||
// Minimum execution time: 21_405_207_000 picoseconds.
|
||||
Weight::from_parts(21_534_243_000, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 100]`.
|
||||
fn sr25519_verification(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 239_000 picoseconds.
|
||||
Weight::from_parts(661_987, 0)
|
||||
// Standard Error: 24_324
|
||||
.saturating_add(Weight::from_parts(47_322_399, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 255_000 picoseconds.
|
||||
Weight::from_parts(271_000, 0)
|
||||
// Standard Error: 12_788
|
||||
.saturating_add(Weight::from_parts(47_469_387, 0).saturating_mul(i.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user