Hacker News new | ask | show | jobs
The State of Benchmarking in Node.js (webpro.nl)
1 points by webpro 908 days ago
1 comments

Benchmarking becomes more important as we build more and more applications and tooling for runtimes like Node.js and Bun. This article discusses macro and micro benchmarking, and explores options we can use today to benchmark code. The article includes code examples and a CodeSandbox to try and implement in your own work.