Fix script path for k6 load test (#2068)
This commit is contained in:
parent
0bc54f8728
commit
61fe38e0d4
|
|
@ -3,5 +3,5 @@
|
|||
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 benchmarks/script.js
|
||||
$ k6 run test/load/script.js
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue