We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94deca commit 9ff6bffCopy full SHA for 9ff6bff
test/sequential/test-worker-eventlooputil.js
@@ -10,7 +10,7 @@ const {
10
parentPort,
11
} = require('worker_threads');
12
const { performance } = require('perf_hooks');
13
-const { eventLoopUtilization, now } = require('perf_hooks').performance;
+const { eventLoopUtilization } = require('perf_hooks').performance;
14
15
// Use argv to detect whether we're running as a Worker called by this test vs.
16
// this test also being called as a Worker.
0 commit comments