diff options
Diffstat (limited to 'resources/tools/dash/app/pal/utils')
-rw-r--r-- | resources/tools/dash/app/pal/utils/constants.py | 9 | ||||
-rw-r--r-- | resources/tools/dash/app/pal/utils/tooltips.yaml | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/resources/tools/dash/app/pal/utils/constants.py b/resources/tools/dash/app/pal/utils/constants.py index 1f31185f71..b5ab6f65af 100644 --- a/resources/tools/dash/app/pal/utils/constants.py +++ b/resources/tools/dash/app/pal/utils/constants.py @@ -255,14 +255,13 @@ class Constants: # application. NEWS_HTML_LAYOUT_FILE = "pal/templates/news_layout.jinja2" - # 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. NEWS_TIME_PERIOD = TIME_PERIOD # [days] - # Time period for summary tables. - NEWS_SUMMARY_PERIOD = 7 # [days] + # Time periods for summary tables. + NEWS_LAST = 1 # [days] + NEWS_SHORT = 7 # [days] + NEWS_LONG = NEWS_TIME_PERIOD # [days] ############################################################################ # Report. diff --git a/resources/tools/dash/app/pal/utils/tooltips.yaml b/resources/tools/dash/app/pal/utils/tooltips.yaml index 2086b575a9..476882076c 100644 --- a/resources/tools/dash/app/pal/utils/tooltips.yaml +++ b/resources/tools/dash/app/pal/utils/tooltips.yaml @@ -24,6 +24,8 @@ help-normalize: are not normalized as we do not know the exact value of CPU frequency. help-release: The CSIT release. +help-summary-period: + Choose the number of runs for summary tables. help-tbed: The test bed is defined by toplology (number of nodes) and processor architecture. |