kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio/benchmark: Default is "medium" test, add CPython support.
rodzic
1251e83b6c
commit
7fe611172f
|
@ -4,7 +4,12 @@
|
|||
# Apache Bench (ab).
|
||||
#
|
||||
|
||||
micropython -O test_http_server_light.py &
|
||||
#python3.4.2 test_http_server_light.py &
|
||||
#micropython -O test_http_server_light.py &
|
||||
|
||||
#python3.4.2 test_http_server_medium.py &
|
||||
micropython -O -X heapsize=200wK test_http_server_medium.py &
|
||||
|
||||
sleep 1
|
||||
|
||||
ab -n10000 -c100 http://localhost:8081/
|
||||
|
|
Ładowanie…
Reference in New Issue