mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 03:31:03 +00:00
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:
Generated
+15
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user