Fix benchmarks after Parachain Template (#677)

* updates weights

* pallet_unique benchmarks added + weights upstream from v4

* benchmarks fix for parachain template
This commit is contained in:
Ignacio Palacios
2021-10-19 13:16:08 +02:00
committed by GitHub
parent 72b0b8b1f1
commit eccc2d036a
5 changed files with 729 additions and 797 deletions
@@ -3,7 +3,7 @@
use super::*;
#[allow(unused)]
use crate::Module as Template;
use crate::Pallet as Template;
use frame_benchmarking::{benchmarks, impl_benchmark_test_suite, whitelisted_caller};
use frame_system::RawOrigin;