File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ concurrency:
2121# Repo env variable doesn't work for PRs from forks
2222env :
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
2526jobs :
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 : |
You can’t perform that action at this time.
0 commit comments