Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Nov 19, 2024
1 parent ebfdf36 commit 0647470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/benchmarks/mongoBench/suites/parallelBench.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ const {
dropBucket,
initCollection,
initDb,
connectClient,
createCollection,
dropCollection
connectClient
} = require('../../driverBench/common');
const { pipeline } = require('stream/promises');
const { EJSON } = require('bson');
Expand All @@ -36,6 +34,7 @@ async function clearTemporaryDirectory() {
await Promise.all(files.map(file => rm(file)));
}

// eslint-disable-next-line no-unused-vars
async function ldjsonMultiUpload() {
const directory = resolve(benchmarkFileDirectory, 'ldjson_multi');
const files = await readdir(directory);
Expand Down Expand Up @@ -64,6 +63,7 @@ async function ldjsonMultiUpload() {
await Promise.all(uploads);
}

// eslint-disable-next-line no-unused-vars
async function ldjsonMultiExport() {
const skips = Array.from({ length: 100 }, (_, index) => index * 5000);

Expand Down

0 comments on commit 0647470

Please sign in to comment.