mirror of https://github.com/MagicStack/uvloop.git
Fix README to render on PyPI
This commit is contained in:
parent
40c3470f6b
commit
6b494bbe90
|
@ -27,8 +27,8 @@ message sizes. The *sockets* benchmark uses ``loop.sock_recv()`` and
|
||||||
``loop.sock_sendall()`` methods; the *streams* benchmark uses asyncio
|
``loop.sock_sendall()`` methods; the *streams* benchmark uses asyncio
|
||||||
high-level streams, created by the ``asyncio.start_server()`` function;
|
high-level streams, created by the ``asyncio.start_server()`` function;
|
||||||
and the *protocol* benchmark uses ``loop.create_server()`` with a simple
|
and the *protocol* benchmark uses ``loop.create_server()`` with a simple
|
||||||
echo protocol. Read more about uvloop performance
|
echo protocol. Read more about uvloop
|
||||||
`here <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
|
`performance <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
Loading…
Reference in New Issue