Skip to content

Commit fbf95e0

Browse files
hyuknmikeiovine
authored andcommitted
[None][chore] Remove duplicate log outputs in test_perf.py (#8418)
Signed-off-by: Yukun He <23156053+hyukn@users.noreply.github.com> Signed-off-by: Mike Iovine <6158008+mikeiovine@users.noreply.github.com>
1 parent 1cb71d4 commit fbf95e0

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
@@ -1798,7 +1798,6 @@ def get_perf_result(self, outputs: Dict[int, str]) -> float:
17981798
metric.metric_regex.search(line)
17991799
for line in outputs[cmd_idx].split("\n")
18001800
]
1801-
print_info(outputs[cmd_idx].split("\n"))
18021801
metric_values = []
18031802
for match in regex_matches:
18041803
if match:

0 commit comments

Comments
 (0)