Skip to content

Commit

Permalink
tweak threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Oct 2, 2024
1 parent c09d2a3 commit 17dd6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_primer/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def format_concise(self) -> str:
else:
speed = "slower"

has_runtime_diff = runtime_diff > 10 and runtime_ratio > 1.25
has_runtime_diff = runtime_diff > 10 and runtime_ratio > 1.4
if not self.diff and not has_runtime_diff:
return ""

Expand Down

0 comments on commit 17dd6bc

Please sign in to comment.