Skip to content

Commit 85a5012

Browse files
[fix] close parens
1 parent 38ff262 commit 85a5012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/markdown/translated-guides/en/02 Using k6/14 Scenarios/01 Executors/05 constant-arrival-rate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: 'A fixed number of iterations are started in a specified period of time
55

66
With the `constant-arrival-rate` executor, k6 starts a fixed number of iterations over a specified period of time.
77
It is an open-model executor, meaning iterations start independently of system response (for details, read
8-
[Open and Closed models](/using-k6/scenarios/concepts/open-vs-closed).
8+
[Open and Closed models](/using-k6/scenarios/concepts/open-vs-closed)).
99

1010
This executor continues to start iterations at the given rate as long as VUs are available.
1111
The time to execute an iteration can vary with test logic or the system-under-test response time.

src/data/markdown/translated-guides/en/02 Using k6/14 Scenarios/01 Executors/06 ramping-arrival-rate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: 'A variable number of iterations are started in a specified period of t
55

66
With the `ramping-arrival-rate` executor, k6 starts iterations at a variable rate.
77
It is an open-model executor, meaning iterations start independently of system response (for details, read
8-
[Open and Closed models](/using-k6/scenarios/concepts/open-vs-closed).
8+
[Open and Closed models](/using-k6/scenarios/concepts/open-vs-closed)).
99

1010
This executor has _stages_ that configure target number of iterations and the time k6 takes to reach or stay at this target.
1111
Unlike the [ramping VUs executor](/using-k6/scenarios/executors/ramping-vus/), which configures VUs,

0 commit comments

Comments
 (0)