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
+1
View File
@@ -5788,6 +5788,7 @@ name = "substrate-transaction-graph"
version = "2.0.0"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",