Contoh kinerja.Now NodeJS

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

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