You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using apm{bench|soak} in a distributed way to scale load generation would cause the benchmark results to be broken. We should handle this by introducing a mechanism to select a leader/coordinator. The leader will be in charge of collecting and reporting benchmark metrics while the non-leader nodes will generate load and communicate their state to the leader. The communication can be explicit (using a gossip protocol) or implicit (by monitoring benchmark metrics).
The text was updated successfully, but these errors were encountered:
Using
apm{bench|soak}
in a distributed way to scale load generation would cause the benchmark results to be broken. We should handle this by introducing a mechanism to select a leader/coordinator. The leader will be in charge of collecting and reporting benchmark metrics while the non-leader nodes will generate load and communicate their state to the leader. The communication can be explicit (using a gossip protocol) or implicit (by monitoring benchmark metrics).The text was updated successfully, but these errors were encountered: