You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: