Skip to content

Commit 83f36b7

Browse files
authored
docs: ✏️ fixed benchmark links (#2991)
Closes: #2988
1 parent bc304ff commit 83f36b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)