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
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
* fix: clean up / fix ClientCount logic
Removes the workaround for #1000 from the multiple rows benchmark.
Since we're no longer adjusting min, and the `Config` class already validates
`min_clients <= max_clients` we no longer need to do it here.
Fixes two small bugs in the existing code (AFAICT):
* `ClientCount` would usually (always?) return `min_clients` because
`min_clients <= max_clients` is generally true.
* No need to subtract 1 from `max_clients` when generating a random number.
0 commit comments