diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-03-13 10:13:57 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-04-04 08:22:38 +0000 |
commit | 0fc5aff9887fa7a3125c71d0662475a3f9a763ba (patch) | |
tree | 4f2810d91b2b88244f8ccf9ed0e7c8cbecede0bc /csit.infra.dash/app/cdash/report/graphs.py | |
parent | 3a8e7ca967bdb63f2497ff5654fbf94de4c465a2 (diff) |
CDash: Add comparison tables
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I8ce9e670721e1fdb1f297b3bfb8f0d8ffb916713
Diffstat (limited to 'csit.infra.dash/app/cdash/report/graphs.py')
-rw-r--r-- | csit.infra.dash/app/cdash/report/graphs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |