Skip to content

Commit

Permalink
fix dlio workload parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 5, 2024
1 parent 94b14e1 commit a8b17c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, scenario, numFilesTrain, recordLength, bucket, batchSizes):

def ParseTestConfigForDlioWorkloads(testConfigFileName):
"""Parses the given workload test configuration file for DLIO workloads."""
print(f'Parsing {fioTestConfigFile} for DLIO workloads ...')
print(f'Parsing {testConfigFileName} for DLIO workloads ...')
with open(testConfigFileName) as f:
file = json.load(f)
testConfig = file['TestConfig']
Expand Down

0 comments on commit a8b17c3

Please sign in to comment.