revert some noused changes

Former-commit-id: b5998d91c47d5b29b63130c9672272ae30e9139c
This commit is contained in:
Yu Kun 2019-08-29 19:29:46 +08:00
parent a5c0612aac
commit 6521cd022b
2 changed files with 2 additions and 2 deletions

View File

@ -42,5 +42,5 @@ add_subdirectory(server)
add_subdirectory(db)
add_subdirectory(knowhere)
add_subdirectory(metrics)
add_subdirectory(scheduler)
#add_subdirectory(scheduler)
#add_subdirectory(storage)

View File

@ -24,7 +24,7 @@ using namespace zilliz::milvus;
namespace {
static const char* TABLE_NAME = "test_group";
static constexpr int64_t TABLE_DIM = 512;
static constexpr int64_t TABLE_DIM = 256;
static constexpr int64_t VECTOR_COUNT = 250000;
static constexpr int64_t INSERT_LOOP = 10000;
static constexpr int64_t SECONDS_EACH_HOUR = 3600;