We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737d1a3 commit 4f7ac42Copy full SHA for 4f7ac42
src/data/markdown/translated-guides/en/02 Using k6/14 Scenarios/01 Executors/05 constant-arrival-rate.md
@@ -86,9 +86,6 @@ export const options = {
86
87
export default function () {
88
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);
92
}
93
```
94
0 commit comments