-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run quick benchmarks, remove benchmarks not present in kusama
- Loading branch information
Showing
5 changed files
with
389 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92 changes: 92 additions & 0 deletions
92
chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_beefy_mmr.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
// Copyright (C) Moondance Labs Ltd. | ||
// This file is part of Tanssi. | ||
|
||
// Tanssi is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
|
||
// Tanssi is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
|
||
// You should have received a copy of the GNU General Public License | ||
// along with Tanssi. If not, see <http://www.gnu.org/licenses/> | ||
|
||
|
||
//! Autogenerated weights for pallet_beefy_mmr | ||
//! | ||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 | ||
//! DATE: 2025-02-07, STEPS: `2`, REPEAT: `2`, LOW RANGE: `[]`, HIGH RANGE: `[]` | ||
//! WORST CASE MAP SIZE: `1000000` | ||
//! HOSTNAME: `pop-os`, CPU: `12th Gen Intel(R) Core(TM) i7-1260P` | ||
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dancelight-dev"), DB CACHE: 1024 | ||
// Executed Command: | ||
// target/release/tanssi-relay | ||
// benchmark | ||
// pallet | ||
// --execution=wasm | ||
// --wasm-execution=compiled | ||
// --pallet | ||
// pallet_beefy_mmr | ||
// --extrinsic | ||
// * | ||
// --chain=dancelight-dev | ||
// --steps | ||
// 2 | ||
// --repeat | ||
// 2 | ||
// --template=benchmarking/frame-weight-runtime-template.hbs | ||
// --json-file | ||
// raw.json | ||
// --output | ||
// tmp/dancelight_weights/pallet_beefy_mmr.rs | ||
|
||
#![cfg_attr(rustfmt, rustfmt_skip)] | ||
#![allow(unused_parens)] | ||
#![allow(unused_imports)] | ||
|
||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; | ||
use sp_std::marker::PhantomData; | ||
|
||
/// Weights for pallet_beefy_mmr using the Substrate node and recommended hardware. | ||
pub struct SubstrateWeight<T>(PhantomData<T>); | ||
impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for SubstrateWeight<T> { | ||
/// Storage: `System::BlockHash` (r:1 w:0) | ||
/// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) | ||
fn extract_validation_context() -> Weight { | ||
// Proof Size summary in bytes: | ||
// Measured: `92` | ||
// Estimated: `3509` | ||
// Minimum execution time: 7_643_000 picoseconds. | ||
Weight::from_parts(8_243_000, 3509) | ||
.saturating_add(T::DbWeight::get().reads(1_u64)) | ||
} | ||
/// Storage: `Mmr::Nodes` (r:1 w:0) | ||
/// Proof: `Mmr::Nodes` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) | ||
fn read_peak() -> Weight { | ||
// Proof Size summary in bytes: | ||
// Measured: `254` | ||
// Estimated: `3505` | ||
// Minimum execution time: 5_980_000 picoseconds. | ||
Weight::from_parts(6_080_000, 3505) | ||
.saturating_add(T::DbWeight::get().reads(1_u64)) | ||
} | ||
/// Storage: `Mmr::RootHash` (r:1 w:0) | ||
/// Proof: `Mmr::RootHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) | ||
/// Storage: `Mmr::NumberOfLeaves` (r:1 w:0) | ||
/// Proof: `Mmr::NumberOfLeaves` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) | ||
/// The range of component `n` is `[2, 512]`. | ||
fn n_items_proof_is_non_canonical(n: u32, ) -> Weight { | ||
// Proof Size summary in bytes: | ||
// Measured: `246` | ||
// Estimated: `1517` | ||
// Minimum execution time: 15_086_000 picoseconds. | ||
Weight::from_parts(12_589_666, 1517) | ||
// Standard Error: 42_062 | ||
.saturating_add(Weight::from_parts(1_281_166, 0).saturating_mul(n.into())) | ||
.saturating_add(T::DbWeight::get().reads(2_u64)) | ||
} | ||
} |
88 changes: 88 additions & 0 deletions
88
chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_mmr.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
// Copyright (C) Moondance Labs Ltd. | ||
// This file is part of Tanssi. | ||
|
||
// Tanssi is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
|
||
// Tanssi is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
|
||
// You should have received a copy of the GNU General Public License | ||
// along with Tanssi. If not, see <http://www.gnu.org/licenses/> | ||
|
||
|
||
//! Autogenerated weights for pallet_mmr | ||
//! | ||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 | ||
//! DATE: 2025-02-07, STEPS: `2`, REPEAT: `2`, LOW RANGE: `[]`, HIGH RANGE: `[]` | ||
//! WORST CASE MAP SIZE: `1000000` | ||
//! HOSTNAME: `pop-os`, CPU: `12th Gen Intel(R) Core(TM) i7-1260P` | ||
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dancelight-dev"), DB CACHE: 1024 | ||
// Executed Command: | ||
// target/release/tanssi-relay | ||
// benchmark | ||
// pallet | ||
// --execution=wasm | ||
// --wasm-execution=compiled | ||
// --pallet | ||
// pallet_mmr | ||
// --extrinsic | ||
// * | ||
// --chain=dancelight-dev | ||
// --steps | ||
// 2 | ||
// --repeat | ||
// 2 | ||
// --template=benchmarking/frame-weight-runtime-template.hbs | ||
// --json-file | ||
// raw.json | ||
// --output | ||
// tmp/dancelight_weights/pallet_mmr.rs | ||
|
||
#![cfg_attr(rustfmt, rustfmt_skip)] | ||
#![allow(unused_parens)] | ||
#![allow(unused_imports)] | ||
|
||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; | ||
use sp_std::marker::PhantomData; | ||
|
||
/// Weights for pallet_mmr using the Substrate node and recommended hardware. | ||
pub struct SubstrateWeight<T>(PhantomData<T>); | ||
impl<T: frame_system::Config> pallet_mmr::WeightInfo for SubstrateWeight<T> { | ||
/// Storage: `Mmr::NumberOfLeaves` (r:1 w:1) | ||
/// Proof: `Mmr::NumberOfLeaves` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) | ||
/// Storage: `System::ParentHash` (r:1 w:0) | ||
/// Proof: `System::ParentHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) | ||
/// Storage: `Paras::Parachains` (r:1 w:0) | ||
/// Proof: `Paras::Parachains` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) | ||
/// Storage: `OutboundMessageCommitmentRecorder::RecordedCommitment` (r:1 w:0) | ||
/// Proof: `OutboundMessageCommitmentRecorder::RecordedCommitment` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) | ||
/// Storage: `BeefyMmrLeaf::BeefyNextAuthorities` (r:1 w:0) | ||
/// Proof: `BeefyMmrLeaf::BeefyNextAuthorities` (`max_values`: Some(1), `max_size`: Some(44), added: 539, mode: `MaxEncodedLen`) | ||
/// Storage: `Mmr::Nodes` (r:8 w:4) | ||
/// Proof: `Mmr::Nodes` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) | ||
/// Storage: `Mmr::UseLocalStorage` (r:1 w:0) | ||
/// Proof: `Mmr::UseLocalStorage` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) | ||
/// Storage: `System::Digest` (r:1 w:1) | ||
/// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) | ||
/// Storage: `Mmr::RootHash` (r:0 w:1) | ||
/// Proof: `Mmr::RootHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) | ||
/// The range of component `x` is `[1, 1000]`. | ||
fn on_initialize(x: u32, ) -> Weight { | ||
// Proof Size summary in bytes: | ||
// Measured: `347 + x * (39 ±0)` | ||
// Estimated: `1833 + x * (39 ±0)` | ||
// Minimum execution time: 26_038_000 picoseconds. | ||
Weight::from_parts(27_790_287, 1833) | ||
// Standard Error: 2_013 | ||
.saturating_add(Weight::from_parts(79_212, 0).saturating_mul(x.into())) | ||
.saturating_add(T::DbWeight::get().reads(7_u64)) | ||
.saturating_add(T::DbWeight::get().writes(4_u64)) | ||
.saturating_add(Weight::from_parts(0, 39).saturating_mul(x.into())) | ||
} | ||
} |
Oops, something went wrong.