8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c443374 commit 0dd636fCopy full SHA for 0dd636f
README.rst
@@ -31,12 +31,12 @@ Performance
31
In our testing asyncpg is, on average, **3x** faster than psycopg2
32
(and its asyncio variant -- aiopg).
33
34
-.. image:: performance.png
+.. image:: https://raw.githubusercontent.com/MagicStack/asyncpg/master/performance.png
35
:target: https://gistpreview.github.io/?b8eac294ac85 60A7 da177ff82f784ff2cb60
36
37
The above results are a geometric mean of benchmarks obtained with PostgreSQL
38
`client driver benchmarking toolbench <https://github.com/MagicStack/pgbench>`_
39
-in November 2020.
+in November 2020 (click on the chart to see full details).
40
41
42
Features
0 commit comments