We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fe55a commit 87e3018Copy full SHA for 87e3018
uasyncio/benchmark/test-ab-medium.sh
@@ -12,6 +12,6 @@ micropython -O -X heapsize=200wK test_http_server_medium.py &
12
13
sleep 1
14
15
-ab -n10000 -c100 http://localhost:8081/
+ab -n10000 -c100 http://127.0.0.1:8081/
16
17
kill %1
0 commit comments