This is a quick benchmark tool for node.js, it's testing fastify on single thread, then with multi threading (cluster mode), then finally with turbo-http It's recommended to run it on a clean ubuntu install
Clone this repo and run the benchmark with:
git clone https://github.com/jbenguira/node-perf-test
cd node-perf-test
./start-test.sh
or run it directly from a linux console with:
wget -O - https://raw.githubusercontent.com/jbenguira/node-perf-test/master/start-test.sh | bash