mirror of https://github.com/milvus-io/milvus.git
parent
1b452d1f98
commit
c8c10bb3d6
|
@ -82,7 +82,6 @@ func NewMinIOKV(ctx context.Context, option *Option) (*MinIOKV, error) {
|
|||
bucketName: option.BucketName,
|
||||
}
|
||||
log.Debug("MinioKV new MinioKV success.")
|
||||
//go kv.performanceTest(false, 16<<20)
|
||||
|
||||
return kv, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue