From eb0ead97410a7c097c347f0a1322a2c256b52fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <xpokorn8@fi.muni.cz> Date: Wed, 26 Apr 2023 22:31:14 +0200 Subject: [PATCH] Adding navigation to locust interface --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f48b0f..e67eb663 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,20 @@ 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. -- **Running the scenario**: +- Starting locust: ~~~console cd ./application docker-compose up locust ~~~ +- Navigate to [http://localhost:8089/](http://localhost:8089/) +- Enter following data + - Number of users: 250 + - Spawn rate: 5 + - Host: http://localhost:5000 +- Switch tabs to explore the current state of the API + # Diagrams DTO Class Diagram: -- GitLab