Skip to content

Commit

Permalink
Benchmarks now use in-memory db & cache (paritytech#5586)
Browse files Browse the repository at this point in the history
* in-mem state for benchmarks

* Use caching state

* Update Cargo.lock

Co-authored-by: Shawn Tabrizi <[email protected]>
  • Loading branch information
arkpar and shawntabrizi authored Apr 9, 2020
1 parent 8bcd5ba commit a37db5e
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 79 deletions.
67 changes: 33 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion client/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit a37db5e

Please sign in to comment.