From 1a74101bf2fbbc70e65eb274499073e0d945704e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 27 Sep 2023 20:49:51 +0200 Subject: [PATCH] perf: increase internal benchmark history 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index e1ae5a1b..b837bcd4 100644 --- a/.github/workflows/internal-benchmark.yml +++ b/.github/workflows/internal-benchmark.yml @@ -41,5 +41,5 @@ jobs: alert-threshold: '200%' comment-on-alert: true fail-on-alert: true - max-items-in-chart: 50 + max-items-in-chart: 100 gh-repository: 'github.com/poolifier/benchmark-results' -- 2.34.1