From 1029cf700b942d2b3d25dc8478ca4f5df2a80f18 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Thu, 15 May 2025 05:27:53 +0300 Subject: [PATCH] Upstream 'cargo' parser doesn't work, go back to 'criterion' --- .github/workflows/rust_perf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index dcec2fc29..11ea9c9da 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -22,12 +22,12 @@ jobs: # run: npm install && npm run build - name: Bench - run: cargo bench --output-format bencher | tee output.txt + run: cargo bench 2>&1 | tee output.txt - name: Analyze benchmark result with Nyrkiƶ uses: nyrkio/change-detection@HEAD with: name: turso - tool: cargo + tool: criterion output-file-path: output.txt # What to do if a change is immediately detected by Nyrkiƶ.