Benchmark Vesting (#5048)

* Init macro

* Refactor function.

* Add feature

* vested transfer benchmark

* Fix features

* Forgot to push this fix

* bump impl

* Nits.

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Marcio Diaz
2020-03-09 10:12:20 +01:00
committed by GitHub
parent 1c94a03780
commit 013fb6ae18
6 changed files with 126 additions and 1 deletions
+1
View File
@@ -137,4 +137,5 @@ runtime-benchmarks = [
"pallet-timestamp/runtime-benchmarks",
"pallet-identity/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-vesting/runtime-benchmarks",
]