Doc enhancement
authoraardizio <alessandroardizio94@gmail.com>
Mon, 22 Feb 2021 15:41:29 +0000 (16:41 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Mon, 22 Feb 2021 15:41:29 +0000 (16:41 +0100)
benchmarks/README.md

index bb5dc60628017235b1e2d20de0260e0e4310a9c8..5017588e4e5ea034d7ec655c2963ce1a0ee0e98d 100644 (file)
@@ -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)