Skip to content

Commit a2c63e8

Browse files
authored
fix(cmd bench-omni): build omni-bencher with production profile (#7299)
# Description This PR builds frame-omni-bencher with `production` profile when calling `/cmd bench-omni` to compute benchmarks for pallets. Fix proposed by @bkchr , thanks! Closes #6797. ## Integration N/A ## Review Notes More info on #6797, and related to how the fix was tested: #6797 (comment). --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: command-bot <>
1 parent 2360007 commit a2c63e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
- name: Install dependencies for bench
349349
if: startsWith(needs.get-pr-info.outputs.CMD, 'bench')
350350
run: |
351-
cargo install --path substrate/utils/frame/omni-bencher --locked
351+
cargo install --path substrate/utils/frame/omni-bencher --locked --profile production
352352
353353
- name: Run cmd
354354
id: cmd

0 commit comments

Comments
 (0)