[skip ci] Update comments of parser on benchmark (#13484)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/13566/head
wt 2021-12-16 15:20:59 +08:00 committed by GitHub
parent 66bfb69eb4
commit 62f6532881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ logger = logging.getLogger("milvus_benchmark.parser")
def operations_parser(operations):
""" get the type and params of test """
""" 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():