diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-02-06 09:13:12 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-02-06 09:13:12 +0100 |
commit | 1bf86fd7039ecb70ae32de0c87eb8f450a93d9d7 (patch) | |
tree | 3af772855a5d2fb44eeaaadb17758e01a097d234 /resources/tools/presentation/generator_plots.py | |
parent | 6ad0f543745f4ac104ab55c0c2f903713c162315 (diff) |
Report: Add mlx5 latency
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I73effa0711aee8143c7f66c809087e44a1b12e73
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index ce1fbd32f8..70faffc8f4 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -734,6 +734,7 @@ def plot_perf_box_name(plot, input_data): test_type = u"HOSTSTACK" elif test[u"type"] in (u"LDP_NGINX",): + logging.info(test) if u"TCP_CPS" in test[u"tags"]: test_type = u"VSAP_CPS" y_vals[test[u"parent"]].append( |