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
I update the version of boomer from 1.6.0 to the latest version on master. I noticed that now the data of boomer during a OnEvent always returns the number of specified client in data[user_count]. Previously it returns the number of current clients spawn according to the spawn rate specified. When look in the code I notice that this commit removed the usage of the spawnRate.
I am wondering what is the new way to configure a spawnRate when using boomer in standalone mode.
Best regards
The text was updated successfully, but these errors were encountered:
Description
I update the version of
boomer
from1.6.0
to thelatest
version on master. I noticed that now thedata
of boomer during aOnEvent
always returns the number of specified client indata[user_count]
. Previously it returns the number of current clients spawn according to the spawn rate specified. When look in the code I notice that this commit removed the usage of thespawnRate
.I am wondering what is the new way to configure a
spawnRate
when usingboomer
in standalone mode.Best regards
The text was updated successfully, but these errors were encountered: