Skip to content

Commit 295e9df

Browse files
benhalversonMert Can Altin
authored andcommitted
docs: ✏️ fixed benchmark links (nodejs#2991)
Closes: nodejs#2988
1 parent c1f7b29 commit 295e9df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm i undici
1717

1818
## Benchmarks
1919

20-
The benchmark is a simple getting data [example](benchmarks/benchmark.js) using a
20+
The benchmark is a simple getting data [example](https://github.com/nodejs/undici/blob/main/benchmarks/benchmark.js) using a
2121
50 TCP connections with a pipelining depth of 10 running on Node 20.10.0.
2222

2323
| _Tests_ | _Samples_ | _Result_ | _Tolerance_ | _Difference with slowest_ |
@@ -35,7 +35,7 @@ The benchmark is a simple getting data [example](benchmarks/benchmark.js) using
3535
| undici - stream | 15 | 20317.29 req/sec | ± 2.13 % | + 448.46 % |
3636
| undici - dispatch | 10 | 24883.28 req/sec | ± 1.54 % | + 571.72 % |
3737

38-
The benchmark is a simple sending data [example](benchmarks/post-benchmark.js) using a
38+
The benchmark is a simple sending data [example](https://github.com/nodejs/undici/blob/main/benchmarks/post-benchmark.js) using a
3939
50 TCP connections with a pipelining depth of 10 running on Node 20.10.0.
4040

4141
| _Tests_ | _Samples_ | _Result_ | _Tolerance_ | _Difference with slowest_ |

0 commit comments

Comments
 (0)