minio/pkg
Harshavardhana 6b397844b9 Add donut benchmark for 64MB, 128MB, 256MB, 512MB
Current average values

~~~
> minio/pkg/storage/donut/v1 *> go test -bench .
OK: 2 passed
PASS
BenchmarkDonut64M              5         266249634 ns/op         252.05 MB/s
BenchmarkDonut128M             3         436507394 ns/op         307.48 MB/s
BenchmarkDonut256M             2         836116359 ns/op         321.05 MB/s
BenchmarkDonut512M             1        1676738951 ns/op         320.19 MB/s
ok      github.com/minio-io/minio/pkg/storage/donut/v1  8.430s
> minio/pkg/storage/donut/v1 *>
~~~
2015-02-28 17:05:46 -08:00
..
api Implement proper delimiter and prefix handling 2015-02-28 14:47:19 -08:00
server Remove HTTP server timeouts write and read. 2015-02-24 13:55:24 -08:00
storage Add donut benchmark for 64MB, 128MB, 256MB, 512MB 2015-02-28 17:05:46 -08:00
utils Merge pull request #224 from abperiasamy/units 2015-02-28 16:12:10 -08:00