reduce unittest time cost

Former-commit-id: b568b26516a7894bf7a69471a3876f8222e2a180
This commit is contained in:
starlord 2019-07-04 13:02:47 +08:00 committed by jinhai
parent 854dfeb85b
commit 2036586acf
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;