From 5d32e5308167c84d459950810fbf8e09221f2d8d Mon Sep 17 00:00:00 2001 From: Evilham Date: Wed, 1 Mar 2023 23:22:10 +0100 Subject: [PATCH] [docs] Fix links in stress-test docs --- stress-tests/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stress-tests/README.md b/stress-tests/README.md index 54ca977..8770d50 100644 --- a/stress-tests/README.md +++ b/stress-tests/README.md @@ -11,7 +11,7 @@ This documents normalised stress-testing and references files under ## 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 performance. @@ -28,11 +28,11 @@ be interesting to expand them to interact with other services. 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 -- `[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` -- `[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. Called by `./dd-tests.sh` by default.