diff options
Diffstat (limited to 'benchmark/index.js')
-rwxr-xr-x | benchmark/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/index.js b/benchmark/index.js index d78d3010e..1c38993b1 100755 --- a/benchmark/index.js +++ b/benchmark/index.js @@ -1,7 +1,7 @@ -import fs from 'fs/promises'; -import path from 'path'; -import { pathToFileURL } from 'url'; import mri from 'mri'; +import fs from 'node:fs/promises'; +import path from 'node:path'; +import { pathToFileURL } from 'node:url'; const args = mri(process.argv.slice(2)); |