Skip to content

Commit

Permalink
run benchmarks in release mode
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Prendes <[email protected]>
  • Loading branch information
jprendes committed Dec 28, 2024
1 parent fc5c057 commit 5f0f7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 5f0f7bc

Please sign in to comment.