From 070b38d04f412b63267faf999f786bf6b63a85b2 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Thu, 15 May 2025 05:06:24 +0300 Subject: [PATCH] =?UTF-8?q?Nyrki=C3=B6=20Github=20Action=20requires=20--ou?= =?UTF-8?q?tput-format=20bencher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust_perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index 847257a59..dcec2fc29 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -22,7 +22,7 @@ jobs: # run: npm install && npm run build - name: Bench - run: cargo bench | tee output.txt + run: cargo bench --output-format bencher | tee output.txt - name: Analyze benchmark result with Nyrkiƶ uses: nyrkio/change-detection@HEAD with: