From: Jérôme Benoit Date: Sun, 16 Oct 2022 22:25:21 +0000 (+0200) Subject: benchmarks/README.md: add folder links X-Git-Tag: v2.3.4~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f7a810829719b211441313dcb90dedd0d197caa5;p=poolifier.git benchmarks/README.md: add folder links Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/README.md b/benchmarks/README.md index f8d0bbdd..e51329e2 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -4,8 +4,8 @@ Welcome to poolifier benchmarks and thanks to look into this project. ## Folder Structure -The internal folder contains poolifier internal benchmarks. -The versus-external-pools folder contains benchmarks versus other Node.js pools. +The [internal](./internal) folder contains poolifier internal benchmarks. +The [versus-external-pools](./versus-external-pools) folder contains benchmarks versus other Node.js pools. ## Poolifier vs other pools benchmark @@ -30,7 +30,7 @@ Those are our results: ### Internal -To run the internal benchmark you just need to navigate to the root of poolifier project and run `npm run benchmark` +To run the internal benchmarks, you just need to navigate to the root of poolifier project and run `npm run benchmark` ## Versus other pools