Skip to content

Commit 841380e

Browse files
auto-update benchmark weights
1 parent 28b2f6f commit 841380e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ mod dispatches {
16821682
///
16831683
#[pallet::call_index(89)]
16841684
#[pallet::weight((Weight::from_parts(377_400_000, 0)
1685-
.saturating_add(T::DbWeight::get().reads(31_u64))
1685+
.saturating_add(T::DbWeight::get().reads(30_u64))
16861686
.saturating_add(T::DbWeight::get().writes(14)), DispatchClass::Normal, Pays::Yes))]
16871687
pub fn remove_stake_limit(
16881688
origin: OriginFor<T>,
@@ -1906,7 +1906,7 @@ mod dispatches {
19061906
/// Without limit_price it remove all the stake similar to `remove_stake` extrinsic
19071907
#[pallet::call_index(103)]
19081908
#[pallet::weight((Weight::from_parts(395_300_000, 10142)
1909-
.saturating_add(T::DbWeight::get().reads(31_u64))
1909+
.saturating_add(T::DbWeight::get().reads(30_u64))
19101910
.saturating_add(T::DbWeight::get().writes(14_u64)), DispatchClass::Normal, Pays::Yes))]
19111911
pub fn remove_stake_full_limit(
19121912
origin: T::RuntimeOrigin,

0 commit comments

Comments
 (0)