Skip to content

Commit

Permalink
fixed a misspelling in the comment instant-load-increase.md (#1444)
Browse files Browse the repository at this point in the history
* fix comment in the stages section instant-load-increase.md

* fixed value of target in the comment
  • Loading branch information
Colonizator1 authored Dec 8, 2023
1 parent 748f147 commit dbd7f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/next/examples/instant-load-increase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
Expand All @@ -55,4 +55,4 @@ export const options = {
};
```

</CodeGroup>
</CodeGroup>

0 comments on commit dbd7f06

Please sign in to comment.