aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/input_data_parser.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-02-03 08:05:09 +0100
committerTibor Frank <tifrank@cisco.com>2023-02-03 07:13:29 +0000
commit336e149f082dafb62c1ba01d72a156c8f2674dda (patch)
tree5e251c695593b6f3df21d1f09c23651d0f98e432 /resources/tools/presentation/input_data_parser.py
parentdb9dd3777b7c89f772f1b17c6d10bbd88fcd19bd (diff)
Report: Add mlx5 tests
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ifca88af4dc0fde18f459e490f12a8e57b71aab89 (cherry picked from commit 101daf3a8a707688700447cc9c6cdbd6f53e7360)
Diffstat (limited to 'resources/tools/presentation/input_data_parser.py')
-rw-r--r--resources/tools/presentation/input_data_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py
index 11cbae7259..72d4253db0 100644
--- a/resources/tools/presentation/input_data_parser.py
+++ b/resources/tools/presentation/input_data_parser.py
@@ -825,7 +825,7 @@ class ExecutionChecker(ResultVisitor):
result["completed-requests"] = int(groups.group(5))
result["failed-requests"] = int(groups.group(6))
result["bytes-transferred"] = int(groups.group(4))
- if "TCP_CPS"in tags:
+ if "TCP_CPS" in tags:
result["cps"] = float(groups.group(3))
elif "TCP_RPS" in tags:
result["rps"] = float(groups.group(3))