Batch benchmarks together with `*` notation. (#5436)
* Batch benchmarks together with `*` notation.
* Fix short structopt conflict
* Return error if `batches` is empty
* Move fast benchmarks macro into `frame_benchmarking` (#5445)
* Move macro into `frame_benchmarking`
* Update docs
* Extra line
* Return error if `batches` is empty
Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
Showing
- substrate/bin/node/runtime/src/lib.rs 18 additions, 79 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/benchmarking/src/lib.rs 80 additions, 10 deletionssubstrate/frame/benchmarking/src/lib.rs
- substrate/frame/benchmarking/src/utils.rs 25 additions, 9 deletionssubstrate/frame/benchmarking/src/utils.rs
- substrate/utils/frame/benchmarking-cli/src/lib.rs 43 additions, 28 deletionssubstrate/utils/frame/benchmarking-cli/src/lib.rs
Please register or sign in to comment