Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #14

Closed
wants to merge 14 commits into from
Closed

Update CHANGELOG.md #14

wants to merge 14 commits into from

Conversation

mordamax
Copy link

@mordamax mordamax commented Aug 29, 2024

  • Does not require a CHANGELOG entry

@mordamax
Copy link
Author

/cmd bench --pallet pallet_balances --runtime kusama --clean

@github-actions github-actions bot deleted a comment from mordamax Aug 29, 2024
@github-actions github-actions bot deleted a comment from mordamax Aug 29, 2024
@github-actions github-actions bot deleted a comment from mordamax Aug 29, 2024
@github-actions github-actions bot deleted a comment from mordamax Aug 29, 2024
Copy link

Command "bench --pallet pallet_balances --runtime kusama --clean" has started 🚀 See logs here

Copy link

Command "bench --pallet pallet_balances --runtime kusama --clean" has finished ✅ See logs here

Subweight results:
File Extrinsic Old New Change [%]
relay/kusama/src/weights/pallet_balances_native.rs burn_keep_alive 21.69us 31.33us +44.44
relay/kusama/src/weights/pallet_balances_native.rs burn_allow_death 32.72us 46.31us +41.53
relay/kusama/src/weights/pallet_balances_native.rs force_adjust_total_issuance 6.67us 8.71us +30.58
relay/kusama/src/weights/pallet_balances_nis_counterpart.rs force_adjust_total_issuance 6.71us 8.48us +26.38
relay/kusama/src/weights/pallet_balances_native.rs transfer_all 176.52us 198.85us +12.65
relay/kusama/src/weights/pallet_balances_native.rs transfer_allow_death 177.37us 199.48us +12.47
relay/kusama/src/weights/pallet_balances_native.rs transfer_keep_alive 166.02us 184.01us +10.84
relay/kusama/src/weights/pallet_balances_nis_counterpart.rs burn_allow_death 156.84us 168.89us +7.68
relay/kusama/src/weights/pallet_balances_native.rs force_transfer 304.32us 325.24us +6.87
relay/kusama/src/weights/pallet_balances_nis_counterpart.rs burn_keep_alive 146.23us 154.60us +5.72

@mordamax
Copy link
Author

/cmd bench --help

@mordamax
Copy link
Author

/cmd --help

Copy link

Command help:
usage: /cmd  [--help] {bench,fmt} ...

A command runner for polkadot runtimes repo

positional arguments:
  {bench,fmt}  a command to run
    bench      Runs benchmarks
    fmt        Formats code

options:
  --help       help for help if you need some help

### Command 'bench'
usage: /cmd bench [-h] [--continue-on-fail] [--quiet] [--clean]
                  [--runtime [{polkadot,kusama,glutton-kusama,asset-hub-kusama,asset-hub-polkadot,bridge-hub-kusama,bridge-hub-polkadot,collectives-polkadot,coretime-kusama,coretime-polkadot,people-kusama,people-polkadot,encointer-kusama} ...]]
                  [--pallet [PALLET ...]]

options:
  -h, --help            show this help message and exit
  --continue-on-fail    Won't exit(1) on failed command and continue with next
                        steps. Helpful when you want to push at least
                        successful pallets, and then run failed ones
                        separately
  --quiet               Won't print start/end/failed messages in Pull Request
  --clean               Clean up the previous bot's & author's comments in
                        Pull Request which triggered /cmd
  --runtime [{polkadot,kusama,glutton-kusama,asset-hub-kusama,asset-hub-polkadot,bridge-hub-kusama,bridge-hub-polkadot,collectives-polkadot,coretime-kusama,coretime-polkadot,people-kusama,people-polkadot,encointer-kusama} ...]
                        Runtime(s) space separated
  --pallet [PALLET ...]
                        Pallet(s) space separated

**Examples**:

 > runs all benchmarks
 
 /cmd bench
 
 > 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
 
 /cmd bench --pallet pallet_balances pallet_xcm_benchmarks::generic --quiet
 
 > runs bench for all pallets for polkadot runtime and continues even if some benchmarks fail
 
 /cmd bench --runtime polkadot --continue-on-fail 
 
 > does not output anything and cleans up the previous bot's & author command triggering comments in PR 
 
 /cmd bench --runtime polkadot kusama --pallet pallet_balances pallet_multisig --quiet --clean 

 


### Command 'fmt'
usage: /cmd fmt [-h] [--continue-on-fail] [--quiet] [--clean]

options:
  -h, --help          show this help message and exit
  --continue-on-fail  Won't exit(1) on failed command and continue with next
                      steps. Helpful when you want to push at least successful
                      pallets, and then run failed ones separately
  --quiet             Won't print start/end/failed messages in Pull Request
  --clean             Clean up the previous bot's & author's comments in Pull
                      Request which triggered /cmd

Copy link

Command help:
usage: /cmd bench [-h] [--continue-on-fail] [--quiet] [--clean]
                  [--runtime [{polkadot,kusama,glutton-kusama,asset-hub-kusama,asset-hub-polkadot,bridge-hub-kusama,bridge-hub-polkadot,collectives-polkadot,coretime-kusama,coretime-polkadot,people-kusama,people-polkadot,encointer-kusama} ...]]
                  [--pallet [PALLET ...]]

options:
  -h, --help            show this help message and exit
  --continue-on-fail    Won't exit(1) on failed command and continue with next
                        steps. Helpful when you want to push at least
                        successful pallets, and then run failed ones
                        separately
  --quiet               Won't print start/end/failed messages in Pull Request
  --clean               Clean up the previous bot's & author's comments in
                        Pull Request which triggered /cmd
  --runtime [{polkadot,kusama,glutton-kusama,asset-hub-kusama,asset-hub-polkadot,bridge-hub-kusama,bridge-hub-polkadot,collectives-polkadot,coretime-kusama,coretime-polkadot,people-kusama,people-polkadot,encointer-kusama} ...]
                        Runtime(s) space separated
  --pallet [PALLET ...]
                        Pallet(s) space separated

**Examples**:

 > runs all benchmarks
 
 /cmd bench
 
 > 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
 
 /cmd bench --pallet pallet_balances pallet_xcm_benchmarks::generic --quiet
 
 > runs bench for all pallets for polkadot runtime and continues even if some benchmarks fail
 
 /cmd bench --runtime polkadot --continue-on-fail 
 
 > does not output anything and cleans up the previous bot's & author command triggering comments in PR 
 
 /cmd bench --runtime polkadot kusama --pallet pallet_balances pallet_multisig --quiet --clean 

 

@mordamax mordamax closed this Oct 15, 2024
@mordamax mordamax deleted the mordamax-patch-1 branch October 15, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants