From 83f36b73eedf60a9eadb0020db29a38f4e727980 Mon Sep 17 00:00:00 2001 From: Ben Halverson <7907232+benhalverson@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:23:20 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20fixed=20benchmark?= =?UTF-8?q?=20links=20(#2991)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #2988 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de1bdcfbb97..72c32de1346 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm i undici ## Benchmarks -The benchmark is a simple getting data [example](benchmarks/benchmark.js) using a +The benchmark is a simple getting data [example](https://github.com/nodejs/undici/blob/main/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_ | @@ -35,7 +35,7 @@ The benchmark is a simple getting data [example](benchmarks/benchmark.js) using | undici - stream | 15 | 20317.29 req/sec | ± 2.13 % | + 448.46 % | | undici - dispatch | 10 | 24883.28 req/sec | ± 1.54 % | + 571.72 % | -The benchmark is a simple sending data [example](benchmarks/post-benchmark.js) using a +The benchmark is a simple sending data [example](https://github.com/nodejs/undici/blob/main/benchmarks/post-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_ |