Use custom runner for import benchmarks (#5477)

* custom benchmark runner

* add license preamble

* delete old benchmarks

* update toml

* imporove macro

* tabs

* add size

* size fixes

* add docs for cli
This commit is contained in:
Nikolay Volf
2020-04-03 07:41:33 -07:00
committed by GitHub
parent 68169039ac
commit 6eea144f04
8 changed files with 407 additions and 263 deletions
-4
View File
@@ -53,9 +53,5 @@ criterion = "0.3.0"
sc-cli = { version = "0.8.0-alpha.5", path = "../../../client/cli" }
sc-service = { version = "0.8.0-alpha.5", path = "../../../client/service", features = ["rocksdb"] }
[[bench]]
name = "import"
harness = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]