mirror of https://github.com/milvus-io/milvus.git
parent
dd736ee8ba
commit
3f42a9ed12
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue