Load generator may complete prematurely
sbordet opened this issue · 0 comments
sbordet commented
In case of multiple iterations, one iteration may be slower than the last one.
The load generator will complete the CompletableFuture
returned by begin()
when the last iteration is completed, but that does not mean that previous iterations also are completed.
The load generator must wait for all iterations to finish before completing the CompletableFuture
returned by begin()
.