Skip to content

Commit

Permalink
Merge pull request #1092 from opentensor/fix/admin-utils-benchmarks
Browse files Browse the repository at this point in the history
Fix admin utils benchmarks
  • Loading branch information
sam0x17 authored Dec 13, 2024
2 parents 552fa1b + 8ac4b83 commit a2a9bbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pallets/admin-utils/src/benchmarking.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//! Benchmarking setup
#![cfg(feature = "runtime-benchmarks")]
#![allow(clippy::arithmetic_side_effects)]
use super::*;

extern crate alloc;
use alloc::vec::Vec;

#[allow(unused)]
use crate::Pallet as AdminUtils;
Expand All @@ -10,6 +12,8 @@ use frame_benchmarking::v2::*;
use frame_support::BoundedVec;
use frame_system::RawOrigin;

use super::*;

#[benchmarks]
mod benchmarks {
use super::*;
Expand Down

0 comments on commit a2a9bbb

Please sign in to comment.