anistor
16 years agoNew Contributor
How can I fix this?
I have created a load test for a service I have coded. If I run the calls with fixed data (10 threads for 30 seconds) I get to run around 600 calls/s.
If I replace the fixed values with random generated values (using groovy) I am able to execute only 120 calls/s.
The problem is not in the web service because I logged the time used by each call and the total time of execution is around 6 seconds (consistent with the number of total calls run). The rest of the time up to 30 seconds is used by SOAPUI.
What is really happening?
How can I fix this
If I replace the fixed values with random generated values (using groovy) I am able to execute only 120 calls/s.
The problem is not in the web service because I logged the time used by each call and the total time of execution is around 6 seconds (consistent with the number of total calls run). The rest of the time up to 30 seconds is used by SOAPUI.
What is really happening?
How can I fix this