Skip to content

Commit

Permalink
Update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Apr 25, 2023
1 parent 2648e84 commit a88f8ef
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Autogenerated weights for `snowbridge_ethereum_beacon_client`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-04-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `ip-172-31-8-124`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
Expand Down Expand Up @@ -57,8 +57,8 @@ impl<T: frame_system::Config> snowbridge_ethereum_beacon_client::WeightInfo for
// Proof Size summary in bytes:
// Measured: `92680`
// Estimated: `207649`
// Minimum execution time: 136_156_995_000 picoseconds.
Weight::from_parts(136_198_501_000, 0)
// Minimum execution time: 135_444_753_000 picoseconds.
Weight::from_parts(135_571_964_000, 0)
.saturating_add(Weight::from_parts(0, 207649))
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().writes(6))
Expand All @@ -83,8 +83,8 @@ impl<T: frame_system::Config> snowbridge_ethereum_beacon_client::WeightInfo for
// Proof Size summary in bytes:
// Measured: `92680`
// Estimated: `111331`
// Minimum execution time: 28_678_766_000 picoseconds.
Weight::from_parts(28_718_555_000, 0)
// Minimum execution time: 28_552_557_000 picoseconds.
Weight::from_parts(28_628_242_000, 0)
.saturating_add(Weight::from_parts(0, 111331))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(4))
Expand All @@ -107,8 +107,8 @@ impl<T: frame_system::Config> snowbridge_ethereum_beacon_client::WeightInfo for
// Proof Size summary in bytes:
// Measured: `92724`
// Estimated: `105445`
// Minimum execution time: 28_566_025_000 picoseconds.
Weight::from_parts(28_598_762_000, 0)
// Minimum execution time: 28_614_727_000 picoseconds.
Weight::from_parts(28_659_381_000, 0)
.saturating_add(Weight::from_parts(0, 105445))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -119,8 +119,8 @@ impl<T: frame_system::Config> snowbridge_ethereum_beacon_client::WeightInfo for
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 9_983_000 picoseconds.
Weight::from_parts(10_253_000, 0)
// Minimum execution time: 10_128_000 picoseconds.
Weight::from_parts(10_280_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand All @@ -130,33 +130,33 @@ impl<T: frame_system::Config> snowbridge_ethereum_beacon_client::WeightInfo for
// Proof Size summary in bytes:
// Measured: `92553`
// Estimated: `95815`
// Minimum execution time: 38_884_000 picoseconds.
Weight::from_parts(41_250_000, 0)
// Minimum execution time: 39_070_000 picoseconds.
Weight::from_parts(40_316_000, 0)
.saturating_add(Weight::from_parts(0, 95815))
.saturating_add(T::DbWeight::get().reads(1))
}
fn bls_verify_message() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 27_073_575_000 picoseconds.
Weight::from_parts(27_099_551_000, 0)
// Minimum execution time: 27_261_152_000 picoseconds.
Weight::from_parts(27_292_138_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
fn bls_fast_aggregate_verify_legacy() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 30_782_806_000 picoseconds.
Weight::from_parts(30_813_897_000, 0)
// Minimum execution time: 30_629_156_000 picoseconds.
Weight::from_parts(30_650_049_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
fn bls_fast_aggregate_verify() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 30_630_862_000 picoseconds.
Weight::from_parts(30_651_007_000, 0)
// Minimum execution time: 28_238_671_000 picoseconds.
Weight::from_parts(28_268_858_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
}

0 comments on commit a88f8ef

Please sign in to comment.