Skip to content

Commit

Permalink
Merge pull request #781 from jprendes/bench/use-release
Browse files Browse the repository at this point in the history
Use release builds for benchmarks
  • Loading branch information
Mossaka authored Dec 29, 2024
2 parents fc5c057 + 5f0f7bc commit 7100e90
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 7100e90

Please sign in to comment.