Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana/xk6-timers
https://github.com/grafana/xk6-timers
k6 xk6
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grafana/xk6-timers
- Owner: grafana
- License: apache-2.0
- Created: 2022-03-11T14:29:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T15:33:54.000Z (11 months ago)
- Last Synced: 2024-09-28T15:02:10.635Z (3 months ago)
- Topics: k6, xk6
- Language: Go
- Homepage:
- Size: 78.1 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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