Skip to content

Commit a18d697

Browse files
committed
chore: fix weights
1 parent 6252636 commit a18d697

File tree

5 files changed

+251
-190
lines changed

5 files changed

+251
-190
lines changed

pallets/emission0/src/weights.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! Autogenerated weights for `pallet_emission0`
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0
5-
//! DATE: 2025-08-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
5+
//! DATE: 2025-09-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66
//! WORST CASE MAP SIZE: `1000000`
77
//! HOSTNAME: `Luizs-MacBook-Pro.local`, CPU: `<UNKNOWN>`
88
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
@@ -94,7 +94,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
9494
// Proof Size summary in bytes:
9595
// Measured: `333`
9696
// Estimated: `3529`
97-
// Minimum execution time: 10_000_000 picoseconds.
97+
// Minimum execution time: 9_000_000 picoseconds.
9898
Weight::from_parts(10_000_000, 3529)
9999
.saturating_add(T::DbWeight::get().reads(2_u64))
100100
.saturating_add(T::DbWeight::get().writes(1_u64))
@@ -151,7 +151,7 @@ impl WeightInfo for () {
151151
// Proof Size summary in bytes:
152152
// Measured: `333`
153153
// Estimated: `3529`
154-
// Minimum execution time: 10_000_000 picoseconds.
154+
// Minimum execution time: 9_000_000 picoseconds.
155155
Weight::from_parts(10_000_000, 3529)
156156
.saturating_add(RocksDbWeight::get().reads(2_u64))
157157
.saturating_add(RocksDbWeight::get().writes(1_u64))

0 commit comments

Comments
 (0)