From f02040e52243d702cb170ad9b69ce3e88db0ee7d Mon Sep 17 00:00:00 2001 From: Tihomir Mateev Date: Wed, 20 Nov 2024 12:33:58 +0200 Subject: [PATCH] Using the right name for the file this time --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index a560acf52..8010acf33 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -76,7 +76,7 @@ jobs: gh-repository: 'github.com/redis/lettuce' gh-pages-branch: 'benchmarks' benchmark-data-dir-path: './' - output-file-path: benchmark.log + output-file-path: benchmarks.json fail-on-alert: false alert-threshold: '200%' alert-comment-cc-users: '@tishun'