From 9ff6bff47150d01a5d17c51251b4f643edd8a755 Mon Sep 17 00:00:00 2001 From: legendecas Date: Sat, 3 Sep 2022 23:51:24 +0800 Subject: [PATCH] fixup! perf_hooks: hrtime idlharness --- test/sequential/test-worker-eventlooputil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sequential/test-worker-eventlooputil.js b/test/sequential/test-worker-eventlooputil.js index 5255051ab82dea..55a3995c3d11c1 100644 --- a/test/sequential/test-worker-eventlooputil.js +++ b/test/sequential/test-worker-eventlooputil.js @@ -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.