mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 02:19:18 +08:00
Third party stubtest: Print time per distribution (#13547)
This commit is contained in:
@@ -72,6 +72,10 @@ def print_divider() -> None:
|
||||
print()
|
||||
|
||||
|
||||
def print_time(t: float) -> None:
|
||||
print(f"({t:.2f} s) ", end="")
|
||||
|
||||
|
||||
# ====================================================================
|
||||
# Dynamic venv creation
|
||||
# ====================================================================
|
||||
|
||||
Reference in New Issue
Block a user