authorjapps / authorjapps/zerocode

Load testing parameters

Open
#584 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1k
Forks
453
Avg merge
7d 2h
Merged PRs (30d)
5

Description

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?

Contributor guide

Open the contributing guide

Research direction

Start by tracing how loadTestSuite consumes the parameters in the shown load_generation file, especially number.of.threads, ramp.up.period.in.seconds, and loop.count. Check how the run termination and report generation are handled; done means the configured ramp-up stops as expected and the resulting report reflects the requested load.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
performance, testing
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.