Skip to content

Commit 6f7bed1

Browse files
committed
uasyncio: test_http_server_heavy.py: Comment out mem_info() call.
1 parent 8669263 commit 6f7bed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uasyncio/benchmark/test_http_server_heavy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def serve(reader, writer):
3333
#logging.basicConfig(level=logging.DEBUG)
3434
signal.signal(signal.SIGPIPE, signal.SIG_IGN)
3535
loop = asyncio.get_event_loop()
36-
mem_info()
36+
#mem_info()
3737
loop.call_soon(asyncio.start_server(serve, "0.0.0.0", 8081, backlog=100))
3838
loop.run_forever()
3939
loop.close()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy