myzhan / boomer

A better load generator for locust, written in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spawn rate in standalone mode

FloMedja opened this issue · comments

Description

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

Any update on this matter ?

We need a new design for spawnRate. If you only need to use standalone mode, you can use 1.6.0 before that happens.