mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comments of parser file (#11413)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
e0dd44caa5
commit
ba773b21ca
@ -5,6 +5,7 @@ logger = logging.getLogger("milvus_benchmark.parser")
|
||||
|
||||
|
||||
def operations_parser(operations):
|
||||
""" get the type and params of test """
|
||||
if not operations:
|
||||
raise Exception("No operations in suite defined")
|
||||
for run_type, run_params in operations.items():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user