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
fix: create one protosocket client with poolsize arg for connection_count (#405)
Creating just one protosocket client (and thus only one underlying connection manager) results in better load-balanced connections and also prevents multiple clients from hitting up the endpoint discovery api every 30 seconds.
However, we must make sure to start the same number of protosocket_task workers, else we undercut rpc-perf's ability to reach the target TPS.
0 commit comments