未验证 提交 98259c32 编写于 作者: W wt 提交者: GitHub

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

Signed-off-by: Nwangting0128 <ting.wang@zilliz.com>
上级 f25def79
......@@ -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):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册