Skip to content

Commit 7d4fcf0

Browse files
authored
Update benchmarks, add psycopg3 (#1042)
Fixes: #924
1 parent 2f20bae commit 7d4fcf0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: README.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@ The project documentation can be found
2828
Performance
2929
-----------
3030

31-
In our testing asyncpg is, on average, **3x** faster than psycopg2
32-
(and its asyncio variant -- aiopg).
31+
In our testing asyncpg is, on average, **5x** faster than psycopg3.
3332

3433
.. image:: https://raw.githubusercontent.com/MagicStack/asyncpg/master/performance.png
35-
:target: https://gistpreview.github.io/?b8eac294ac85da177ff82f784ff2cb60
34+
:target: https://gistpreview.github.io/?0ed296e93523831ea0918d42dd1258c2
3635

3736
The above results are a geometric mean of benchmarks obtained with PostgreSQL
3837
`client driver benchmarking toolbench <https://github.com/MagicStack/pgbench>`_
39-
in November 2020 (click on the chart to see full details).
38+
in June 2023 (click on the chart to see full details).
4039

4140

4241
Features

Diff for: performance.png

-5.92 KB
Loading

0 commit comments

Comments
 (0)