summaryrefslogtreecommitdiff
path: root/benchmark/bench/render.js
diff options
context:
space:
mode:
authorGravatar 李瑞丰 <liruifeng1024@gmail.com> 2023-09-04 11:19:53 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-04 11:19:53 +0800
commit8d12659ce88460b2af00a6752feb7fcca9ac9bf3 (patch)
treecec5b0197010c25daa87a1d551bd53457e6dd675 /benchmark/bench/render.js
parentdc8bcb6ae7c59dce3b4ee39510293361a4f7d140 (diff)
downloadastro-8d12659ce88460b2af00a6752feb7fcca9ac9bf3.tar.gz
astro-8d12659ce88460b2af00a6752feb7fcca9ac9bf3.tar.zst
astro-8d12659ce88460b2af00a6752feb7fcca9ac9bf3.zip
Fix benchmark import path (#8389)
Diffstat (limited to '')
-rw-r--r--benchmark/bench/render.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench/render.js b/benchmark/bench/render.js
index dae33f470..8b0e30ad7 100644
--- a/benchmark/bench/render.js
+++ b/benchmark/bench/render.js
@@ -5,7 +5,7 @@ import http from 'node:http';
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import { waitUntilBusy } from 'port-authority';
-import { calculateStat } from '../make-project/_util.js';
+import { calculateStat } from './_util.js';
import { renderFiles } from '../make-project/render-default.js';
import { astroBin } from './_util.js';