mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 10:33:01 +03:00
8 lines
181 B
Markdown
8 lines
181 B
Markdown
### Load testing
|
|
|
|
This is a simple load test script set up with k6s. If you have a server running locally, you can run the load test with:
|
|
|
|
```bash
|
|
$ k6 run test/load/script.js
|
|
```
|