]> granicus.if.org Git - icu/commitdiff
ICU-21900 Adjusts performance alert threshold to 150%, i.e. the alert only is
authorgnrunge <nrunge@google.com>
Wed, 9 Mar 2022 16:39:43 +0000 (08:39 -0800)
committerNorbert Runge <41129501+gnrunge@users.noreply.github.com>
Wed, 9 Mar 2022 19:10:43 +0000 (11:10 -0800)
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.

.github/workflows/icu_merge_ci.yml

index 5cdd40e3607926cfea8d6f1f10b42556b0049ce5..8b0cc240f1a4fc5f7088665bac80d44792b204a4 100644 (file)
@@ -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 }}