From dbd7f06999b30c8596a0222a2db7b4ba4c11cc5a Mon Sep 17 00:00:00 2001 From: Colonizator1 <39800054+Colonizator1@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:27:05 +0100 Subject: [PATCH] fixed a misspelling in the comment instant-load-increase.md (#1444) * fix comment in the stages section instant-load-increase.md * fixed value of target in the comment --- docs/sources/next/examples/instant-load-increase.md | 2 +- .../docs/05 Examples/01 Examples/22 instant-load-increase.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/next/examples/instant-load-increase.md b/docs/sources/next/examples/instant-load-increase.md index 72e952341e..fb1ad70f88 100644 --- a/docs/sources/next/examples/instant-load-increase.md +++ b/docs/sources/next/examples/instant-load-increase.md @@ -47,7 +47,7 @@ export const options = { preAllocatedVUs: 10, startVUs: 3, stages: [ - { target: 20, duration: '30s' }, // linearly go from 3 VUs to 200 VUs for 30s + { target: 20, duration: '30s' }, // linearly go from 3 VUs to 20 VUs for 30s { target: 100, duration: '0' }, // instantly jump to 100 VUs { target: 100, duration: '10m' }, // continue with 100 VUs for 10 minutes ], diff --git a/src/data/markdown/docs/05 Examples/01 Examples/22 instant-load-increase.md b/src/data/markdown/docs/05 Examples/01 Examples/22 instant-load-increase.md index 682bf20138..4a778c42dc 100644 --- a/src/data/markdown/docs/05 Examples/01 Examples/22 instant-load-increase.md +++ b/src/data/markdown/docs/05 Examples/01 Examples/22 instant-load-increase.md @@ -46,7 +46,7 @@ export const options = { preAllocatedVUs: 10, startVUs: 3, stages: [ - { target: 20, duration: '30s' }, // linearly go from 3 VUs to 200 VUs for 30s + { target: 20, duration: '30s' }, // linearly go from 3 VUs to 20 VUs for 30s { target: 100, duration: '0' }, // instantly jump to 100 VUs { target: 100, duration: '10m' }, // continue with 100 VUs for 10 minutes ], @@ -55,4 +55,4 @@ export const options = { }; ``` - \ No newline at end of file +