minio/pkg/storage/donut/v1
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_gen_v1 donut_gen works with new Donut Frame 2015-02-28 16:30:18 -08:00
.gitignore Add proper entries for GobHeader, Data copy. 2015-02-21 01:44:27 -08:00
donut.go Donut now tests amount written should match expected amount to write 2015-02-28 16:09:52 -08:00
donut_test.go Add donut benchmark for 64MB, 128MB, 256MB, 512MB 2015-02-28 17:05:46 -08:00