Skip to content

Commit

Permalink
Fix performance tests content server start
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jan 14, 2025
1 parent bab7958 commit b56ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/run.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { fileURLToPath } from "url";
import launchStaticServer from "../../scripts/launch_static_server.mjs";
import getHumanReadableHours from "../../scripts/utils/get_human_readable_hours.mjs";
import removeDir from "../../scripts/utils/remove_dir.mjs";
import { createContentServer } from "../contents/server.mjs";
import createContentServer from "../contents/server.mjs";

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

Expand Down

0 comments on commit b56ba61

Please sign in to comment.