From 4ae4706d343636d5edb6f2a3dd8842e2c12526df Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Thu, 13 Feb 2025 00:38:28 +0200 Subject: [PATCH] Workflow: Use nyrkio-org --- .github/workflows/rust_perf.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index d4cba22b3..0404b2e6d 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -23,8 +23,13 @@ jobs: # - name: Install dependencies # run: npm install && npm run build - - name: Bench - run: cargo bench 2>&1 | tee output.txt + # - name: Bench + # run: cargo bench 2>&1 | tee output.txt + - name: Bench (fake) + run: | + pwd + ls + cp .github/data/limbo-cargo-output.txt output.txt - name: Analyze benchmark result with Nyrkiƶ uses: henrikingo/github-action-benchmark@HEAD @@ -49,7 +54,7 @@ jobs: # Get yours from https://nyrkio.com/docs/getting-started nyrkio-token: ${{ secrets.STAGING_JWT_TOKEN }} nyrkio-api-root: https://staging.nyrkio.com/api/v0 - # nyrkio-org: nyrkio + nyrkio-org: nyrkio nyrkio-settings-pvalue: 0.01% nyrkio-settings-threshold: 1%