ICU-21843 Increase performance alert threshold to 200% to avoid false alerts

from occasional spikes.
This commit is contained in:
gnrunge 2022-03-16 13:36:32 -07:00 committed by Norbert Runge
parent 89c5d03023
commit 0f49e50868

View file

@ -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 }}