Acceleration period 0 vs 1

What is the difference between Rise 1 and Rise 0? I have a row count of 10 and this increments 0 of some of my cases making a null pointer exception. With an increase of 1, his work penalty. With a ramp up 1, this means that within 1 second, 10 users will start together. What happens to increase to 0?

+3


source to share


1 answer


If you set the ramp to 0, all threads will start 1 second after starting the test. If the ramp-up period is zero, JMeter will create all threads with one time and send requests immediately...

You can use it whenever you need a sudden large influx of requests on your site.



Let's say you configured it to use 10 threads and have a ramp period of 0, and then when you start your test run it will make 10 requests at the same time .

+5


source







All Articles