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:
Shawn Tabrizi
2020-08-03 14:41:54 +02:00
committed by GitHub
parent 6671d017d6
commit dd6ef0a3a5
6 changed files with 120 additions and 90 deletions
-1
View File
@@ -1572,7 +1572,6 @@ dependencies = [
name = "frame-benchmarking-cli"
version = "2.0.0-rc5"
dependencies = [
"Inflector",
"frame-benchmarking",
"parity-scale-codec",
"sc-cli",