Skip to content

Commit

Permalink
increase absolute difference to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Apr 25, 2023
1 parent bedddb7 commit fcf1895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def format_concise(self) -> str:
else:
speed = "slower"

has_runtime_diff = runtime_diff > 1 and runtime_ratio > 1.1
has_runtime_diff = runtime_diff > 5 and runtime_ratio > 1.1
if not self.diff and not has_runtime_diff:
return ""

Expand Down

0 comments on commit fcf1895

Please sign in to comment.