mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci] Add comment of utils file on benchmark (#10889)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
e0a2bf336d
commit
165be0445d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user