Fix script path for k6 load test (#2068)

This commit is contained in:
Igor Kapkov 2022-07-29 22:00:50 +10:00 committed by GitHub
parent 0bc54f8728
commit 61fe38e0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```