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
|
||||
high-level streams, created by the ``asyncio.start_server()`` function;
|
||||
and the *protocol* benchmark uses ``loop.create_server()`` with a simple
|
||||
echo protocol. Read more about uvloop performance
|
||||
`here <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
|
||||
echo protocol. Read more about uvloop
|
||||
`performance <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
|
||||
|
||||
|
||||
Installation
|
||||
|
|
Loading…
Reference in New Issue