Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interleave benchmark iterations from different processes #143

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
7 changes: 2 additions & 5 deletions .github/workflows/sightglass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_LOG: info
RUST_LOG: debug

# The Wasmtime commit that we build the bench API from for testing. Bumping
# this will automatically cause us to update our CI cache on the next run.
Expand Down Expand Up @@ -73,8 +73,5 @@ jobs:
if: runner.os == 'Windows'
run: echo "SIGHTGLASS_TEST_ENGINE=$(pwd)\\wasmtime\\target\\release\\wasmtime_bench_api.dll" >> $env:GITHUB_ENV

- name: Build all
run: cargo +nightly build --verbose --all

- name: Test all
run: cargo +nightly test --verbose --all
run: cargo +nightly test --verbose --all -- --nocapture --test-threads 1
Loading