Basic extrinsic pool benchmarks (#3922)

* Working bench for 50 sequental

* configured benches

* fix warnings

* Optimize and fix issues

* add preamble

* Fix benchmarks.

* fix compilation

* remove unneeded features for now
This commit is contained in:
Nikolay Volf
2019-10-28 18:05:52 +03:00
committed by Gavin Wood
parent 7e87dfdc07
commit 448ce2adff
4 changed files with 171 additions and 1 deletions
@@ -18,3 +18,8 @@ assert_matches = "1.3.0"
env_logger = "0.7.0"
codec = { package = "parity-scale-codec", version = "1.0.0" }
test_runtime = { package = "substrate-test-runtime", path = "../../test-runtime" }
criterion = "0.3"
[[bench]]
name = "basics"
harness = false