Remove performanceTest (#8164)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/8147/head
godchen 2021-09-18 10:13:52 +08:00 committed by GitHub
parent 1b452d1f98
commit c8c10bb3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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
}