uasyncio/benchmark: Default is "medium" test, add CPython support.

pull/33/merge
Paul Sokolovsky 2015-06-21 02:02:54 +03:00
rodzic 1251e83b6c
commit 7fe611172f
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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/