Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ jobs:
- name: Check targets are installed correctly
run: rustup target list --installed

# Update to `--profile=production` after uplifting to latest polkadot-sdk (make sure to test it works with
# the specified toolchain first)
- name: Install frame-omni bencher tool
run: cargo install frame-omni-bencher --profile=production --locked
run: cargo install frame-omni-bencher --profile=release --locked

- name: Execute benchmarking
run: |
Expand Down
Loading
Loading