mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 06:27:58 +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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user