diff --git a/cpp/test_client/src/ClientTest.cpp b/cpp/test_client/src/ClientTest.cpp index b6dd0789900edfa20a7854ec1ce0682b24a2b404..2e38ce6c153a565bc8661ef9ef96e968e315b21d 100644 --- a/cpp/test_client/src/ClientTest.cpp +++ b/cpp/test_client/src/ClientTest.cpp @@ -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++) {