From d2dddef938a8929d8c8e39b3b7ed7194b45c5ba4 Mon Sep 17 00:00:00 2001 From: Lorenzo Ceccon <lorenzo.ceccon@holi.team> Date: Thu, 10 Aug 2023 14:30:01 +0200 Subject: [PATCH] HOLI-5404 Updated README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..ab1fc2c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +# Holi Load Testing + +Holi Load Testing is implemented using [Grafana k6](https://k6.io/docs/). + +## Installation: + +To run Holi Load Testing locally, follow these steps: + +1. Clone the repository. +2. Execute `docker-compose up -d`. +3. Go to `http://127.0.0.1:5665` when the logo here below appears: + +``` + + /\ |‾‾| /‾‾/ /‾‾/ + /\ / \ | |/ / / / + / \/ \ | ( / ‾‾\ + / \ | |\ \ | (‾) | + / __________ \ |__| \__\ \_____/ .io +``` \ No newline at end of file -- GitLab