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 0329425 commit e8cff3dCopy full SHA for e8cff3d
benchmark/util/priority-queue.js
@@ -6,7 +6,7 @@ const bench = common.createBenchmark(main, {
6
n: [1e5],
7
}, { flags: ['--expose-internals'] });
8
9
-function main({ n, type }) {
+function main({ n }) {
10
const PriorityQueue = require('internal/priority_queue');
11
const queue = new PriorityQueue();
12
bench.start();
0 commit comments