Measuring the performance in Node(JS)
Mar 12, 2021 · 4 min read · Hi Everyone, After we prototype our code, the next priority comes in is to improve the performance. When it is about performance it is mostly about how much time it takes to execute the code. In this article , I will be explaining 2 ways to measure t...
Join discussion