| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ const bench = common.createBenchmark(main, { | |||
| 6 | 6 | n: [1e5], | |
| 7 | 7 | }, { flags: ['--expose-internals'] }); | |
| 8 | 8 | ||
| 9 | - function main({ n, type }) { | ||
| 9 | + function main({ n }) { | ||
| 10 | 10 | const PriorityQueue = require('internal/priority_queue'); | |
| 11 | 11 | const queue = new PriorityQueue(); | |
| 12 | 12 | bench.start(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments