From 64794b8e249f2c48c0abf170ab3c159eb555b378 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 6 Oct 2023 07:34:33 +0000 Subject: [PATCH] C-Dash: Fix hoststack graphs Change-Id: Ie91ef1d83e595a6b69ecd35aad5443896ffc96b9 Signed-off-by: Tibor Frank --- csit.infra.dash/app/cdash/trending/graphs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit.infra.dash/app/cdash/trending/graphs.py b/csit.infra.dash/app/cdash/trending/graphs.py index ab8b627a7a..a1d61a07fc 100644 --- a/csit.infra.dash/app/cdash/trending/graphs.py +++ b/csit.infra.dash/app/cdash/trending/graphs.py @@ -159,8 +159,8 @@ def graph_trending( add_info = ( f"bandwidth [{row[C.UNIT['hoststack-bps']]}]: " f"{row[C.VALUE['hoststack-bps']]:,.0f}
" - f"latency [{row[C.UNIT['hoststack-lat']]}]: " - f"{row[C.VALUE['hoststack-lat']]:,.0f}
" + f"latency [{row[C.UNIT['hoststack-latency']]}]: " + f"{row[C.VALUE['hoststack-latency']]:,.0f}
" ) else: add_info = str() -- 2.16.6