X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2FREADME.md;h=e51329e204dcd19bc55f017bd83326acf88ecfb4;hb=c9102ab445193a629e149365be9b3fca9edb2ed6;hp=66b7abb26a2997cea9977dcdd537da7be4a6e9dd;hpb=bd0e5c4dda309d307e83ddfd8a974df631fc21da;p=poolifier.git diff --git a/benchmarks/README.md b/benchmarks/README.md index 66b7abb2..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 @@ -19,7 +19,6 @@ External pools with which we compared the poolifier results: - [workerpool](https://github.com/josdejong/workerpool) - [threadwork](https://github.com/kevlened/threadwork) - [microjob](https://github.com/wilk/microjob) - Those are our results: @@ -31,13 +30,8 @@ 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 -To run the benchmark versus other pools you will need to: - -- [Install hyperfine](https://github.com/sharkdp/hyperfine#installation) -- Run the `./bench.sh` into the `versus-external-pools` folder - -> :warning: **Please be sure to use a quite PC when you run the benchmarks** +Read [README.md](./versus-external-pools/README.md)