Skip to content

Commit

Permalink
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
Browse files Browse the repository at this point in the history
…=bridge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_grandpa
  • Loading branch information
command-bot committed Dec 13, 2023
1 parent 6133879 commit 0901ebd
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_bridge_grandpa`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-12-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-12-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-r43aesjn-project-674-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-itmxxexx-project-674-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("bridge-hub-westend-dev")`, DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -66,13 +66,13 @@ impl<T: frame_system::Config> pallet_bridge_grandpa::WeightInfo for WeightInfo<T
// Proof Size summary in bytes:
// Measured: `231 + p * (60 ±0)`
// Estimated: `51735`
// Minimum execution time: 314_124_000 picoseconds.
Weight::from_parts(24_406_167, 0)
// Minimum execution time: 303_549_000 picoseconds.
Weight::from_parts(306_232_000, 0)
.saturating_add(Weight::from_parts(0, 51735))
// Standard Error: 6_873
.saturating_add(Weight::from_parts(55_505_442, 0).saturating_mul(p.into()))
// Standard Error: 114_648
.saturating_add(Weight::from_parts(2_579_396, 0).saturating_mul(v.into()))
// Standard Error: 4_641
.saturating_add(Weight::from_parts(55_196_301, 0).saturating_mul(p.into()))
// Standard Error: 35_813
.saturating_add(Weight::from_parts(70_584, 0).saturating_mul(v.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(5))
}
Expand Down

0 comments on commit 0901ebd

Please sign in to comment.