[skip ci] Update code of benchmark (#11246)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/11264/head
wt 2021-11-04 18:10:27 +08:00 committed by GitHub
parent 0fac38000c
commit 7d1cb23ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):