Skip to content

Commit fc6a0fe

Browse files
committed
Added benchmarks in README
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent bcef104 commit fc6a0fe

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,4 @@ async def main() -> None:
6565

6666
## Benchmarks
6767

68-
We have made some benchmark to compare `PSQLPy`, `AsyncPG`, `Psycopg3`.
69-
Main idea is do not compare clear drivers because there are a few situations in which you need to use only driver without any other dependencies.
70-
71-
**So infrastructure consists of:**
72-
73-
1. AioHTTP
74-
2. PostgreSQL driver (`PSQLPy`, `AsyncPG`, `Psycopg3`)
75-
3. PostgreSQL v15. Server is located in other part of the world, because we want to simulate network problems.
76-
4. Grafana (dashboards)
77-
5. InfluxDB
78-
6. JMeter (for load testing)
79-
80-
The results are very promising! `PSQLPy` is faster than `AsyncPG` at best by 2 times, at worst by 45%. `PsycoPG` is 3.5 times slower than `PSQLPy` in the worst case, 60% in the best case.
68+
You can find benchmarks with visualization on our [docs](https://psqlpy-python.github.io/benchmarks.html)

0 commit comments

Comments
 (0)