Skip to content

Commit 9208771

Browse files
authored
Update scripts/run_tests.py
1 parent cd22cde commit 9208771

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/run_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def run_processes(self, additional_mpi_args):
231231
def run_performance(self):
232232
if not self.__ppc_env.get("PPC_ASAN_RUN"):
233233
mpi_running = self.__build_mpi_cmd(self.__ppc_num_proc, "")
234-
# Collect perf stats for all implementations, including seq as baseline.
235234
for task_type in ["all", "mpi", "seq"]:
236235
self.__run_exec(
237236
mpi_running

0 commit comments

Comments
 (0)