From: Jérôme Benoit Date: Fri, 16 Jun 2023 11:14:46 +0000 (+0200) Subject: docs: refine benchmarks README X-Git-Tag: v2.6.3~21 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=dc32abbbbd36504ce933a0403cc245899c25a828;p=poolifier.git docs: refine benchmarks README Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/README.md b/benchmarks/README.md index 550d5996..19626d16 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -10,7 +10,7 @@ The [versus-external-pools](./versus-external-pools) folder contains benchmarks ## 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)