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
…out. (#130)
Request diversion is implemented. We devide requests to different s3 clients (set of connections) by their length. Currently, there are 3 group of requests: 1) length < 1MB, 2) 1MB <=length < 10MB, 3) length >= 10MB.
Very large and very small requests on the same connection may interfere with each other.
In this issue, we evaluate the effects of request diversion that send requests of different sizes using different connects.
The text was updated successfully, but these errors were encountered: