From 11c788ae061c0bc3ef1c649d572329c5762313ac Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Tue, 5 Sep 2023 16:19:51 -0300 Subject: [PATCH] tune configuration Signed-off-by: Ignacio Hagopian --- .github/workflows/bench.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index df6d86b..0eb32ae 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -28,8 +28,8 @@ jobs: output-file-path: bench_output.txt github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true - alert-threshold: '50%' + alert-threshold: '10%' comment-on-alert: true summary-always: true fail-on-alert: true - alert-comment-cc-users: '@jsign' \ No newline at end of file + alert-comment-cc-users: '@jsign,@kevaundray' \ No newline at end of file