A list of Node.js benchmark resources that are useful as a reference, but not ready for production. Note, that it's a personal list (RafaelGSS).
- nodejs-bench-operations - A set of benchmarks on common Node.js operations.
- nodejs-bench-alternatives - A set of benchmarks comparing Node.js built-in against popular packages.
- nodejs-package-benchmark - Benchmark a custom Node.js binary using popular Node.js tools.
- bench-node - A Node.js benchmarker tool.
- nodejs-stats - Stats of Node.js.
- nodejs-cpu-cache - Example showing how CPU cache impacts your Node.js application.
- nodejs-v8-flags - Benchmark a simple HTTP server using custom V8 Memory flags.
- node-bench - Benchmark your Node.js code in a dedicated machine.
- dont-serve-static-files - A practical example why you shouldn't serve static files in the application layer.
- flash-profiler - A lightweight profiler for Node.js
- autobench - Benchmark your HTTP application on CI
- open-apm-sdk-node - Lightweight local APM for Node.js
- instant-bench-agent - Runs your benchmark on a dedicated instance.
- instant-bench-nvim - A Neovim plugin to generate for the selected text
- nodejs-compare-bench - Compare bench-node with other popular benchmark libraries - Specific for edge cases