summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <ematipico@users.noreply.github.com> 2024-12-03 17:04:13 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-12-03 17:04:13 +0000
commit2ee8412bbc421de3bd209193f60a91f9c44f24ec (patch)
tree21454104eadd9d9f32e03e5bc64f9fa8add524c4
parent9b5f3a702d0bdec79c0b33f904d0d3c1a40566f1 (diff)
downloadastro-2ee8412bbc421de3bd209193f60a91f9c44f24ec.tar.gz
astro-2ee8412bbc421de3bd209193f60a91f9c44f24ec.tar.zst
astro-2ee8412bbc421de3bd209193f60a91f9c44f24ec.zip
[ci] format
-rwxr-xr-xbenchmark/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/index.js b/benchmark/index.js
index 127fc4f5b..956b9c3af 100755
--- a/benchmark/index.js
+++ b/benchmark/index.js
@@ -1,7 +1,7 @@
-import mri from 'mri';
import fs from 'node:fs/promises';
import path from 'node:path';
import { fileURLToPath, pathToFileURL } from 'node:url';
+import mri from 'mri';
import { makeProject } from './bench/_util.js';
const args = mri(process.argv.slice(2));