Number of iterations should be treated per client, not "global" #350
Labels
breaking
Non-backwards compatible change
bug
Something's wrong
:Load Driver
Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
Milestone
Consider the following task:
Current behavior: Each client will execute
iterations / clients
(= 100 / 10) = 10 iterations. This can be sometimes puzzling and is also inconsistent to how we treattime-period
. When a user specifiestime-period
, each client will run for that time period (and not a fraction of it).New behavior: Each client will execute 100 iterations.
As this behavior may break some benchmarks (by running more iterations than expected) we should check whether there is an easy way to warn users of this new behavior (the warning will be removed after some grace period).
The text was updated successfully, but these errors were encountered: