[skip ci] Update return of benchmark (#11142)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-11-03 19:20:58 +08:00 committed by GitHub
parent f25def79ed
commit 98259c321b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ def operations_parser(operations):
raise Exception("No operations in suite defined")
for run_type, run_params in operations.items():
logger.debug(run_type)
return (run_type, run_params)
return run_type, run_params
def collection_parser(collection_name):