Skip to content
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

Support "sequential" mode for executing load tests #496

Open
rschwietzke opened this issue May 15, 2024 · 0 comments
Open

Support "sequential" mode for executing load tests #496

rschwietzke opened this issue May 15, 2024 · 0 comments

Comments

@rschwietzke
Copy link
Contributor

The command line argument sequential mode should become a property so that one can configure a load test setup to run one after the other user.

Limitations: One user per test case only, iteration based only, no load factor or profiles or other things will be obeyed. Rampup is ignored, shutdown and warmup are not. Measurement can be used to limit the entire length, but when set long enought, the test will finish by itself correctly.

Suggestion: A second version of the switch would be nice to support interleaving of the runs. So instead of running (assuming three test cases with each 3 iterations) 1/1/1/2/2/2/3/3/3, we run 1/2/3/1/2/31/2/3. When the number of iterations per run is not the same, it will be executed what is left such as 1/2/3/1/2/3/1/3 (2 is only to be executed 2 times).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant