Skip to content

Commit

Permalink
Update benchmarks result.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Jul 17, 2023
1 parent 1bde842 commit 62bec71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pallets/ethereum-checked/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for pallet_ethereum_checked
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-07-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-07-17, 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 @@ -62,8 +62,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `150`
// Estimated: `3010`
// Minimum execution time: 11_962_000 picoseconds.
Weight::from_parts(12_502_000, 3010)
// Minimum execution time: 8_838_000 picoseconds.
Weight::from_parts(9_229_000, 3010)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -79,8 +79,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `150`
// Estimated: `3010`
// Minimum execution time: 11_962_000 picoseconds.
Weight::from_parts(12_502_000, 3010)
// Minimum execution time: 8_838_000 picoseconds.
Weight::from_parts(9_229_000, 3010)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
Expand Down

0 comments on commit 62bec71

Please sign in to comment.