I am trying to do performance test of my Rest API via Jmeter and generating report from blaze Meter.
I am testing a POST operation. I want to send 50 request to the server by 50 users, means that each 1 user gonna send 1 request with delay of 1 second. I want to send 1 request by 1 user so it will make 50 request by 50 users. My Jmeter Configrations are: No of Threads: 50 Ramp up peroid : 50 Loop Count: 1
But When I genrate report via Blaze Meter, my Max Virtual Users are 4
instead of 50. Why is it 4? What am I doing wrong?