Support Component-less Runtime Benchmarks (#6645)
* Update benchmarking macro for no components * Handle output when error * skip when empty * Update analysis for zero components * add back trace logs * Apply suggestions from code review * remove mean value, and use median value * Add note * Use standard for loop * Apply suggestions from code review Co-authored-by:Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Update lib.rs Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Showing
- substrate/frame/benchmarking/src/analysis.rs 30 additions, 0 deletionssubstrate/frame/benchmarking/src/analysis.rs
- substrate/frame/benchmarking/src/lib.rs 272 additions, 224 deletionssubstrate/frame/benchmarking/src/lib.rs
- substrate/frame/benchmarking/src/tests.rs 5 additions, 0 deletionssubstrate/frame/benchmarking/src/tests.rs
- substrate/utils/frame/benchmarking-cli/src/command.rs 70 additions, 67 deletionssubstrate/utils/frame/benchmarking-cli/src/command.rs
- substrate/utils/frame/benchmarking-cli/src/writer.rs 29 additions, 22 deletionssubstrate/utils/frame/benchmarking-cli/src/writer.rs
Please register or sign in to comment