Skip to content

Commit

Permalink
fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
t3tra-dev committed Feb 17, 2025
1 parent 020782d commit ef064c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def setup() -> None:
for opt in optimization_levels:
subprocess.run(f"clang ./benchmark/llfib.ll -o llfib_{opt} -{opt}".split())

subprocess.run("python -m lythonc --compile ./benchmark/pyfib.py pyfib".split())
subprocess.run("python -m lythonc ./benchmark/pyfib.py -o pyfib".split())


def run_command(command: str) -> Tuple[str, float]:
Expand Down

0 comments on commit ef064c6

Please sign in to comment.