Die Leistung der Knoten JS ist nicht definiert

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