From a0f2b01fb28d0b7aaf803037e72d60ab8376f816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 28 Oct 2024 16:46:13 +0100 Subject: [PATCH] fix typo (#72) --- packages/k6-tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/k6-tests/README.md b/packages/k6-tests/README.md index 296eee3..375b2dc 100644 --- a/packages/k6-tests/README.md +++ b/packages/k6-tests/README.md @@ -7,7 +7,7 @@ This repository contains the tools we use to test and measure the performance of First provision some test users. Note that the default ramping test uses 3750 VUs. A small scale example can be found below as well ```shell ADMIN_LOGIN=admin \ -ADMIM_PASSWORD=admin \ +ADMIN_PASSWORD=admin \ PLATFORM_BASE_URL=https://localhost:9200 \ SEED_USERS_TOTAL=75 \ AUTH_N_PROVIDER_KOPANO_BASE_URL=https://localhost:9200 \ @@ -20,7 +20,7 @@ To add more users set the number of desired VUs and rerun the tests. There will To run a simple test, the number of VUs that should be simulated to execute the test scenario for the given number of iterations pick one of the existing tests. Thear name should describe what the user will be doing. Every test will wait between requests to simulate actual user behavior and not just hammer the server with requests. ```shell ADMIN_LOGIN=admin \ -ADMIM_PASSWORD=admin \ +ADMIN_PASSWORD=admin \ PLATFORM_BASE_URL=https://localhost:9200 \ AUTH_N_PROVIDER_KOPANO_BASE_URL=https://localhost:9200 \ AUTH_N_PROVIDER_KOPANO_REDIRECT_URL=https://localhost:9200/oidc-callback.html \