[skip ci] Update comments of benchmark (#11095)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/11114/head
wt 2021-11-02 19:45:29 +08:00 committed by GitHub
parent a8e28df5ab
commit e747b4b2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ def get_len_vectors_per_file(data_type, dimension):
def get_vectors_from_binary(nq, dimension, data_type):
# use the first file, nq should be less than VECTORS_PER_FILE
# use the first file, nq should be less than VECTORS_PER_FILE 10001
if nq > MAX_NQ:
raise Exception("Over size nq")
if data_type == "local":