Node.js TypeScript #14. Measuring processes & threads with Performance Hooks

added by JavaScript Kicks
5/21/2019 7:28:24 AM

944 Views

When writing Node.js code, we can approach tasks in many ways. While all of them might work fine, some perform better than others, and as developers, we should strive to make both easily readable and fast applications. In this article, we learn how to measure the performance of our code using Performance Hooks, also called the Performance Timing API.


0 comments