diff options
Diffstat (limited to '')
-rw-r--r-- | benchmark/bench/render.js | 3 |
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; |