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:
Arkadiy Paronyan
2020-04-09 11:27:39 +02:00
committed by GitHub
parent cebd073649
commit 92b39365e3
3 changed files with 53 additions and 79 deletions
-1
View File
@@ -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"