Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix tables in README #2254

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ number of unix sockets (connections) with a pipelining depth of 10 running on No
### Connections 1


Tests Samples Result Tolerance Difference with slowest
|─────────────────────|─────────|───────────────|───────────|─────────────────────────|
http - no keepalive 15 5.32 req/sec ± 2.61 % -
http - keepalive 10 5.35 req/sec ± 2.47 % + 0.44 %
undici - fetch 15 41.85 req/sec ± 2.49 % + 686.04 %
undici - pipeline 40 50.36 req/sec ± 2.77 % + 845.92 %
undici - stream 15 60.58 req/sec ± 2.75 % + 1037.72 %
undici - request 10 61.19 req/sec ± 2.60 % + 1049.24 %
undici - dispatch 20 64.84 req/sec ± 2.81 % + 1117.81 %
| Tests | Samples | Result | Tolerance | Difference with slowest |
|---------------------|---------|---------------|-----------|-------------------------|
| http - no keepalive | 15 | 5.32 req/sec | ± 2.61 % | - |
| http - keepalive | 10 | 5.35 req/sec | ± 2.47 % | + 0.44 % |
| undici - fetch | 15 | 41.85 req/sec | ± 2.49 % | + 686.04 % |
| undici - pipeline | 40 | 50.36 req/sec | ± 2.77 % | + 845.92 % |
| undici - stream | 15 | 60.58 req/sec | ± 2.75 % | + 1037.72 % |
| undici - request | 10 | 61.19 req/sec | ± 2.60 % | + 1049.24 % |
| undici - dispatch | 20 | 64.84 req/sec | ± 2.81 % | + 1117.81 % |


### Connections 50

Tests Samples Result Tolerance Difference with slowest
|─────────────────────|─────────|──────────────────|───────────|─────────────────────────|
undici - fetch 30 2107.19 req/sec ± 2.69 % -
http - no keepalive 10 2698.90 req/sec ± 2.68 % + 28.08 %
http - keepalive 10 4639.49 req/sec ± 2.55 % + 120.17 %
undici - pipeline 40 6123.33 req/sec ± 2.97 % + 190.59 %
undici - stream 50 9426.51 req/sec ± 2.92 % + 347.35 %
undici - request 10 10162.88 req/sec ± 2.13 % + 382.29 %
undici - dispatch 50 11191.11 req/sec ± 2.98 % + 431.09 %
| Tests | Samples | Result | Tolerance | Difference with slowest |
|---------------------|---------|------------------|-----------|-------------------------|
| undici - fetch | 30 | 2107.19 req/sec | ± 2.69 % | - |
| http - no keepalive | 10 | 2698.90 req/sec | ± 2.68 % | + 28.08 % |
| http - keepalive | 10 | 4639.49 req/sec | ± 2.55 % | + 120.17 % |
| undici - pipeline | 40 | 6123.33 req/sec | ± 2.97 % | + 190.59 % |
| undici - stream | 50 | 9426.51 req/sec | ± 2.92 % | + 347.35 % |
| undici - request | 10 | 10162.88 req/sec | ± 2.13 % | + 382.29 % |
| undici - dispatch | 50 | 11191.11 req/sec | ± 2.98 % | + 431.09 % |


## Quick Start
Expand Down