Skip to content

Commit f8575fe

Browse files
fix; clarify that all load is configured in scenarios
1 parent 3671c05 commit f8575fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/06 Test Types/00 Load test types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The main types are as follows. Each type has its own article outlining its essen
3333

3434
<Blockquote mod="note" title="">
3535

36-
In k6 scripts, configure your load in the [`options` object](/using-k6/k6-options/reference/) or using [Scenarios](/using-k6/scenarios). The workload configuration is separated from the logic of VUs.
36+
In k6 scripts, configure load in the [`options`](/using-k6/k6-options/reference/) object with [Scenarios](/using-k6/scenarios) (or the [`stages` shortcut](/using-k6/k6-options/reference/#stages)). This separates workload configuration from iteration logic.
3737

3838
</Blockquote>
3939

0 commit comments

Comments
 (0)