mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Update return of benchmark (#11142)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
f25def79ed
commit
98259c321b
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user