Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana/k6-jslib-functional
https://github.com/grafana/k6-jslib-functional
functional jslib k6 load-testing
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grafana/k6-jslib-functional
- Owner: grafana
- License: apache-2.0
- Created: 2022-10-06T12:09:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T12:50:40.000Z (about 2 years ago)
- Last Synced: 2024-12-11T07:48:30.091Z (23 days ago)
- Topics: functional, jslib, k6, load-testing
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# k6-jslib-functional
## Usage
This jslib can be used in the context of k6 scripts by importing it from its [jslib.k6.io](https://jslib.k6.io/functional/0.0.3/index.js) url directly:
```js
import { test } from "https://jslib.k6.io/functional/0.0.3/index.js";
```