Benchmarking.. #65
Replies: 3 comments
-
@JMarkin Hello! Thanks for testing the library. I'm going to look into it. As far as I know, MagicStack benchmark is a little strange cuz it shows that psycopg 5! times slower than asyncpg, I haven't seen such outperformance in any test I've made. |
Beta Was this translation helpful? Give feedback.
-
@JMarkin Last but not least, you can check this repo https://github.com/ymezencev/db_perf, it uses the old version of psqlpy, but it beats the asyncpg. |
Beta Was this translation helpful? Give feedback.
-
Moved to discussions |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for great job.
I added your driver to pgbeanch from MagicStack team. And result super different then your.
Full report https://public.jmarkin.ru/pgbeanch.html
Example result
psqlpy slower than all of other driver: aiopg, psycopg, asyncpg, etc.
Can you help me understand why your beanchmark give better results?
Beta Was this translation helpful? Give feedback.
All reactions