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 d5704f6 commit 434564bCopy full SHA for 434564b
src/data/markdown/translated-guides/en/02 Using k6/14 Scenarios/01 Executors/05 constant-arrival-rate.md
@@ -88,6 +88,7 @@ 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