Benchmark the Balances Pallet (#4879)

* Initial transfer bench

* Add best case

* Transfer keep alive

* Set balance benchmarks

* Bump impl

* Fix text

Co-authored-by: Gavin Wood <github@gavwood.com>
This commit is contained in:
Shawn Tabrizi
2020-02-12 12:11:20 +01:00
committed by GitHub
parent 51a45c5d9f
commit 13971fe2a7
3 changed files with 324 additions and 0 deletions
+1
View File
@@ -153,6 +153,7 @@ mod mock;
#[cfg(test)]
mod tests;
mod migration;
mod benchmarking;
use sp_std::prelude::*;
use sp_std::{cmp, result, mem, fmt::Debug, ops::BitOr};