Skip to content

Commit 434564b

Browse files
authored
Update 05 constant-arrival-rate.md
Add missing sleep in the example
1 parent d5704f6 commit 434564b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export default function () {
8888
http.get('https://test.k6.io/contacts.php');
8989
// We're injecting a processing pause for illustrative purposes only!
9090
// Sleep time is 500ms. Total iteration time is sleep + time to finish request.
91+
sleep(0.5);
9192
}
9293
```
9394

0 commit comments

Comments
 (0)