Closed plorente closed 5 years ago
Hi,
I want to point there is a syntax error on fan_out.bdl scenario: line 18 woker_start = poisson(1000 rps)): should be worker_start=poisson(1000 rps)):
There is a missing r, that makes that all clients connect at same time.
Hi @plorente thanks, fixed!
Hi,
I want to point there is a syntax error on fan_out.bdl scenario: line 18 woker_start = poisson(1000 rps)): should be worker_start=poisson(1000 rps)):
There is a missing r, that makes that all clients connect at same time.