Kinerja Node JS tidak didefinisikan

const {performance} = require('perf_hooks');
const t0 = performance.now();
...
marnixah