We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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/?b8eac294ac85da177ff82f784ff2cb60
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