Time linux utility
You can time the execution of a shell command using the time unix utility. For example see how long it takes to run your node tests or even use it combined with curl to see how long your website takes to load ⌛️ See the “man pages” here
Note: I’m not trying to start any flame wars of npm vs. yarn!