Skip to content
Merged
Prev Previous commit
Formatting :)
  • Loading branch information
savannahostrowski committed Nov 3, 2024
commit 13dbcedb7cf2288219324052f8d4526c4c4809e9
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def add_cmdline_args(cmd, args):
def add_parser_args(parser):
parser.add_argument("benchmark", choices=BENCHMARKS, help="Which benchmark to run.")


if __name__ == "__main__":
runner = pyperf.Runner(add_cmdline_args=add_cmdline_args)
runner.metadata["description"] = "Argparse benchmark"
Expand Down