From: gnrunge Date: Wed, 16 Mar 2022 20:36:32 +0000 (-0700) Subject: ICU-21843 Increase performance alert threshold to 200% to avoid false alerts X-Git-Tag: release-71-rc~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f49e5086850b0a5171000964a07b570749dc1c3;p=icu ICU-21843 Increase performance alert threshold to 200% to avoid false alerts from occasional spikes. --- diff --git a/.github/workflows/icu_merge_ci.yml b/.github/workflows/icu_merge_ci.yml index 8b0cc240f1a..8a7a74766f3 100644 --- a/.github/workflows/icu_merge_ci.yml +++ b/.github/workflows/icu_merge_ci.yml @@ -99,7 +99,7 @@ jobs: tool: 'ndjson' output-file-path: icu4c/source/test/perf/results/${{ matrix.perf }}/output.txt # Tentative setting. - alert-threshold: '150%' + alert-threshold: '200%' fail-on-alert: true gh-pages-branch: perfdata benchmark-data-dir-path: perf/results/${{ matrix.perf }} @@ -169,7 +169,7 @@ jobs: tool: 'ndjson' output-file-path: icu4c/source/test/perf/results/${{ matrix.perf }}/${{ matrix.data }}/output.txt # Tentative setting. - alert-threshold: '150%' + alert-threshold: '200%' fail-on-alert: true gh-pages-branch: perfdata benchmark-data-dir-path: perf/results/${{ matrix.perf }}/${{ matrix.data }}