Skip to content

Commit

Permalink
Explain 'VU' term in 'Get started' tutorial (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
anym0us authored Apr 9, 2024
1 parent 6fae94e commit 7925d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Now your script has logic to simulate user behavior, and assertions for function

It's time to increase the load to see how it performs.
To increase the load, use the scenarios property.
Scenarios schedule load according to the number of VUs, number of iterations, VUs, or by iteration rate.
Scenarios schedule load according to the number of [virtual users (VUs)](https://grafana.com/docs/k6/<K6_VERSION>/get-started/running-k6/#add-vus), number of iterations, VUs, or by iteration rate.

### Run a smoke test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Now your script has logic to simulate user behavior, and assertions for function

It's time to increase the load to see how it performs.
To increase the load, use the scenarios property.
Scenarios schedule load according to the number of VUs, number of iterations, VUs, or by iteration rate.
Scenarios schedule load according to the number of [virtual users (VUs)](/get-started/running-k6/#adding-more-vus), number of iterations, VUs, or by iteration rate.

### Run a smoke test

Expand Down

0 comments on commit 7925d5e

Please sign in to comment.