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

Load testing parameters #584

Open
hpkoolkarni opened this issue Jul 13, 2023 · 1 comment
Open

Load testing parameters #584

hpkoolkarni opened this issue Jul 13, 2023 · 1 comment

Comments

@hpkoolkarni
Copy link

Can I get all the parameters that are used for load testing in zerocode. I am performing rampup testing using zerocode and the ramp-up is 5k requests in first 10 mins, 10kin next 10mins and 15k in last 10 mins. And I am implementing this using loadTestSuite. Right now my load_generation file for 5k req in10min looks like
number.of.threads=84
ramp.up.period.in.seconds=10
loop.count=60
interactive.html.report.disabled=true
So this should generate a load of 5k in 10 mins right? But the test goes on and doesn't stop only and after 1-2 hrs I am getting only 1000 records in the report. Is there any parameter to stop the test after certain time?

@arkadiusz97
Copy link

Is there any parameter to stop the test after certain time?

You can set maximum time of test execution by setting abort.after.time.lapsed.in.seconds parameter described here: https://github.com/authorjapps/performance-tests/blob/master/src/test/resources/load_generation_1per1sec.properties

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

2 participants