docs: refine benchmarks README
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 16 Jun 2023 11:14:46 +0000 (13:14 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 16 Jun 2023 11:14:46 +0000 (13:14 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
benchmarks/README.md

index 550d599668bb4b66dab3569e9eb993be45ae771f..19626d16d1ec87aa3db188700d90354ec47b31aa 100644 (file)
@@ -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)