summaryrefslogtreecommitdiff
path: root/benchmark/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/index.js')
-rwxr-xr-xbenchmark/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/index.js b/benchmark/index.js
index 956b9c3af..0c62036d9 100755
--- a/benchmark/index.js
+++ b/benchmark/index.js
@@ -1,6 +1,6 @@
import fs from 'node:fs/promises';
import path from 'node:path';
-import { fileURLToPath, pathToFileURL } from 'node:url';
+import { pathToFileURL } from 'node:url';
import mri from 'mri';
import { makeProject } from './bench/_util.js';