-
Notifications
You must be signed in to change notification settings - Fork 136
Description
I am running performance testing using Autopilot with a broad range of load levels - from 256 VUs to 1,024 VUs. When I configure Driver script, I have to specify ramp-up time sufficiently high to allow for creation of the number of virtual users specified by Autopilot.
I noticed that HammerDB creates just over a 100 VU per minute, so I have to specify ramp-up time of at least 10 minutes to allow enough time to create all VUs for the largest number of VUs in Autopilot sequence, which is too much time for the initial number of VUs, which is 256. I also have to specify a very long time (10 + 5 + 1) for "Minutes per test in Autopilot sequence".
It would be helpful for HammerDB users if the ramp-up time calculation started AFTER all requested VUs are created and HammerDB just wait until requested number of users created prior to applying ramp-up time andm "Minutes for thes duration".
This would significantly speed up overall time required for long and diverse Autopilot sequences and make ramp-up time uniform across VUs in the test set.