From 6bd968e9d34816bb24647031aa344cc36bde26ba Mon Sep 17 00:00:00 2001 From: nevergiveupcpp Date: Wed, 6 May 2026 08:12:25 +0700 Subject: [PATCH] ci: fix benchmark config --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9a8870..53e6e68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: with: name: Benchmark tool: googlecpp - output-file-path: ${{ env.BENCHMARK_BIN_DIR }}/result_stable.json + output-file-path: ${{ env.BENCHMARK_BIN_DIR }}/result.json github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true comment-on-alert: true