提交 bdef129e 编写于 作者: G groot

fix unitest load config error


Former-commit-id: e1ff282a7eb4c81ee76efe43751f9d7329e8ddf3
上级 b8148d8e
......@@ -177,7 +177,7 @@ TEST(SearchVector, CLIENT_TEST) {
{
const int32_t anchor_index = 300;
const int32_t search_count = 10;
const int64_t top_k = 10;
const int64_t top_k = 5;
server::TimeRecorder rc("Search binary batch top_k");
VecBinaryTensorList tensor_list;
for(int32_t k = anchor_index; k < anchor_index + search_count; k++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册