Skip to content

Commit 9760e00

Browse files
auto-update benchmark weights
1 parent e6ff478 commit 9760e00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ mod dispatches {
120120
/// - On failure for each failed item in the batch.
121121
///
122122
#[pallet::call_index(80)]
123-
#[pallet::weight((Weight::from_parts(95_160_000, 0)
124-
.saturating_add(T::DbWeight::get().reads(14))
125-
.saturating_add(T::DbWeight::get().writes(2)), DispatchClass::Normal, Pays::No))]
123+
#[pallet::weight((Weight::from_parts(18_930_000, 0)
124+
.saturating_add(T::DbWeight::get().reads(1_u64))
125+
.saturating_add(T::DbWeight::get().writes(0_u64)), DispatchClass::Normal, Pays::No))]
126126
pub fn batch_set_weights(
127127
origin: OriginFor<T>,
128128
netuids: Vec<Compact<NetUid>>,
@@ -2201,7 +2201,7 @@ mod dispatches {
22012201
/// * commit_reveal_version (`u16`):
22022202
/// - The client (bittensor-drand) version
22032203
#[pallet::call_index(113)]
2204-
#[pallet::weight((Weight::from_parts(64_530_000, 0)
2204+
#[pallet::weight((Weight::from_parts(80_110_000, 0)
22052205
.saturating_add(T::DbWeight::get().reads(7_u64))
22062206
.saturating_add(T::DbWeight::get().writes(2)), DispatchClass::Normal, Pays::No))]
22072207
pub fn commit_timelocked_weights(

0 commit comments

Comments
 (0)