Skip to content

Commit e8cff3d

Browse files
brunocrohtargos
authored andcommitted
benchmark: remove unused variable from util/priority-queue
PR-URL: #59872 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 0329425 commit e8cff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/util/priority-queue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const bench = common.createBenchmark(main, {
66
n: [1e5],
77
}, { flags: ['--expose-internals'] });
88

9-
function main({ n, type }) {
9+
function main({ n }) {
1010
const PriorityQueue = require('internal/priority_queue');
1111
const queue = new PriorityQueue();
1212
bench.start();

0 commit comments

Comments
 (0)