qaspen-python / psqlpy

Asynchronous Python PostgreSQL driver written in Rust
https://qaspen-python.github.io/
MIT License
151 stars 3 forks source link

docker-compose.yml not found on psqlpy-stress folder #61

Open BimaAdi opened 4 days ago

BimaAdi commented 4 days ago

If you read the README.md on psqlpy-stess folder https://github.com/qaspen-python/psqlpy/blob/main/psqlpy-stress/README.md. You found that you need to perform docker compose up but I don't find any docker-compose.yml file. on psqlpy-stress folder. Is It missing or typo on README.md?

chandr-andr commented 3 days ago

Hello! We are changing our benchmarks at the moment. Previously we were using JMeter with influx and grafana for testing and showing results and now we've switched to bombardier, but didn't have time to change README.

insani7y commented 2 days ago

@BimaAdi Hi! We've just updated our README on our driver's stress testing. You can check it out here