From 3ab99760d289c30c98f4920ef3b7a4c21e1db3bd Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Sat, 8 Feb 2025 18:37:49 +0200 Subject: [PATCH] =?UTF-8?q?Enable=20Nyrki=C3=B6=20also=20for=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 7 ------- .github/workflows/rust_perf.yml | 6 +++++- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0e9c1c36d..6421e9016 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index f25f5c26e..5a1b07ab9 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -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