mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update code of benchmark (#11246)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/11264/head
parent
0fac38000c
commit
7d1cb23ccb
|
@ -36,7 +36,7 @@ def collection_parser(collection_name):
|
|||
collection_size = int(collection_size) * 1000000000
|
||||
dimension = int(tmp[2])
|
||||
metric_type = str(tmp[3])
|
||||
return (data_type, collection_size, dimension, metric_type)
|
||||
return data_type, collection_size, dimension, metric_type
|
||||
|
||||
|
||||
def parse_ann_collection_name(collection_name):
|
||||
|
|
Loading…
Reference in New Issue