mirror of https://github.com/milvus-io/milvus.git
reduce unittest time cost
Former-commit-id: 0c97f4623a480616b47f18fb0b72cbc33b393b66pull/191/head
parent
84e0c5808a
commit
1b5953bd0d
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue