mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 20:07:56 +00:00
Transaction pool integrated benchmarks (#6579)
* txpool benchmarks * updated api * Update bin/node/bench/src/txpool.rs Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
@@ -39,4 +39,5 @@ rand = { version = "0.7.2", features = ["small_rng"] }
|
||||
lazy_static = "1.4.0"
|
||||
parity-util-mem = { version = "0.7.0", default-features = false, features = ["primitive-types"] }
|
||||
parity-db = { version = "0.1.2" }
|
||||
futures = "0.3.1"
|
||||
sc-transaction-pool = { version = "2.0.0-rc4", path = "../../../client/transaction-pool" }
|
||||
futures = { version = "0.3.4", features = ["thread-pool"] }
|
||||
|
||||
Reference in New Issue
Block a user