mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-21900 Adjusts performance alert threshold to 150%, i.e. the alert only is
triggered if the current measured execution time is 50% higher than the previous time. The current setting of 100% means that even a 1% increase from previous time triggers the alert already.
This commit is contained in:
parent
234cbe2c17
commit
77e0c9e371
1 changed files with 2 additions and 2 deletions
4
.github/workflows/icu_merge_ci.yml
vendored
4
.github/workflows/icu_merge_ci.yml
vendored
|
@ -99,7 +99,7 @@ jobs:
|
|||
tool: 'ndjson'
|
||||
output-file-path: icu4c/source/test/perf/results/${{ matrix.perf }}/output.txt
|
||||
# Tentative setting.
|
||||
alert-threshold: '100%'
|
||||
alert-threshold: '150%'
|
||||
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: '100%'
|
||||
alert-threshold: '150%'
|
||||
fail-on-alert: true
|
||||
gh-pages-branch: perfdata
|
||||
benchmark-data-dir-path: perf/results/${{ matrix.perf }}/${{ matrix.data }}
|
||||
|
|
Loading…
Add table
Reference in a new issue