]> granicus.if.org Git - icu/commitdiff
ICU-21843 Increase performance alert threshold to 200% to avoid false alerts
authorgnrunge <nrunge@google.com>
Wed, 16 Mar 2022 20:36:32 +0000 (13:36 -0700)
committerNorbert Runge <41129501+gnrunge@users.noreply.github.com>
Thu, 17 Mar 2022 16:31:53 +0000 (09:31 -0700)
from occasional spikes.

.github/workflows/icu_merge_ci.yml

index 8b0cc240f1a4fc5f7088665bac80d44792b204a4..8a7a74766f370a4205b68c1f67353f20f218b9b0 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: '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 }}