Merge branch 'branch-0.3.1' into 'branch-0.3.1'

reduce unittest time cost

See merge request megasearch/milvus!158

Former-commit-id: da369fc7b5c2c48c2320a0deb845c75b85c6825a
This commit is contained in:
jinhai 2019-07-04 14:47:55 +08:00
commit f576b349ec
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;