From e0eafaff56a89bfcdce46e4d360b09e0c644ab15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 7 Apr 2024 18:32:38 +0200 Subject: [PATCH] refactor: code cleanups MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc.cjs | 1 - .vscode/settings.json | 1 - benchmarks/worker-selection/least.mjs | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 1d432cb7..ef9e86c0 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -68,7 +68,6 @@ module.exports = defineConfig({ 'linebreak', 'localhost', 'microjob', - 'mitata', 'mjs', 'nodemailer', 'npx', diff --git a/.vscode/settings.json b/.vscode/settings.json index 7d270f61..f3316965 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,7 +33,6 @@ "maxdepth", "microjob", "microtime", - "tatami-ng", "mochawesome", "MYBENCH", "nanothreads", diff --git a/benchmarks/worker-selection/least.mjs b/benchmarks/worker-selection/least.mjs index 40b360ea..ca5de3c1 100644 --- a/benchmarks/worker-selection/least.mjs +++ b/benchmarks/worker-selection/least.mjs @@ -1,6 +1,6 @@ import { randomInt } from 'node:crypto' -import { bench, group, run } from 'mitata' +import { bench, group, run } from 'tatami-ng' function generateRandomTasksMap ( numberOfWorkers, -- 2.34.1