Skip to content

SunRunAway/cloudStgBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudStgBench

Benchmark tool for cloud storage

type Interface interface {
	Put(r io.Reader, size int64) (fileName string, err error)      // 单纯上传一个文件
	InitFileList(n int, size int64) (fileList []string, err error) // 上传n个文件,并且拿到文件列表, 内容无所谓,都为空白就行
	Get(fileName string) (io.ReadCloser, error)                    // 对单个文件名进行下载
}

About

bench tool for cloud storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •