Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Block production integration benchmark #6468

Merged
merged 4 commits into from
Jun 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into nv-bench-proposer
  • Loading branch information
NikVolf authored Jun 29, 2020
commit 6f7f4508886c0491ee60dd380451642d72889442
16 changes: 8 additions & 8 deletions bin/node/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ structopt = "0.3"
derive_more = "0.99.2"
kvdb = "0.6"
kvdb-rocksdb = "0.8"
sp-trie = { version = "2.0.0-rc3", path = "../../../primitives/trie" }
sp-core = { version = "2.0.0-rc3", path = "../../../primitives/core" }
sp-consensus = { version = "0.8.0-rc3", path = "../../../primitives/consensus/common" }
sp-transaction-pool = { version = "2.0.0-rc3", path = "../../../primitives/transaction-pool" }
sc-basic-authorship = { version = "0.8.0-rc3", path = "../../../client/basic-authorship" }
sp-inherents = { version = "2.0.0-rc3", path = "../../../primitives/inherents" }
sp-finality-tracker = { version = "2.0.0-rc3", default-features = false, path = "../../../primitives/finality-tracker" }
sp-timestamp = { version = "2.0.0-rc3", default-features = false, path = "../../../primitives/timestamp" }
sp-trie = { version = "2.0.0-rc4", path = "../../../primitives/trie" }
sp-core = { version = "2.0.0-rc4", path = "../../../primitives/core" }
sp-consensus = { version = "0.8.0-rc4", path = "../../../primitives/consensus/common" }
sp-transaction-pool = { version = "2.0.0-rc4", path = "../../../primitives/transaction-pool" }
sc-basic-authorship = { version = "0.8.0-rc4", path = "../../../client/basic-authorship" }
sp-inherents = { version = "2.0.0-rc4", path = "../../../primitives/inherents" }
sp-finality-tracker = { version = "2.0.0-rc4", default-features = false, path = "../../../primitives/finality-tracker" }
sp-timestamp = { version = "2.0.0-rc4", default-features = false, path = "../../../primitives/timestamp" }
hash-db = "0.15.2"
tempfile = "3.1.0"
fs_extra = "1"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.