diff --git a/README.rst b/README.rst index e5212156..42c7fc26 100644 --- a/README.rst +++ b/README.rst @@ -28,15 +28,14 @@ The project documentation can be found Performance ----------- -In our testing asyncpg is, on average, **3x** faster than psycopg2 -(and its asyncio variant -- aiopg). +In our testing asyncpg is, on average, **5x** faster than psycopg3. .. image:: https://raw.githubusercontent.com/MagicStack/asyncpg/master/performance.png - :target: https://gistpreview.github.io/?b8eac294ac85da177ff82f784ff2cb60 + :target: https://gistpreview.github.io/?0ed296e93523831ea0918d42dd1258c2 The above results are a geometric mean of benchmarks obtained with PostgreSQL `client driver benchmarking toolbench `_ -in November 2020 (click on the chart to see full details). +in June 2023 (click on the chart to see full details). Features diff --git a/performance.png b/performance.png index d5f9d507..b4a5726f 100644 Binary files a/performance.png and b/performance.png differ