Skip to content

Commit

Permalink
docs(perf-test) Update README (#8410)
Browse files Browse the repository at this point in the history
  • Loading branch information
eboneil authored Jul 13, 2023
1 parent cbbe083 commit 83ebeb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions perf-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ pip3 install locust
Note that it supports python versions 3.6 and up. Refer to
this [guide](https://docs.locust.io/en/stable/installation.html) for more details.

You will also need to import requirements in order to run the Locustfile scripts:
```shell
pip3 install -r requirements.txt
```

## Locustfiles

[Locustfiles](./locustfiles) define how the users will behave once they are spawned. Refer to
Expand Down

0 comments on commit 83ebeb2

Please sign in to comment.