From d25d2126635811167eacb60c0ff52eaa31d33c90 Mon Sep 17 00:00:00 2001 From: tjandy98 <3953059+tjandy98@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:46:34 +0800 Subject: [PATCH] Fix doc link --- docs/increasing-request-rate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/increasing-request-rate.rst b/docs/increasing-request-rate.rst index f133aafb..70cd226b 100644 --- a/docs/increasing-request-rate.rst +++ b/docs/increasing-request-rate.rst @@ -16,7 +16,7 @@ Load generation performance If Locust prints a warning about high CPU usage (``WARNING/root: CPU usage above 90%! ...``) try the following: - - Run Locust `distributed `__ to utilize multiple cores & multiple machines + - Run Locust `distributed `__ to utilize multiple cores & multiple machines - Try switching to `FastHttpUser `__ to reduce CPU usage - Check to see that there are no strange/infinite loops in your code