uber-archive / multitransport-jsonrpc

JSON-RPC Client (Node.js & Browser) and Server (Node.js) aim at "natural looking" server and client code.
116 stars 22 forks source link

Extended performance tests #6

Closed squamos closed 11 years ago

dfellis commented 11 years ago

Definitely useful information. The last two perf tests are almost perfectly correlated to a maximum throughput (10x increase in message size produces approximately 1/10th the requests per second).

Beyond the other improvements in the other PRs, we may want to add in connection pooling.

Merging.