Skip to content

Commit

Permalink
Update Load testing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 14, 2023
1 parent f13c561 commit 2eb5bbc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,19 @@ pip install raster2polygon

## Load Testing

**CAUTION : Always take permission of server admin before you perform load test**

In order to perform load testing we use Locust , To enable this hit following command within the root dir

**Caution : Always take permission of server admin before you perform load test**
- Install locust

```
locust -f locust.py
```
```
pip install locust
```

- Run locust script
```
locust -f locust.py
```
Populate your HOST and replace it with BASE URL of the Predictor URL

0 comments on commit 2eb5bbc

Please sign in to comment.