diff --git a/test/load/README.md b/test/load/README.md index 91cd40ca4..b8483bc34 100644 --- a/test/load/README.md +++ b/test/load/README.md @@ -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 ```