Paul Sokolovsky
|
ab3198edd7
|
uasyncio: benchmark/boom_uasyncio.py: More assert output.
|
2018-05-11 14:18:02 +10:00 |
Paul Sokolovsky
|
9c18d6f39b
|
uasyncio: test_http_server_heavy: Close socket with "finally".
|
2017-11-05 17:46:50 +02:00 |
Paul Sokolovsky
|
87e30182a1
|
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.
|
2017-06-06 21:37:55 +03:00 |
Paul Sokolovsky
|
53193ba2e7
|
uasyncio: benchmark: Modern browsers produce requests more than 256 bytes.
So, not all of the request was read, and a browser would report than
connection was reset.
|
2017-03-16 01:55:32 +03:00 |
Paul Sokolovsky
|
67445f3334
|
uasyncio: benchmark: Rename test runners to correspond to underlying tests.
|
2017-02-15 11:19:10 +03:00 |
Paul Sokolovsky
|
6a4973331a
|
uasyncio: benchmark: Set higher queue length for "medium" test.
Following setting the default conservatively low in the module.
Surprisingly, heavy test appears to work with new default length
of 42.
|
2017-02-15 11:17:02 +03:00 |
Paul Sokolovsky
|
6f7bed1c53
|
uasyncio: test_http_server_heavy.py: Comment out mem_info() call.
|
2016-01-11 00:07:43 +02:00 |
Paul Sokolovsky
|
86692631c1
|
uasyncio: Add missing Boom HTTP testing tool support script.
|
2016-01-10 23:39:40 +02:00 |
Paul Sokolovsky
|
7fe611172f
|
uasyncio/benchmark: Default is "medium" test, add CPython support.
|
2015-06-21 02:03:42 +03:00 |
Paul Sokolovsky
|
1251e83b6c
|
uasyncio/benchmark: Add "medium load" server, serving 12K output per request.
|
2015-06-21 02:03:37 +03:00 |
Paul Sokolovsky
|
68b30061bc
|
uasyncio/benchmark: CPython asyncio compatibility.
Unlimited .read() doesn't play well with it.
|
2015-06-21 02:00:42 +03:00 |
Paul Sokolovsky
|
0ce0123ab5
|
uasyncio/benchmark: Update for latest uasyncio/micropython.
|
2015-06-21 01:59:34 +03:00 |
Paul Sokolovsky
|
20ddd54cb9
|
uasyncio: close() is synchronous method, ours is aclose() then.
|
2015-01-02 01:51:44 +02:00 |
Paul Sokolovsky
|
171717dc8a
|
uasyncio: Add automated script for validation testing with Boom.
|
2014-11-27 22:15:36 +02:00 |
Paul Sokolovsky
|
c1159a477e
|
uasyncio: Add automated script for performance testing with Apache Bench.
|
2014-11-12 23:43:28 +02:00 |