Skip to content

Commit

Permalink
Merge pull request #2007 from mayaCostantini/fix-distributed-load-doc…
Browse files Browse the repository at this point in the history
…-link

Fix link to distributed load generation documentation in CPU log warning
  • Loading branch information
cyberw authored Feb 11, 2022
2 parents ca58368 + 39eecf3 commit 19568a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def cpu_log_warning(self) -> bool:
"""Called at the end of the test"""
if self.cpu_warning_emitted:
logger.warning(
"CPU usage was too high at some point during the test! See https://docs.locust.io/en/stable/running-locust-distributed.html for how to distribute the load over multiple CPU cores or machines"
"CPU usage was too high at some point during the test! See https://docs.locust.io/en/stable/running-distributed.html for how to distribute the load over multiple CPU cores or machines"
)
return self.cpu_warning_emitted

Expand Down

0 comments on commit 19568a0

Please sign in to comment.