Skip to content

Commit 4f7ac42

Browse files
[fix] delete sleep and comment from arrival rate
I forgot to remove the comments in #1008, causing incoherence.
1 parent 737d1a3 commit 4f7ac42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ export const options = {
8686

8787
export default function () {
8888
http.get('https://test.k6.io/contacts.php');
89-
// We're injecting a processing pause for illustrative purposes only!
90-
// Sleep time is 500ms. Total iteration time is sleep + time to finish request.
91-
sleep(0.5);
9289
}
9390
```
9491

0 commit comments

Comments
 (0)