Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fwessels/minio-benchmarking


https://github.com/fwessels/minio-benchmarking

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# minio-benchmarking

Simple benchmarking utility to test some of the core algorithms of minio object storage server.

## How to run

```
$ go test -timeout 1h -cpu 1,2,4,8,16,32,64 -bench .
```

NB Adjust the number of cores accordingly to the maximum number of cores in your server.