X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2FREADME.md;h=550d599668bb4b66dab3569e9eb993be45ae771f;hb=dab8c377b70fc962ec217f2aeb719842f9f94cd6;hp=f8d0bbddb3b660482c857b364eb99c45782797ad;hpb=73cda44834b69b6120f256d40351a504fb86c1ae;p=poolifier.git diff --git a/benchmarks/README.md b/benchmarks/README.md index f8d0bbdd..550d5996 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 `pnpm benchmark` ## Versus other pools