Skip to content

Commit

Permalink
Update with new benchmarking result.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Jul 27, 2023
1 parent 7482e7b commit 3fa315e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pallets/xvm/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,15 +59,15 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// 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)
}
}

Expand All @@ -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)
}
}

0 comments on commit 3fa315e

Please sign in to comment.