Skip to content

Commit

Permalink
remove runtime reporting
Browse files Browse the repository at this point in the history
This has been even more spurious than usual lately
  • Loading branch information
hauntsaninja committed Dec 1, 2023
1 parent d1263e0 commit 49f8628
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 @@ -355,7 +355,7 @@ def format_concise(self) -> str:
else:
speed = "slower"

has_runtime_diff = runtime_diff > 10 and runtime_ratio > 1.05
has_runtime_diff = False # runtime_diff > 10 and runtime_ratio > 1.05
if not self.diff and not has_runtime_diff:
return ""

Expand Down

0 comments on commit 49f8628

Please sign in to comment.