X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2FREADME.md;h=e51329e204dcd19bc55f017bd83326acf88ecfb4;hb=4af5c11ae8d0f0ac6dfe1e597fc231f9724a665f;hp=92357060579a0c554e2ea090244aa9b612a3a546;hpb=1fe22d1614f77040d355c9bdf6eee59fa4b0c985;p=poolifier.git diff --git a/benchmarks/README.md b/benchmarks/README.md index 92357060..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,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