X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2FREADME.md;h=19626d16d1ec87aa3db188700d90354ec47b31aa;hb=bc1b0765a8782c1bba69170d26df00cfba59d434;hp=f8d0bbddb3b660482c857b364eb99c45782797ad;hpb=73cda44834b69b6120f256d40351a504fb86c1ae;p=poolifier.git diff --git a/benchmarks/README.md b/benchmarks/README.md index f8d0bbdd..19626d16 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -4,13 +4,13 @@ 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 To compare poolifier pools performance vs other pools performance we chose to use [hyperfine](https://github.com/sharkdp/hyperfine). -We chose to use this tool because it allows to run isolated Node.js processes so that each pool does not impact each other. +We chose to use this tool because it allows to run isolated Node.js processes so each pool does not impact each other. External pools with which we compared the poolifier results: - [piscina](https://github.com/piscinajs/piscina) @@ -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