You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@thatsdone size could be range from 10, 100, 1000, 10000, 1000000
instead of seconds .. you can use the -records 1000000
with single writer , 10 writers , single reader and 10 readers
with single writer and reader (for end to end latency benchmarking)
while adding results make sure you add the steps on how do setup the s3 in aws ; even though trivial steps , it should be recorded for any new users who want to learn about the setting s3 in aws and conducting the performance benchmarking.
Describe the Issue (Bug/Feature)
Publish the performance benchmarking results of aws S3 storage using SBK
To Reproduce
use sbk -class minio for S3 performance benchmarking
MinIO SBK driver is S3 compatible APIs
Expected behavior
SBK write and read performance results on AWS S3 interface
Additional context
run the SBK in AWS , use -minio option , see the command examples here: https://github.com/kmgowda/SBK/tree/master/driver-minio
The text was updated successfully, but these errors were encountered: