Skip to content

Commit 9cb0d1e

Browse files
committed
Lint
1 parent 8135d5b commit 9cb0d1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

misc/perf_compare.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,12 @@ def run_benchmark(compiled_dir: str, check_dir: str, *, incremental: bool) -> fl
9292

9393
def main() -> None:
9494
parser = argparse.ArgumentParser()
95-
parser.add_argument("--incremental", default=False,
96-
action="store_true", help="measure incremental run (fully cached)")
95+
parser.add_argument(
96+
"--incremental",
97+
default=False,
98+
action="store_true",
99+
help="measure incremental run (fully cached)",
100+
)
97101
parser.add_argument(
98102
"-n",
99103
metavar="NUM",

0 commit comments

Comments
 (0)