Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Format with Rome
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Nov 7, 2022
1 parent f62d081 commit 6c50608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmark/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const TMP_DIRECTORY = path.resolve("./target");
function buildRome() {
console.log("Build Rome...");

child_process.execSync("cargo build --bin rome --release", { stdio: "inherit" });
child_process.execSync("cargo build --bin rome --release", {
stdio: "inherit",
});

return path.resolve("../target/release/rome");
}
Expand Down

0 comments on commit 6c50608

Please sign in to comment.