提交 456cdf0f 编写于 作者: G groot

reduce unittest time


Former-commit-id: c4760e4a7c7abe6b1643bb9abd12a886fbe1493c
上级 e7e4692d
......@@ -273,7 +273,7 @@ TEST_F(NewMemManagerTest, INSERT_TEST) {
int insert_loop = 20;
for (int i = 0; i < insert_loop; ++i) {
int64_t nb = 409600;
int64_t nb = 40960;
std::vector<float> xb;
BuildVectors(nb, xb);
engine::IDNumbers vector_ids;
......@@ -308,7 +308,7 @@ TEST_F(NewMemManagerTest, CONCURRENT_INSERT_SEARCH_TEST) {
engine::IDNumbers vector_ids;
engine::IDNumbers target_ids;
int64_t nb = 409600;
int64_t nb = 40960;
std::vector<float> xb;
BuildVectors(nb, xb);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册