Skip to content

Commit a0f2b01

Browse files
authored
fix typo (#72)
1 parent 6efcaa3 commit a0f2b01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/k6-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository contains the tools we use to test and measure the performance of
77
First provision some test users. Note that the default ramping test uses 3750 VUs. A small scale example can be found below as well
88
```shell
99
ADMIN_LOGIN=admin \
10-
ADMIM_PASSWORD=admin \
10+
ADMIN_PASSWORD=admin \
1111
PLATFORM_BASE_URL=https://localhost:9200 \
1212
SEED_USERS_TOTAL=75 \
1313
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
2020
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.
2121
```shell
2222
ADMIN_LOGIN=admin \
23-
ADMIM_PASSWORD=admin \
23+
ADMIN_PASSWORD=admin \
2424
PLATFORM_BASE_URL=https://localhost:9200 \
2525
AUTH_N_PROVIDER_KOPANO_BASE_URL=https://localhost:9200 \
2626
AUTH_N_PROVIDER_KOPANO_REDIRECT_URL=https://localhost:9200/oidc-callback.html \

0 commit comments

Comments
 (0)