Replies: 1 comment
-
hi @wired00 👋 arrivalCount of 50 would create 50 virtual users during the entire load phase, which is 600s in this case. So, only 50 users in 10 minutes, whereas the example sets arrivalRate of 50 to launch 50 every second for 10 minutes to create sustained load. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should this:
https://artillery.io/docs/guides/getting-started/writing-your-first-test.html#Load-Phases
Actually be?
Note the
arrivalCount: 50
.I came to this conclusion over detail in fixed number of arrivals per second. it describes the fixed number would use
arrivalCount
https://artillery.io/docs/guides/guides/test-script-reference.html#Fixed-number-of-arrivals-per-second
Beta Was this translation helpful? Give feedback.
All reactions