Improve Benchmark Writer: Remove Unused Components, Remove Multiply by Zero,...
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
Showing
- substrate/Cargo.lock 0 additions, 1 deletionsubstrate/Cargo.lock
- substrate/Process.json 5 additions, 0 deletionssubstrate/Process.json
- substrate/frame/benchmarking/src/utils.rs 7 additions, 0 deletionssubstrate/frame/benchmarking/src/utils.rs
- substrate/utils/frame/benchmarking-cli/Cargo.toml 0 additions, 1 deletionsubstrate/utils/frame/benchmarking-cli/Cargo.toml
- substrate/utils/frame/benchmarking-cli/src/command.rs 1 addition, 2 deletionssubstrate/utils/frame/benchmarking-cli/src/command.rs
- substrate/utils/frame/benchmarking-cli/src/writer.rs 107 additions, 86 deletionssubstrate/utils/frame/benchmarking-cli/src/writer.rs
Please register or sign in to comment