summaryrefslogtreecommitdiff
path: root/benchmark/bench/render.js
diff options
context:
space:
mode:
authorGravatar giovanni <854413241@qq.com> 2023-09-04 18:42:46 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-04 18:42:46 +0800
commit535a4589998041cf2e3dfcac462a51479c1d13a3 (patch)
tree563a14c17593e3787cf2baf516da3212f5b7e10f /benchmark/bench/render.js
parente43ae88528d536237266d6eccce2d714d2ac936a (diff)
downloadastro-535a4589998041cf2e3dfcac462a51479c1d13a3.tar.gz
astro-535a4589998041cf2e3dfcac462a51479c1d13a3.tar.zst
astro-535a4589998041cf2e3dfcac462a51479c1d13a3.zip
fix: remove duplicate import (#8393)
Co-authored-by: jesse <qfei.shao@gmail.com>
Diffstat (limited to '')
-rw-r--r--benchmark/bench/render.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark/bench/render.js b/benchmark/bench/render.js
index 8b0e30ad7..ac733bdea 100644
--- a/benchmark/bench/render.js
+++ b/benchmark/bench/render.js
@@ -5,9 +5,8 @@ import http from 'node:http';
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import { waitUntilBusy } from 'port-authority';
-import { calculateStat } from './_util.js';
+import { calculateStat, astroBin } from './_util.js';
import { renderFiles } from '../make-project/render-default.js';
-import { astroBin } from './_util.js';
const port = 4322;