mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
revert some noused changes
Former-commit-id: b5998d91c47d5b29b63130c9672272ae30e9139c
This commit is contained in:
parent
a5c0612aac
commit
6521cd022b
@ -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)
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user