Skip to content

Commit

Permalink
docs: fix tables in README (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Sep 8, 2023
1 parent a8a5d0a commit fd09517
Showing 1 changed file with 18 additions and 18 deletions.
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

0 comments on commit fd09517

Please sign in to comment.