reduce unittest time cost

Former-commit-id: 0c97f4623a480616b47f18fb0b72cbc33b393b66
pull/191/head
starlord 2019-07-04 13:02:47 +08:00 committed by jinhai
parent 84e0c5808a
commit 1b5953bd0d
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace {
static const std::string TABLE_NAME = "test_group";
static constexpr int64_t TABLE_DIM = 256;
static constexpr int64_t VECTOR_COUNT = 250000;
static constexpr int64_t INSERT_LOOP = 100000;
static constexpr int64_t INSERT_LOOP = 10000;
engine::meta::TableSchema BuildTableSchema() {
engine::meta::TableSchema table_info;

View File

@ -21,7 +21,7 @@ namespace {
static const std::string TABLE_NAME = "test_group";
static constexpr int64_t TABLE_DIM = 256;
static constexpr int64_t VECTOR_COUNT = 250000;
static constexpr int64_t INSERT_LOOP = 100000;
static constexpr int64_t INSERT_LOOP = 10000;
engine::meta::TableSchema BuildTableSchema() {
engine::meta::TableSchema table_info;