Menu

This is documentation for the next version of K6. For the latest stable release, go to the latest version.

Open source

timers

Caution

The experimental module k6/experimental/timers has graduated, and its functionality is now available globally and through the k6/timers module. The k6/experimental/timers is deprecated and will be removed.

To migrate your scripts, remove the k6/experimental/timers imports.

This modules implements the commonly found in browsers:

FunctionDescription
setTimeoutsets a function to be run after a given timeout
clearTimeoutclears a previously set timeout with setTimeout
setIntervalsets a function to be run on a given interval
clearIntervalclears a previously set interval with setInterval