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
The attached contention profile (collected with http://golang.org/cl/6443115 on
a parallel http load test) shows great amount of contention on
http.Transport.putIdleConn(), and the load test fails to scale beyond 4 cores.
I think we need try to reduce critical sections and see how it affects
performance/scalability.