Skip to content

Commit

Permalink
Update weights
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 30, 2024
1 parent 1d73c84 commit 77fd595
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pallets/parameters/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_000_000 picoseconds.
Weight::from_parts(26_256_000, 0)
// Minimum execution time: 14_134_000 picoseconds.
Weight::from_parts(22_719_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand Down Expand Up @@ -146,8 +146,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_000_000 picoseconds.
Weight::from_parts(26_256_000, 0)
// Minimum execution time: 14_134_000 picoseconds.
Weight::from_parts(22_719_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(RocksDbWeight::get().writes(1))
}
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/weights/pallet_parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_parameters::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 14_757_000 picoseconds.
Weight::from_parts(26_256_000, 0)
// Minimum execution time: 14_134_000 picoseconds.
Weight::from_parts(22_719_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand Down

0 comments on commit 77fd595

Please sign in to comment.