altcha-server/misc/k6/README.md

10 lines
162 B
Markdown
Raw Normal View History

# K6 - Load Test
Very basic load testing script for [k6](https://k6.io/).
## How to run
```shell
k6 run -e LOAD_TEST_URL={altcha-api-url} TestChallenge.js
```