Benchmarks sanity checks (#6119)

* add read-only externalities

* sanity checks

* cleanup

* Update primitives/state-machine/src/read_only.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

* fix typo

* add error exit code if nothing was run

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Nikolay Volf
2020-05-25 17:52:50 +03:00
committed by GitHub
parent 56819a09a4
commit 60e7c706db
6 changed files with 241 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
log = "0.4.8"
node-primitives = { version = "2.0.0-dev", path = "../primitives" }
node-testing = { version = "2.0.0-dev", path = "../testing" }
node-runtime = { version = "2.0.0-dev", path = "../runtime" }
sc-cli = { version = "0.8.0-dev", path = "../../../client/cli" }
sc-client-api = { version = "2.0.0-dev", path = "../../../client/api/" }
sp-runtime = { version = "2.0.0-dev", path = "../../../primitives/runtime" }