What does this PR implement?
This presents some basic load testing results for a different number of workers. Full results are in Load-test-v0.2.3.ipynb. The server was on EC2 us-west2 in Oregon and the clients were on my machine. Here's a quick summary:
For 20, 50 or 100 clients, 90% of the responses are returned within 0.5s
For 20, 50 or 100 clients, 95% of the responses are returns within 0.75s.
The 97th and 99th percentile grow linearly from 20 clients. It starts at 0.75s and 1s and grows to 2 and 2.5 seconds respectively.
What does this PR implement? This presents some basic load testing results for a different number of workers. Full results are in
Load-test-v0.2.3.ipynb
. The server was on EC2us-west2
in Oregon and the clients were on my machine. Here's a quick summary: