Weights for Indices Pallet (#6282)

* fix multisig benchmarking

* add indices benchmarks

* fix compile

* Weights for indices
This commit is contained in:
Shawn Tabrizi
2020-06-08 19:11:52 +02:00
committed by GitHub
parent 4f24a38867
commit 73851943c5
9 changed files with 153 additions and 17 deletions
@@ -22,8 +22,6 @@
use super::*;
use frame_system::RawOrigin;
use frame_benchmarking::{benchmarks, account};
use sp_runtime::traits::Saturating;
use crate::Module as Utility;
const SEED: u32 = 0;