[docs] Fix links in stress-test docs

nc-nginx-test
Evilham 2023-03-01 23:22:10 +01:00
parent 96e5ce8f33
commit 5d32e53081
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ This documents normalised stress-testing and references files under
## VM tests ## VM tests
- `[vm-tests.sh][vm-tests.sh]`: generate a text file to compare CPU and other - [`vm-tests.sh`][vm-tests.sh]: generate a text file to compare CPU and other
factors across VM types, providers or instances which may affect DD factors across VM types, providers or instances which may affect DD
performance. performance.
@ -28,11 +28,11 @@ be interesting to expand them to interact with other services.
This directory contains following files: This directory contains following files:
- `[dd-stress-test.tpl.jmx][dd-stress-test.tpl.jmx]`: template to generate - [`dd-stress-test.tpl.jmx`][dd-stress-test.tpl.jmx]: template to generate
[JMeter][jm] tests to execute [JMeter][jm] tests to execute
- `[dd-tests.sh][dd-tests.sh]`: helper script that generates the actual test - [`dd-tests.sh`][dd-tests.sh]: helper script that generates the actual test
plan files and executes them. See `./dd-tests.sh --help` plan files and executes them. See `./dd-tests.sh --help`
- `[dd-tests-selenium.py][dd-tests-selenium.py]`: this gives us an idea of - [`dd-tests-selenium.py`][dd-tests-selenium.py]: this gives us an idea of
how a user would perceive DD to be behaving while under load. how a user would perceive DD to be behaving while under load.
Called by `./dd-tests.sh` by default. Called by `./dd-tests.sh` by default.