https://github.com/fluencelabs/xk6-fluence
k6 extension to load test fluence peer
https://github.com/fluencelabs/xk6-fluence
Last synced: 8 months ago
JSON representation
k6 extension to load test fluence peer
- Host: GitHub
- URL: https://github.com/fluencelabs/xk6-fluence
- Owner: fluencelabs
- Created: 2023-08-15T17:07:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T14:00:59.000Z (over 2 years ago)
- Last Synced: 2025-06-09T23:09:12.327Z (about 1 year ago)
- Language: Go
- Size: 72.3 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
- Installed go
- Installed xk6 `go install go.k6.io/xk6/cmd/xk6@latest`
# How to build
Run: `xk6 build --with xk6-fluence=.`. It will produce a binary k6 file in the same directory,
## Example scripts
There are many examples in the [scripts](https://github.com/fluencelabs/xk6-fluence/blob/main/scripts/) directory that show how to use various features of the extension.