Update test nq size

Former-commit-id: 933de17077aa4027a827f01f30278cab6e8b8434
pull/191/head
zhenwu 2019-10-23 09:53:33 +08:00
parent 05fda8c7ee
commit 13d7b1971a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import numpy
from milvus import Milvus, IndexType, MetricType
from utils import *
nb = 100000
nb = 10000
dim = 128
index_file_size = 10
vectors = gen_vectors(nb, dim)