From 0fc5aff9887fa7a3125c71d0662475a3f9a763ba Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 13 Mar 2023 10:13:57 +0100 Subject: CDash: Add comparison tables Signed-off-by: Tibor Frank Change-Id: I8ce9e670721e1fdb1f297b3bfb8f0d8ffb916713 --- csit.infra.dash/app/cdash/report/graphs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit.infra.dash/app/cdash/report') diff --git a/csit.infra.dash/app/cdash/report/graphs.py b/csit.infra.dash/app/cdash/report/graphs.py index 870f16a533..9d10efc4f0 100644 --- a/csit.infra.dash/app/cdash/report/graphs.py +++ b/csit.infra.dash/app/cdash/report/graphs.py @@ -80,7 +80,7 @@ def graph_iterative(data: pd.DataFrame, sel:dict, layout: dict, :param data: Data frame with iterative data. :param sel: Selected tests. :param layout: Layout of plot.ly graph. - :param normalize: If True, the data is normalized to CPU frquency + :param normalize: If True, the data is normalized to CPU frequency Constants.NORM_FREQUENCY. :param data: pandas.DataFrame :param sel: dict -- cgit 1.2.3-korg