You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/markdown/docs/01 guides/02 Using k6/14 Scenarios.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ hideFromSidebar: false
10
10
> existing scripts and configurations will continue to work as before. For a list of breaking changes,
11
11
> see the [k6 v0.27.0 release notes](https://github.com/loadimpact/k6/releases/tag/v0.27.0).
12
12
13
-
Scenarios allow us to make in-depth configurations to how VUs and iterations are scheduled, allowing
14
-
k6 scenarios enable configuring how VUs and iterations are scheduled, making it possible to model diverse traffic patterns in load tests. Benefits of using scenarios include:
13
+
Scenarios allow us to make in-depth configurations to how VUs and iterations are scheduled. This makes it possible to model diverse traffic patterns in load tests. Benefits of using scenarios include:
15
14
16
15
- Multiple scenarios can be declared in the same script, and each one can
17
16
independently execute a different JavaScript function, which makes organizing tests easier
0 commit comments