mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 18:47:56 +00:00
59b2661444
This PR backports Node version and `spec_version` bumps to `1.8.0` from the latest release and orders prdoc files related to it.
15 lines
669 B
Plaintext
15 lines
669 B
Plaintext
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
|
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
|
|
|
title: "`benchmarking-cli` `pallet` subcommand: refactor `--list` and add `--all` option"
|
|
|
|
doc:
|
|
- audience: Node Dev
|
|
description: |
|
|
`pallet` subcommand's `--list` now accepts two values: "all" and "pallets". The former will list all available benchmarks, the latter will list only pallets.
|
|
Also adds `--all` to run all the available benchmarks and `--no-csv-header` to omit the csv-style header in the output.
|
|
NOTE: changes are backward compatible.
|
|
|
|
crates:
|
|
- name: frame-benchmarking-cli
|