From 49fa0d060d4ae2c302a4e1db6cf06e55ccaaa7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <xpokorn8@fi.muni.cz> Date: Sun, 30 Apr 2023 22:34:54 +0200 Subject: [PATCH] Adding showcase of the system to the README beside the high loads on one service during peak times --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e67eb663..38380098 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,12 @@ _**tldr;**_ scenario mimics the _cliché_ school system lecture/course enrollmen ~~~ - Navigate to [http://localhost:8089/](http://localhost:8089/) -- Enter following data - - Number of users: 250 +- Enter following data for showcasing the app usage + - Number of users: 5 + - Spawn rate: 1 + - Host: http://localhost:5000 +- Enter following data for simulating high system load + - Number of users: 250 (or more) - Spawn rate: 5 - Host: http://localhost:5000 - Switch tabs to explore the current state of the API -- GitLab