[skip ci] Add comments of parser file (#11413)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-11-08 13:12:59 +08:00 committed by GitHub
parent e0dd44caa5
commit ba773b21ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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():