docs: reference tinypool in benchmarking documentation
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 21 Jun 2023 21:41:09 +0000 (23:41 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 21 Jun 2023 21:41:09 +0000 (23:41 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
benchmarks/README.md

index 19626d16d1ec87aa3db188700d90354ec47b31aa..52343a8f890a9d549988c6f5de1189ed2f059fac 100644 (file)
@@ -14,6 +14,7 @@ We chose to use this tool because it allows to run isolated Node.js processes so
 External pools with which we compared the poolifier results:
 
 - [piscina](https://github.com/piscinajs/piscina)
+- [tinypool](https://github.com/tinylibs/tinypool)
 - [SUCHMOKUO/node-worker-threads-pool](https://github.com/SUCHMOKUO/node-worker-threads-pool)
 - [threads.js](https://github.com/andywer/threads.js/)
 - [workerpool](https://github.com/josdejong/workerpool)