Skip to content

Commit fd5236d

Browse files
auto-update benchmark weights
1 parent b9a299a commit fd5236d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ pub mod pallet {
16181618
/// Weight is handled by the `#[pallet::weight]` attribute.
16191619
#[pallet::call_index(62)]
16201620
#[pallet::weight((
1621-
Weight::from_parts(10_020_000, 3507)
1621+
Weight::from_parts(5_744_000, 3507)
16221622
.saturating_add(T::DbWeight::get().reads(1_u64))
16231623
.saturating_add(T::DbWeight::get().writes(0_u64)),
16241624
DispatchClass::Operational,

0 commit comments

Comments
 (0)