Rename pallet-session-benchmarking crate (#495)

This is required to support patching Substrate, as otherwise there are
two crates with the same name.
This commit is contained in:
Bastian Köcher
2021-06-16 11:53:42 +01:00
committed by GitHub
parent d6f06bf5d9
commit d8e3f8a4ae
8 changed files with 33 additions and 33 deletions
@@ -788,7 +788,7 @@ impl_runtime_apis! {
) -> Result<Vec<frame_benchmarking::BenchmarkBatch>, sp_runtime::RuntimeString> {
use frame_benchmarking::{Benchmarking, BenchmarkBatch, add_benchmark, TrackedStorageKey};
use pallet_session_benchmarking::Pallet as SessionBench;
use cumulus_pallet_session_benchmarking::Pallet as SessionBench;
use frame_system_benchmarking::Pallet as SystemBench;
impl frame_system_benchmarking::Config for Runtime {}