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
+15
View File
@@ -3314,6 +3314,21 @@ dependencies = [
"void",
]
[[package]]
name = "node-bench"
version = "0.8.0-alpha.5"
dependencies = [
"log",
"node-primitives",
"node-testing",
"sc-cli",
"sc-client-api",
"serde",
"serde_json",
"sp-runtime",
"structopt",
]
[[package]]
name = "node-cli"
version = "2.0.0-alpha.5"