Skip to content

Commit ead2797

Browse files
committed
update readme
1 parent e8567b7 commit ead2797

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# stac-api-load-balancing
2-
Taurus and Locust load balancing tools for testing stac-api backends.
1+
# stac-api-load-testing
2+
Taurus and Locust load testing tools for stac-api backends.
33

44
![Alt text](readme_files/taurus-pgstac.png?raw=true "stac-fastapi-pgstac")
55

@@ -12,12 +12,12 @@ Taurus and Locust load balancing tools for testing stac-api backends.
1212
```$ pip install -e .```
1313

1414
## Install from PyPI
15-
```$ pip install stac-api-load-balancing```
15+
```$ pip install stac-api-load-testing```
1616

1717
```
18-
Usage: stac-api-load-balancing [OPTIONS]
18+
Usage: stac-api-load-testing [OPTIONS]
1919
20-
Entry point for the stac-api-load-balancing CLI tool.
20+
Entry point for the stac-api-load-testing CLI tool.
2121
2222
This tool facilitates data ingestion, Locust load testing, and Taurus
2323
performance testing against a specified STAC API endpoint.
@@ -48,14 +48,14 @@ Options:
4848
```
4949

5050
## Ingest test data - http://localhost:8084 is just an example url
51-
```$ stac-api-load-balancing --ingest --api-address http://localhost:8084```
51+
```$ stac-api-load-testing --ingest --api-address http://localhost:8084```
5252

53-
## Run Locust Load Balancing Ouside of Taurus Wrapper
54-
```$ stac-api-load-balancing --locust --api-address http://localhost:8084```
53+
## Run Locust Load Testing Ouside of Taurus Wrapper
54+
```$ stac-api-load-testing --locust --api-address http://localhost:8084```
5555
- go to ```http://localhost:8089``` and start with desired settings
5656

5757
## Inside of Taurus Wrapper
58-
```$ stac-api-load-balancing --taurus --api-address http://localhost:8084```
58+
```$ stac-api-load-testing --taurus --api-address http://localhost:8084```
5959

6060
## Debugging Locust tasks using a single simulated user
61-
```$ python stac_api_load_balancing/config_files/locustfile.py```
61+
```$ python stac_api_load_testing/config_files/locustfile.py```

0 commit comments

Comments
 (0)