Replies: 1 comment 1 reply
-
That's by design @mmathoosh. When the desired load can't be handled by one worker, you need to scale out horizontally by adding more workers, and at the same time reducing your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running tests with Playwright engine and in the yml setup I have e.g.:
config:
target: https://xyz.abc
phases:
- arrivalCount: 10
duration: 600
Why using 10 workers in run-aci (azure storage) multiplies the number of virtual users ending at 10*10=100?
My understanding was that if the load set by yml setup cannot be handled by 1 worker, I will raise workers and the problem is solved.
Meaning 10 workers -> each will take 1 virtual user and operate. (10*1 = arrivalCount: 10)
Beta Was this translation helpful? Give feedback.
All reactions