k6 package
Functions
| Function | Description |
|---|---|
| check(val, sets, tags) | Run checks on a value. |
| fail(err) | Immediately throw an error, aborting the current script iteration. |
| group(name, fn) | Run code inside a group. |
| sleep(t) | Suspend VU execution for the specified duration. |