Skip to content

Commit

Permalink
timing
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Oct 24, 2024
1 parent bea62cb commit e392347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_primer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async def measure_project_runtimes() -> None:

if ARGS.type_checker == "mypy":
type_checker_exe = await setup_mypy(
ARGS.base_dir / "timer_mypy",
ARGS.base_dir / f"timer_mypy_{ARGS.new}",
ARGS.new or RECENT_MYPYS[0],
repo=ARGS.repo,
mypyc_compile_level=ARGS.mypyc_compile_level,
Expand Down

0 comments on commit e392347

Please sign in to comment.