Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwessels/minio-benchmarking
https://github.com/fwessels/minio-benchmarking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fwessels/minio-benchmarking
- Owner: fwessels
- Created: 2020-05-18T23:40:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T18:38:40.000Z (10 months ago)
- Last Synced: 2024-01-27T19:46:09.213Z (10 months ago)
- Language: Go
- Size: 1.25 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.