Skip to content

Commit

Permalink
fixup! perf_hooks: hrtime idlharness
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Sep 3, 2022
1 parent a94deca commit 9ff6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-worker-eventlooputil.js
Expand Up @@ -10,7 +10,7 @@ const {
parentPort,
} = require('worker_threads');
const { performance } = require('perf_hooks');
const { eventLoopUtilization, now } = require('perf_hooks').performance;
const { eventLoopUtilization } = require('perf_hooks').performance;

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

0 comments on commit 9ff6bff

Please sign in to comment.