Skip to content

Commit

Permalink
Update perfTestRunner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Zingg authored Dec 16, 2024
1 parent ca4c7e7 commit d8fc1f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perf_test/perfTestRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def perf_test_small(phase):


def write_on_start():
print(os.getcwd() + "printing working directory\n")
f = open(reportFile, "w+")
f.write("******************************** perf test report, " + str(date.today()) + ", " + current_time + " ********************************\n\n");
f.write("------------ Test bed details ------------\n")
Expand Down Expand Up @@ -115,4 +116,4 @@ def main():
write_on_complete()

if __name__ == "__main__":
main()
main()

0 comments on commit d8fc1f6

Please sign in to comment.