mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 21:35:44 +00:00
Benchmarks now use in-memory db & cache (#5586)
* in-mem state for benchmarks * Use caching state * Update Cargo.lock Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
@@ -11,7 +11,6 @@ description = "Client backend that uses RocksDB database as storage."
|
||||
[dependencies]
|
||||
parking_lot = "0.10.0"
|
||||
log = "0.4.8"
|
||||
rand = "0.7"
|
||||
kvdb = "0.5.0"
|
||||
kvdb-rocksdb = { version = "0.7", optional = true }
|
||||
kvdb-memorydb = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user