Performance.now Nodejs Пример

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

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