Skip to content

Commit 6c8ba3b

Browse files
hyuknchzblych
authored andcommitted
[None][chore] Remove duplicate log outputs in test_perf.py (NVIDIA#8418)
Signed-off-by: Yukun He <[email protected]> Signed-off-by: Mike Iovine <[email protected]>
1 parent 102e556 commit 6c8ba3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/defs/perf/test_perf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,6 @@ def get_perf_result(self, outputs: Dict[int, str]) -> float:
18961896
metric.metric_regex.search(line)
18971897
for line in outputs[cmd_idx].split("\n")
18981898
]
1899-
print_info(outputs[cmd_idx].split("\n"))
19001899
metric_values = []
19011900
for match in regex_matches:
19021901
if match:

0 commit comments

Comments
 (0)