mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 00:41:03 +00:00
[subsystem-benchmarks] Fix availability-write regression tests (#3698)
Adds availability-write regression tests. The results for the `availability-distribution` subsystem are volatile, so I had to reduce the precision of the test.
This commit is contained in:
@@ -56,7 +56,7 @@ bitvec = "1.0.1"
|
||||
kvdb-memorydb = "0.13.0"
|
||||
|
||||
parity-scale-codec = { version = "3.6.1", features = ["derive", "std"] }
|
||||
tokio = "1.24.2"
|
||||
tokio = { version = "1.24.2", features = ["rt-multi-thread", "parking_lot"] }
|
||||
clap-num = "1.0.2"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||
sp-keyring = { path = "../../../substrate/primitives/keyring" }
|
||||
|
||||
Reference in New Issue
Block a user