Skip to content

Commit

Permalink
Switch to running not printing
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Feb 13, 2024
1 parent 930c78c commit d811d8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/hpc_multibench/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
def main() -> None: # pragma: no cover
"""Run the tool."""
yaml_path = Path("./yaml_examples/cpp_rust_comp_plan.yaml")
benches = get_benches(yaml_path)
print(benches)
for bench in get_benches(yaml_path).values():
for run in bench:
run.run()

0 comments on commit d811d8c

Please sign in to comment.