Skip to content

Commit 7308d95

Browse files
authored
Make sure wit is compiled before running benchmarks (#118)
Signed-off-by: James Sturtevant <[email protected]>
1 parent 43c9c39 commit 7308d95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868

6969
- name: Run Benchmarks
7070
run: |
71+
# the component model benchmark depends on the wasm wit component
72+
just ensure-tools
73+
just compile-wit
7174
just bench-ci dev release ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
7275
working-directory: ./src/hyperlight_wasm
7376

0 commit comments

Comments
 (0)