aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/utils/constants.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-07-25 14:46:56 +0200
committerTibor Frank <tifrank@cisco.com>2022-07-26 12:27:41 +0000
commit2f9e211bd097fdd2f83df540aa494d924df01c7d (patch)
treeb4a8bb025e1f2fbe1cd1b97bcf5a025582619c24 /resources/tools/dash/app/pal/utils/constants.py
parent7889544ddfba775bf07bcd331f022de4650e59dc (diff)
UTI: code clean-up
Change-Id: I492370e20ad0e7431aaf86af618ed874104c4ad5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/utils/constants.py')
-rw-r--r--resources/tools/dash/app/pal/utils/constants.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/tools/dash/app/pal/utils/constants.py b/resources/tools/dash/app/pal/utils/constants.py
index 1c84ba14a6..7a836e79f3 100644
--- a/resources/tools/dash/app/pal/utils/constants.py
+++ b/resources/tools/dash/app/pal/utils/constants.py
@@ -253,7 +253,11 @@ class Constants:
# The default job displayed when the page is loaded first time.
NEWS_DEFAULT_JOB = "csit-vpp-perf-mrr-daily-master-2n-icx"
- # Time period for regressions and progressions.
+ # Time period for regressions and progressions. Be CAREFULL with this
+ # number. Setting it too high causes long processing time during the
+ # application start-up.
+ # If NEWS_TIME_PERIOD = 180, it takes approx. 35 minutes to calculate
+ # annomalies for all tests.
NEWS_TIME_PERIOD = 21 # [days]
############################################################################