Skip to content

Commit

Permalink
Update cmd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Jul 23, 2024
1 parent fe0383f commit 776d0ef
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/scripts/cmd/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,21 @@

bench_example = '''**Examples**:
\# runs all benchmarks
> runs all benchmarks
%(prog)s
\# runs benchmarks for pallet_balances and pallet_multisig for all runtimes which have these pallets
\# --quiet makes it to output nothing to PR but reactions
> runs benchmarks for pallet_balances and pallet_multisig for all runtimes which have these pallets
> --quiet makes it to output nothing to PR but reactions
%(prog)s --pallet pallet_balances pallet_xcm_benchmarks::generic --quiet
\# runs bench for all pallets for polkadot runtime and continues even if some benchmarks fail
> runs bench for all pallets for polkadot runtime and continues even if some benchmarks fail
%(prog)s --runtime polkadot --continue-on-fail
\# does not output anything and cleans up the previous bot's & author command triggering comments in PR
> does not output anything and cleans up the previous bot's & author command triggering comments in PR
%(prog)s --runtime polkadot kusama --pallet pallet_balances pallet_multisig --quiet --clean
'''
Expand Down

0 comments on commit 776d0ef

Please sign in to comment.