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.
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.