Skip to content
Snippets Groups Projects
Commit eb0ead97 authored by Jan Pokorný's avatar Jan Pokorný :lifter_tone2:
Browse files

Adding navigation to locust interface

parent 9cfdc649
No related branches found
No related tags found
1 merge request!37M3 locust
...@@ -87,13 +87,20 @@ After enrolling in the courses, the students browse through the list of lectures ...@@ -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. _**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 ~~~console
cd ./application cd ./application
docker-compose up docker-compose up
locust 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 # Diagrams
DTO Class Diagram: DTO Class Diagram:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment