minio/pkg/storage
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
..
donut/v1 Add donut benchmark for 64MB, 128MB, 256MB, 512MB 2015-02-28 17:05:46 -08:00
erasure Update erasure documentation 2015-02-23 13:39:16 -08:00
fs Implement proper delimiter and prefix handling 2015-02-28 14:47:19 -08:00
inmemory Implement delimiter, path prefix 2015-02-27 16:23:05 -08:00
storage.go Implement proper delimiter and prefix handling 2015-02-28 14:47:19 -08:00
storage_api_suite.go Implement delimiter, path prefix 2015-02-27 16:23:05 -08:00
storage_errors.go Implement bucket policy handler and with galore of cleanup 2015-02-16 18:20:40 -08:00