Skip to content

Commit

Permalink
Even better plotting arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Jun 5, 2024
1 parent 398b4e3 commit 4dfc72f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions episodes/files/plot_terse_amdahl_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ def process_files(output, file_list):
)

parser.add_argument(
"output",
"--output",
default="scaling-study.png",
help="Image file to write (PNG or JPG)",
required=True
)

parser.add_argument(
"--files",
help="List of Amdahl terse output files (JSON)",
"inputs",
help="Amdahl terse output files (JSON)",
nargs="+"
)

Expand Down

0 comments on commit 4dfc72f

Please sign in to comment.