Enable Nyrkiö also for PR

This commit is contained in:
Henrik Ingo
2025-02-08 18:37:49 +02:00
parent cdc7f0f3e9
commit 3ab99760d2
2 changed files with 5 additions and 8 deletions

View File

@@ -64,13 +64,6 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: wasm-pack build --target nodejs bindings/wasm
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bench
run: cargo bench
test-limbo:
runs-on: ubuntu-latest
steps:

View File

@@ -1,9 +1,11 @@
name: Benchmarks+Nyrkiö
name: Rust Benchmarks+Nyrkiö
# Pull request support isn't integrated to the github-action-benchmark so run only post-merge
on:
push:
branches: [ "main", "master", "notmain", "add-nyrkio" ]
pull_request:
branches: [ "main", "notmain", "master" ]
env:
CARGO_TERM_COLOR: never
@@ -34,6 +36,8 @@ jobs:
fail-on-alert: true
# Nyrkiö configuration
nyrkio-enable: true
# Make results and change points public, so that any oss contributor can see them
nyrkio-public: true
# Get yours from https://nyrkio.com/docs/getting-started
nyrkio-token: ${{ secrets.STAGING_JWT_TOKEN }}
nyrkio-api-root: https://staging.nyrkio.com/api/v0