mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
benchmark: remove unused variable from util/priority-queue
PR-URL: https://github.com/nodejs/node/pull/59872 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
43007e3e42
commit
0817b40c1b
|
|
@ -6,7 +6,7 @@ const bench = common.createBenchmark(main, {
|
|||
n: [1e5],
|
||||
}, { flags: ['--expose-internals'] });
|
||||
|
||||
function main({ n, type }) {
|
||||
function main({ n }) {
|
||||
const PriorityQueue = require('internal/priority_queue');
|
||||
const queue = new PriorityQueue();
|
||||
bench.start();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user