Skip to content

Commit b04058e

Browse files
committed
added step to download frame-omni-bencher
1 parent ef34921 commit b04058e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/check.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ concurrency:
2121
# Repo env variable doesn't work for PRs from forks
2222
env:
2323
CI_IMAGE: "paritytech/ci-unified:bullseye-1.88.0-2025-06-27-v202507112050"
24+
FRAME_OMNI_BENCHER_BIN_DIR: ${{ github.workspace }}/.frame-omni-bencher-bin
2425

2526
jobs:
2627
set-image:
@@ -167,6 +168,15 @@ jobs:
167168
with:
168169
shared-key: "bulletin-cache-benchmarks"
169170
save-if: ${{ github.ref == 'refs/heads/main' }}
171+
172+
- name: Download frame-omni-bencher
173+
run: |
174+
mkdir -p $FRAME_OMNI_BENCHER_BIN_DIR
175+
cd $FRAME_OMNI_BENCHER_BIN_DIR
176+
echo "Downloading frame-omni-bencher..."
177+
curl -L -o frame-omni-bencher https://github.com/paritytech/polkadot-sdk/releases/latest/download/frame-omni-bencher
178+
chmod +x frame-omni-bencher
179+
echo "${FRAME_OMNI_BENCHER_BIN_DIR}" >> $GITHUB_PATH
170180
171181
- name: Run benchmarks (Westend parachain)
172182
run: |

0 commit comments

Comments
 (0)