mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Improve Benchmark Writer: Remove Unused Components, Remove Multiply by Zero, Files Split by Pallet (#6785)
* initial improvements * better file management, ignore unused components * Output warning when components unused * update comment * Write even when base weight is zero * remove unwrap where possible * Dont sort components to dedup * undo delete * improve clarity of unused components * remove unused dep * Update Process.json
This commit is contained in:
@@ -12,7 +12,6 @@ description = "CLI for benchmarking FRAME"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
Inflector = "0.11.4"
|
||||
frame-benchmarking = { version = "2.0.0-rc5", path = "../../../frame/benchmarking" }
|
||||
sp-core = { version = "2.0.0-rc5", path = "../../../primitives/core" }
|
||||
sc-service = { version = "0.8.0-rc5", default-features = false, path = "../../../client/service" }
|
||||
|
||||
Reference in New Issue
Block a user