From afb38789050a325199b77a24fc9a77ed70799dca Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 21 Feb 2024 15:06:19 +0100 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 821d7554f65..a1ca3f7a526 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ The benchmark is a simple `hello world` [example](benchmarks/benchmark.js) using The benchmark was run on Linux on top of Node 20.10.0. -``` ┌─────────┬───────────────────────┬─────────┬────────────────────┬────────────┬─────────────────────────┐ │ (index) │ Tests │ Samples │ Result │ Tolerance │ Difference with slowest │ ├─────────┼───────────────────────┼─────────┼────────────────────┼────────────┼─────────────────────────┤ @@ -42,7 +41,6 @@ The benchmark was run on Linux on top of Node 20.10.0. │ 10 │ 'undici - stream' │ 10 │ '24282.13 req/sec' │ '± 1.94 %' │ '+ 604.94 %' │ │ 11 │ 'undici - dispatch' │ 20 │ '24441.95 req/sec' │ '± 2.68 %' │ '+ 609.58 %' │ └─────────┴───────────────────────┴─────────┴────────────────────┴────────────┴─────────────────────────┘ -``` ## Quick Start