Replies: 1 comment 3 replies
-
Could be a couple of different reasons. Arrival rate is not the same thing as RPS. RPS is derived from a combination of:
For example, consider a phase of 10 seconds with 1 arrival/second, where each request takes 2 seconds to complete. The test will run for 12 seconds in total, and make 10 requests, so RPS will be reported as 0.83. To increase RPS you may need to:
We have a blog post that goes into more details of Artillery's workload modeling here: https://www.artillery.io/blog/load-testing-workload-models |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there anything from your side that would explain why a "rampTo 300" is not achieved. At max, 251 requests/vusers per second
Thank you
Best regards
Beta Was this translation helpful? Give feedback.
All reactions