From caf840324b3529bb88f742e9df52505097a1561b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 21 Sep 2023 21:15:37 +0200 Subject: [PATCH] build(ci): limit benchmark history size to 50 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/internal-benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index 37b0c982..e1ae5a1b 100644 --- a/.github/workflows/internal-benchmark.yml +++ b/.github/workflows/internal-benchmark.yml @@ -41,4 +41,5 @@ jobs: alert-threshold: '200%' comment-on-alert: true fail-on-alert: true + max-items-in-chart: 50 gh-repository: 'github.com/poolifier/benchmark-results' -- 2.34.1