jzhao
13 years agoOccasional Contributor
LoadUI Pro fault fixed rate generator
The fixed rate generator has an obvious bug. Since it evenly distribute the load generation during the time allocated, it always misses the load by 1. Say I set load to be 2 per minute and run the test for 1 minute. It will send out the first request at 30th sec and the second one at 60th sec. However, the test stops at 1 minute and kills the second request. Please fix the bug.