Skip to content
Snippets Groups Projects
Unverified Commit 3b28758a authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi
Browse files

Feature gate bench impl


Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent 09766079
No related merge requests found
Pipeline #440052 failed with stages
in 55 minutes and 55 seconds
......@@ -634,6 +634,7 @@ impl<T: Config<I>, I: 'static> RankedMembersSwapHandler<T::AccountId, u16> for P
}
}
#[cfg(feature = "runtime-benchmarks")]
impl<T: Config<I>, I: 'static>
pallet_ranked_collective::BenchmarkSetup<<T as frame_system::Config>::AccountId> for Pallet<T, I>
{
......
......@@ -478,6 +478,7 @@ impl<T: Config<I>, I: 'static>
}
}
#[cfg(feature = "runtime-benchmarks")]
impl<T: Config<I>, I: 'static>
pallet_ranked_collective::BenchmarkSetup<<T as frame_system::Config>::AccountId> for Pallet<T, I>
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment