Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e8cff3d

Browse filesBrowse 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
Copy full SHA for e8cff3d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎benchmark/util/priority-queue.js‎

Copy file name to clipboardExpand all lines: benchmark/util/priority-queue.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.