From 6ed0e2d48659210bd55771063cc23238464999f5 Mon Sep 17 00:00:00 2001 From: aardizio Date: Mon, 22 Feb 2021 16:41:29 +0100 Subject: [PATCH] Doc enhancement --- benchmarks/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index bb5dc606..5017588e 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 internal folder contains poolifier internal benchmarks. The 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. +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. External pools with which we compared the poolifier results: - [piscina](https://github.com/piscinajs/piscina) -- 2.34.1