Skip to content

Commit

Permalink
update weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 4, 2024
1 parent 1878dfb commit 5a7cd4e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions runtime/cocos/src/weights/pallet_regions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_regions`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
//! DATE: 2024-07-17, STEPS: `20`, REPEAT: `50`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2024-08-04, STEPS: `20`, REPEAT: `50`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `cocos-instance-1`, CPU: `Intel(R) Xeon(R) CPU @ 2.80GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("cocos")`, DB CACHE: `1024`
Expand Down Expand Up @@ -60,8 +60,8 @@ impl<T: frame_system::Config> pallet_regions::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `135`
// Estimated: `3584`
// Minimum execution time: 15_244_000 picoseconds.
Weight::from_parts(15_579_000, 3584)
// Minimum execution time: 15_790_000 picoseconds.
Weight::from_parts(16_278_000, 3584)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -81,26 +81,26 @@ impl<T: frame_system::Config> pallet_regions::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `527`
// Estimated: `3992`
// Minimum execution time: 47_616_000 picoseconds.
Weight::from_parts(48_738_000, 3992)
// Minimum execution time: 48_966_000 picoseconds.
Weight::from_parts(50_182_000, 3992)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
fn on_accept() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 752_000 picoseconds.
Weight::from_parts(836_000, 0)
// Minimum execution time: 780_000 picoseconds.
Weight::from_parts(854_000, 0)
}
/// Storage: `Regions::Regions` (r:1 w:1)
/// Proof: `Regions::Regions` (`max_values`: None, `max_size`: Some(119), added: 2594, mode: `MaxEncodedLen`)
fn on_response() -> Weight {
// Proof Size summary in bytes:
// Measured: `135`
// Estimated: `3584`
// Minimum execution time: 12_516_000 picoseconds.
Weight::from_parts(12_883_000, 3584)
// Minimum execution time: 13_042_000 picoseconds.
Weight::from_parts(13_403_000, 3584)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_regions::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `135`
// Estimated: `3584`
// Minimum execution time: 8_165_000 picoseconds.
Weight::from_parts(8_401_000, 3584)
// Minimum execution time: 8_437_000 picoseconds.
Weight::from_parts(8_824_000, 3584)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand Down

0 comments on commit 5a7cd4e

Please sign in to comment.