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
+6
View File
@@ -22,6 +22,8 @@ sp-core = { version = "2.0.0-rc2", default-features = false, path = "../../primi
frame-support = { version = "2.0.0-rc2", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-rc2", default-features = false, path = "../system" }
frame-benchmarking = { version = "2.0.0-rc2", default-features = false, path = "../benchmarking", optional = true }
[dev-dependencies]
pallet-balances = { version = "2.0.0-rc2", path = "../balances" }
@@ -38,3 +40,7 @@ std = [
"sp-runtime/std",
"frame-system/std",
]
runtime-benchmarks = [
"frame-benchmarking",
"frame-support/runtime-benchmarks",
]