Third party stubtest: Print time per distribution (#13547)

This commit is contained in:
Sebastian Rittau
2025-02-26 21:44:10 +01:00
committed by GitHub
parent 527d724bf4
commit 915a348bfa
3 changed files with 14 additions and 0 deletions
+4
View File
@@ -72,6 +72,10 @@ def print_divider() -> None:
print()
def print_time(t: float) -> None:
print(f"({t:.2f} s) ", end="")
# ====================================================================
# Dynamic venv creation
# ====================================================================