kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio: test-ab-medium.sh: Run ab on http://127.0.0.1 .
On some hosts, http://localhost doesn't work, apparently ab resolve it via IPv6 or something.pull/188/head
rodzic
f5fe55aaef
commit
87e30182a1
|
@ -12,6 +12,6 @@ micropython -O -X heapsize=200wK test_http_server_medium.py &
|
|||
|
||||
sleep 1
|
||||
|
||||
ab -n10000 -c100 http://localhost:8081/
|
||||
ab -n10000 -c100 http://127.0.0.1:8081/
|
||||
|
||||
kill %1
|
||||
|
|
Ładowanie…
Reference in New Issue