Skip to content

Commit b56ba61

Browse files
committed
Fix performance tests content server start
1 parent bab7958 commit b56ba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/run.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { fileURLToPath } from "url";
1010
import launchStaticServer from "../../scripts/launch_static_server.mjs";
1111
import getHumanReadableHours from "../../scripts/utils/get_human_readable_hours.mjs";
1212
import removeDir from "../../scripts/utils/remove_dir.mjs";
13-
import { createContentServer } from "../contents/server.mjs";
13+
import createContentServer from "../contents/server.mjs";
1414

1515
const currentDirectory = path.dirname(fileURLToPath(import.meta.url));
1616

0 commit comments

Comments
 (0)