[skip ci] Add comment of utils file on benchmark (#10889)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-10-29 12:09:04 +08:00 committed by GitHub
parent e0a2bf336d
commit 165be0445d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,7 @@ def modify_file(file_path_list, is_modify=False, input_content=""):
def read_json_file(file_name):
""" return content of json file """
with open(file_name) as f:
file_dict = json.load(f)
return file_dict