The current implementation omits the last index of the recorded completed requests for a thread. This causes the total number of requests written to the log files to be short by one request per thread. The number of requests missing from the log is equivalent to the number of threads used.
This change corrects the bug and allows for all the completed requests to be logged accurately to match the total number of completed requests.
The current implementation omits the last index of the recorded completed requests for a thread. This causes the total number of requests written to the log files to be short by one request per thread. The number of requests missing from the log is equivalent to the number of threads used.
This change corrects the bug and allows for all the completed requests to be logged accurately to match the total number of completed requests.