-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the TPS centered executor #8
Comments
With a delay of less than 1 second it goes beyond 3000 TPS. With a delay of 1 second or more on each iteration the system is not able to reach the desired TPS, even if it's only 10. When trying with 2000 TPS it reaches only 1000 TPS more or less. Next step is to find a way to use more CPU resources so that the desired TPS is reachable. How about executing the testplan more than once per second based on some heuristic? |
Looking at how JMeter has this implemented in the Throughput Shaping Timer Feedback Function I found that if the current RPS,
The source code in k6 for the |
I decided to go with the following approach:
|
How about looking at Tsung's model for adaptive users rate? http://tsung.erlang-projects.org/user_manual/conf-load.html |
Tasks:
The text was updated successfully, but these errors were encountered: