From 202a1ef9863d7aa54f4a41c9ca25f0014a7935cd Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 22 Jan 2024 15:33:40 +0100 Subject: [PATCH] Update README.md: fix table --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 069ba206b63..e2ed1671cf4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ npm i undici The benchmark is a simple `hello world` [example](benchmarks/benchmark.js) using a 50 TCP connections with a pipelining depth of 10 running on Node 20.10.0. +``` │ Tests │ Samples │ Result │ Tolerance │ Difference with slowest │ |─────────────────────|─────────|─────────────────|───────────|─────────────────────────| │ got │ 45 │ 1661.71 req/sec │ ± 2.93 % │ - │ @@ -33,6 +34,7 @@ The benchmark is a simple `hello world` [example](benchmarks/benchmark.js) using │ undici - request │ 55 │ 7773.98 req/sec │ ± 2.93 % │ + 367.83 % │ │ undici - stream │ 70 │ 8425.96 req/sec │ ± 2.91 % │ + 407.07 % │ │ undici - dispatch │ 50 │ 9488.99 req/sec │ ± 2.85 % │ + 471.04 % │ +``` ## Quick Start