Skip to content

Commit

Permalink
Added logs of successful output
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Sep 10, 2024
1 parent e55827c commit 90e8bf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,7 @@ def writeRecordsToCsvOutputFile(output: dict, output_file_path: str):
# exist already.
ensureDir(os.path.dirname(output_file_path))
writeRecordsToCsvOutputFile(output, output_file_path)
print(
"\n\nSuccessfully published outputs of DLIO test runs to"
f" {output_file_path} !!!\n\n"
)
4 changes: 4 additions & 0 deletions perfmetrics/scripts/testing_on_gke/examples/fio/parse_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,7 @@ def writeRecordsToCsvOutputFile(output: dict, output_file_path: str):
# exist already.
ensureDir(os.path.dirname(output_file_path))
writeRecordsToCsvOutputFile(output, output_file_path)
print(
"\n\nSuccessfully published outputs of FIO test runs to"
f" {output_file_path} !!!\n\n"
)

0 comments on commit 90e8bf0

Please sign in to comment.