Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Fix typo in load-test README
Browse files Browse the repository at this point in the history
The path to the script needs a leading "/"
  • Loading branch information
jwalgran committed Mar 24, 2022
1 parent 0f3d366 commit 66bd1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ To invoke an instance of the load test streaming output to the k6 Cloud:
```console
$ export K6_CLOUD_TOKEN=...
$ docker-compose \
-f docker-compose.k6.yml \
run --rm k6 run -o cloud scripts/zoom_rio_de_janerio_with_contributor_filter.js
-f docker-compose.yml \
run --rm k6 run -o cloud /scripts/zoom_rio_de_janerio_with_contributor_filter.js
```

0 comments on commit 66bd1be

Please sign in to comment.