Skip to content

Commit 9ff6bff

Browse files
committed
fixup! perf_hooks: hrtime idlharness
1 parent a94deca commit 9ff6bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-worker-eventlooputil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const {
1010
parentPort,
1111
} = require('worker_threads');
1212
const { performance } = require('perf_hooks');
13-
const { eventLoopUtilization, now } = require('perf_hooks').performance;
13+
const { eventLoopUtilization } = require('perf_hooks').performance;
1414

1515
// Use argv to detect whether we're running as a Worker called by this test vs.
1616
// this test also being called as a Worker.

0 commit comments

Comments
 (0)