reduce unittest time (#5363)

Signed-off-by: fluorinedog <fluorinedog@gmail.com>
pull/5359/head^2
FluorineDog 2021-05-24 11:54:06 +08:00 committed by GitHub
parent dd736ee8ba
commit 3f42a9ed12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "indexbuilder/utils.h"
#include "test_utils/indexbuilder_test_utils.h"
constexpr int64_t NB = 100000;
constexpr int64_t NB = 10000;
namespace indexcgo = milvus::proto::indexcgo;
using Param = std::pair<milvus::knowhere::IndexType, milvus::knowhere::MetricType>;