From 2d76910a18d4b5b25096771519ac00afbd877191 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <xpokorn8@fi.muni.cz>
Date: Thu, 4 May 2023 09:11:37 +0200
Subject: [PATCH] fixing readme for locust

---
 README.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 38380098..dc64157e 100644
--- a/README.md
+++ b/README.md
@@ -87,22 +87,23 @@ After enrolling in the courses, the students browse through the list of lectures
 
 _**tldr;**_ scenario mimics the _cliché_ school system lecture/course enrollment process, where students _fight_ against others for any available seats in courses and lectures they are interested in. It also demonstrates the ability of the system to handle multiple users simultaneously, ensuring that the enrollment process is seamless and hassle-free.
 
-- Starting locust:
+- Starting locust (while running all system modules):
     ~~~console
     cd ./application
-    docker-compose up
     locust
     ~~~
 
-- Navigate to [http://localhost:8089/](http://localhost:8089/)
-- Enter following data for showcasing the app usage
-  - Number of users: 5
+- Navigate to http://localhost:8089
+- Enter following data for basic showcasing the app usage
+  - Number of users: 3
   - Spawn rate: 1
-  - Host: http://localhost:5000
+  - Host: http://localhost:8081
+  - Token: retrievable from http://localhost:8080/token
 - Enter following data for simulating high system load
-  - Number of users: 250 (or more)
+  - Number of users: 60 (or try more)
   - Spawn rate: 5
-  - Host: http://localhost:5000
+  - Host: http://localhost:8081
+  - Token: retrievable from http://localhost:8080/token
 - Switch tabs to explore the current state of the API 
 
 # Diagrams
-- 
GitLab