Skip to content

ciaranarcher/fconcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

File download and concatenation benchmarking

It is assumed that the bucket contains files one.mp3, two.mp3 and three.mp3.

To benchmark two files being concatenated:

BUCKET="https://s3-us-west-2.amazonaws.com/somebucket/optional-path" go test -bench=BenchmarkConcat2 -count=10

To benchmark three files being concatenated:

BUCKET="https://s3-us-west-2.amazonaws.com/somebucket/optional-path" go test -bench=BenchmarkConcat3 -count=10

Tests can be run in the usual way:

BUCKET="https://s3-us-west-2.amazonaws.com/somebucket/optional-path" go test ./...

About

File download and concatenation in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages