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
Either warm up the connection pool by pre-connecting or avoid counting the time spent on establishing a socket, since that's a fixed cost that goes away when a connection is reused.
Not a big deal when iteration count is sufficiently larger than concurrency, but would be nice to fix.
The text was updated successfully, but these errors were encountered:
Either warm up the connection pool by pre-connecting or avoid counting the time spent on establishing a socket, since that's a fixed cost that goes away when a connection is reused.
Not a big deal when iteration count is sufficiently larger than concurrency, but would be nice to fix.
The text was updated successfully, but these errors were encountered: