From 5f0f7bc1131cd018ef5e3b952d1224c289d7ac63 Mon Sep 17 00:00:00 2001 From: Jorge Prendes Date: Fri, 27 Dec 2024 23:00:53 +0000 Subject: [PATCH] run benchmarks in release mode Signed-off-by: Jorge Prendes --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ae7d042fd..52dbc6883 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -30,7 +30,7 @@ jobs: - name: Build and load shims and wasi-demo-app shell: bash run: | - make build install test-image load test-image/oci load/oci + make OPT_PROFILE=release build install test-image load test-image/oci load/oci - name: Run Benchmarks shell: bash run: | @@ -73,7 +73,7 @@ jobs: - name: Build and load shims and wasi-demo-app shell: bash run: | - make build install test-image/http load/http + make OPT_PROFILE=release build install test-image/http load/http - name: Start wasmtime shim shell: bash run: |