From 3fa315e2b0205884f7ed740d41de5f5b42048604 Mon Sep 17 00:00:00 2001 From: Shaun Wang Date: Thu, 27 Jul 2023 23:30:57 +1200 Subject: [PATCH] Update with new benchmarking result. --- pallets/xvm/src/weights.rs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pallets/xvm/src/weights.rs b/pallets/xvm/src/weights.rs index aa54337d09..0479864d95 100644 --- a/pallets/xvm/src/weights.rs +++ b/pallets/xvm/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_xvm //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `devserver-01`, CPU: `Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("shibuya-dev"), DB CACHE: 1024 @@ -59,15 +59,15 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 284_000 picoseconds. - Weight::from_parts(325_000, 0) + // Minimum execution time: 267_000 picoseconds. + Weight::from_parts(289_000, 0) } fn wasm_call_overheads() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 302_000 picoseconds. - Weight::from_parts(326_000, 0) + // Minimum execution time: 285_000 picoseconds. + Weight::from_parts(339_000, 0) } } @@ -77,14 +77,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 284_000 picoseconds. - Weight::from_parts(325_000, 0) + // Minimum execution time: 267_000 picoseconds. + Weight::from_parts(289_000, 0) } fn wasm_call_overheads() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 302_000 picoseconds. - Weight::from_parts(326_000, 0) + // Minimum execution time: 285_000 picoseconds. + Weight::from_parts(339_000, 0) } }