Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grafana/xk6-timers


https://github.com/grafana/xk6-timers

k6 xk6

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# xk6-timers

This extension adds a PoC implementation of setTimeout and friends based on code by @na--

It is implemented using the [xk6](https://k6.io/blog/extending-k6-with-xk6/) system.

## Getting started

1. Install `xk6`:
```shell
$ go install go.k6.io/xk6/cmd/xk6@latest
```

2. Build the binary:
```shell
$ xk6 build --with github.com/grafana/xk6-timers
```

## Examples

See ./mdn_example.js