Skip to content

Commit 0dd636f

Browse files
committed
Update README
Use absolute URL to the performance chart so that it renders properly on PyPI and elsewhere.
1 parent c443374 commit 0dd636f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Performance
3131
In our testing asyncpg is, on average, **3x** faster than psycopg2
3232
(and its asyncio variant -- aiopg).
3333

34-
.. image:: performance.png
34+
.. image:: https://raw.githubusercontent.com/MagicStack/asyncpg/master/performance.png
3535
:target: https://gistpreview.github.io/?b8eac294ac85da177ff82f784ff2cb60
3636

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

4141

4242
Features

0 commit comments

Comments
 (0)