Additional `benchmark-storage` flags (#11004)
* Fix typos * Enable overwriting handlebars template * Optionally name json output or disable json altogether * Don't write to json by default * Include block id in handlebars output * Include warmups for write benchmarks * PR comments * Drop unnecessary file extension * Use more appropriate types * Use more appropriate error message * More use of more appropriate types * Rework write benchmark warmups * Run same benchmark for both read and write
Showing
- substrate/utils/frame/benchmarking-cli/src/lib.rs 1 addition, 1 deletionsubstrate/utils/frame/benchmarking-cli/src/lib.rs
- substrate/utils/frame/benchmarking-cli/src/storage/cmd.rs 56 additions, 7 deletionssubstrate/utils/frame/benchmarking-cli/src/storage/cmd.rs
- substrate/utils/frame/benchmarking-cli/src/storage/read.rs 0 additions, 11 deletionssubstrate/utils/frame/benchmarking-cli/src/storage/read.rs
- substrate/utils/frame/benchmarking-cli/src/storage/record.rs 10 additions, 4 deletionssubstrate/utils/frame/benchmarking-cli/src/storage/record.rs
- substrate/utils/frame/benchmarking-cli/src/storage/template.rs 25 additions, 7 deletions...rate/utils/frame/benchmarking-cli/src/storage/template.rs
- substrate/utils/frame/benchmarking-cli/src/storage/weights.hbs 1 addition, 0 deletions...rate/utils/frame/benchmarking-cli/src/storage/weights.hbs
Please register or sign in to comment