Performance.now Nodejs Exemple

const {
  performance
} = require('perf_hooks');

console.log('performance', performance.now());
Disturbed Deer