Skip to content

Commit

Permalink
Run benchmarks in CI
Browse files Browse the repository at this point in the history
webmaster128 committed Jan 21, 2024

Verified

This commit was signed with the committer’s verified signature.
steventux Steve Laing
1 parent 68a5dec commit dbbb83a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -276,7 +276,7 @@ jobs:
- libwasmvm/target/release/deps
key: cargocache-v3-build_shared_library-rust:1.70.0-{{ checksum "libwasmvm/Cargo.lock" }}

# Test the Go project
# Test the Go project and run benchmarks
wasmvm_test:
docker:
- image: cimg/go:1.21.4
@@ -290,13 +290,18 @@ jobs:
- run:
name: Copy .so build
command: cp /tmp/builds/libwasmvm.x86_64.so ./internal/api
- run:
name: Build Go project
command: make build-go
- run:
name: Go integration tests
command: make test
- run:
name: Go tests with cgo and race condition safety checks
command: make test-safety
- run: make build-go
- run:
name: Go benchmarks
command: make bench

test_alpine_build:
machine:

0 comments on commit dbbb83a

Please sign in to comment.