提交 db65b9a0 编写于 作者: S starlord

Fix unittest error


Former-commit-id: d8dc208227a2904098d899fca71b936a64a528bd
上级 c1b312e2
...@@ -18,11 +18,11 @@ namespace { ...@@ -18,11 +18,11 @@ namespace {
static const std::string TABLE_NAME = GetTableName(); static const std::string TABLE_NAME = GetTableName();
static constexpr int64_t TABLE_DIMENSION = 512; static constexpr int64_t TABLE_DIMENSION = 512;
static constexpr int64_t BATCH_ROW_COUNT = 10000; static constexpr int64_t BATCH_ROW_COUNT = 100000;
static constexpr int64_t NQ = 10; static constexpr int64_t NQ = 10;
static constexpr int64_t TOP_K = 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 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; static constexpr int64_t SECONDS_EACH_HOUR = 3600;
#define BLOCK_SPLITER std::cout << "===========================================" << std::endl; #define BLOCK_SPLITER std::cout << "===========================================" << std::endl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册