Skip to content

Commit d696a0c

Browse files
committed
Stress testing directory added
1 parent 08b372a commit d696a0c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

psqlpy-stress/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docker compose up
1313

1414
2. Log in to IfluxDB. Default credential are `admin`:`admin`. Save token that will be shown to you after login.
1515
3. Create a bucket inside InfluxDB named `psqlpy-stress-bucket`.
16-
4. Connect InfluxDB to grafana.
16+
4. Connect InfluxDB to grafana.
1717
host: `http://influxdb:8086`
1818
database: `psqlpy-stress-bucket`
1919
user: `admin`
@@ -29,8 +29,13 @@ docker compose up
2929
- p50 rps
3030

3131
6. Run poetry install in root
32-
7. Launch application via
32+
7. Apply migrations to database (default database is in docker-compose).
33+
You can change `database_url` inside `psqlpy_stress.settings` file in order to connect to external database.
34+
35+
8. Launch application via
3336

3437
```bash
3538
python -m psqlpy_stress.app
3639
```
40+
41+
9. You can start load testing drivers.

0 commit comments

Comments
 (0)