Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
## 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
### 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