File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ docker compose up
1313
14142 . Log in to IfluxDB. Default credential are ` admin ` :` admin ` . Save token that will be shown to you after login.
15153 . 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
31316 . 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
3538python -m psqlpy_stress.app
3639```
40+
41+ 9 . You can start load testing drivers.
You can’t perform that action at this time.
0 commit comments