We are performing load testing via JMeter on our server. We are testing 2 load operations(Registration and Authentication). We have separate plans for both test-plans. Each test-plan consists of 2 HTTP Requests. After the first HTTP request, we are forming the response(using 3rd party jars) and forwarding it to the 2nd HTTP request.
Now, in the first load-operation(Registration), we are getting a throughput of ~10/sec.
But, we are getting 1.3/sec of throughput in the second operation(Authentication).
We are using the exact configurations for both operations. We tried increasing the HEAP size for JMETER and still, we are achieving the same throughput. We can use distributed testing as last resort, but we want to know the root cause of the problem.