🔨 Select client with random indexes

This commit is contained in:
2024-09-14 20:06:32 +04:00
parent 891f1f1333
commit de5a5dc96e
2 changed files with 12 additions and 13 deletions

View File

@ -69,7 +69,7 @@ func newRequest(
if clientsCount == 1 {
getClient = getSharedClientFuncSingle(clients[0])
} else {
getClient = getSharedClientFuncMultiple(clients)
getClient = getSharedClientFuncMultiple(clients, localRand)
}
getRequest := getRequestGeneratorFunc(