From 5d6612517814e31fe2f7b560303aec86ed784149 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Wed, 16 Jul 2025 21:41:11 +0000 Subject: [PATCH] Make sure wit is compiled before running benchmarks Signed-off-by: James Sturtevant --- .github/workflows/Benchmarks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index 29b3759..dceed11 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -68,6 +68,9 @@ jobs: - name: Run Benchmarks run: | + # the component model benchmark depends on the wasm wit component + just ensure-tools + just compile-wit just bench-ci dev release ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}} working-directory: ./src/hyperlight_wasm