From 042646c91581123104dfa3c873bd9cf4969133ca Mon Sep 17 00:00:00 2001 From: starlord Date: Thu, 18 Jul 2019 15:11:32 +0800 Subject: [PATCH] fix a typo Former-commit-id: df6a175ef25ba525c5952d7c3ed26a3aaeb4bf34 --- cpp/src/sdk/examples/simple/src/ClientTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/sdk/examples/simple/src/ClientTest.cpp b/cpp/src/sdk/examples/simple/src/ClientTest.cpp index c04a0442..a17e4e57 100644 --- a/cpp/src/sdk/examples/simple/src/ClientTest.cpp +++ b/cpp/src/sdk/examples/simple/src/ClientTest.cpp @@ -22,7 +22,7 @@ namespace { static constexpr int64_t NQ = 10; static constexpr int64_t TOP_K = 10; static constexpr int64_t SEARCH_TARGET = 5000; //change this value, result is different - static constexpr int64_t ADD_VECTOR_LOOP = 1; + static constexpr int64_t ADD_VECTOR_LOOP = 10; static constexpr int64_t SECONDS_EACH_HOUR = 3600; #define BLOCK_SPLITER std::cout << "===========================================" << std::endl; -- GitLab