gosbench icon indicating copy to clipboard operation
gosbench copied to clipboard

Distributed S3 benchmarking tool - Replacement of Cosbench

Results 4 gosbench issues
Sort by recently updated
recently updated
newest added

Because the allocation of memory before getobject, the performance of read decreases when the object size is large. **before**   | write |   | read |   -- | -- | --...

Currently we do not check that the worker preparations are successful and just naively proceed: https://github.com/mulbc/gosbench/blob/99cf7762456d2424708b08049c312973ddb56bd6/worker/main.go#L88 Implement a feature to let the worker retry the preparation step and let the...

bug

**Describe the bug** When config objects `number_distribution: sequential` and `number_min: 1`, only 1 object writes many times **To Reproduce** Steps to reproduce the behavior: Only fill 1 op when `number_distribution`...

bug

**Describe the bug** When setting the parameter stop_with_runtime with a value, it give a error **To Reproduce** Steps to reproduce the behavior: 1. Config a yaml with the value: "stop_with_runtime:...

bug