Skip to content

Commit 87e3018

Browse files
committed
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.
1 parent f5fe55a commit 87e3018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uasyncio/benchmark/test-ab-medium.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ micropython -O -X heapsize=200wK test_http_server_medium.py &
1212

1313
sleep 1
1414

15-
ab -n10000 -c100 http://localhost:8081/
15+
ab -n10000 -c100 http://127.0.0.1:8081/
1616

1717
kill %1

0 commit comments

Comments
 (0)