We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c9c39 commit 7308d95Copy full SHA for 7308d95
.github/workflows/Benchmarks.yml
@@ -68,6 +68,9 @@ jobs:
68
69
- name: Run Benchmarks
70
run: |
71
+ # the component model benchmark depends on the wasm wit component
72
+ just ensure-tools
73
+ just compile-wit
74
just bench-ci dev release ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
75
working-directory: ./src/hyperlight_wasm
76
0 commit comments