Improve perf

This commit is contained in:
Andras Schmelczer 2026-01-25 21:46:40 +00:00
parent 86690f41f1
commit 8c1f6a82e2
2 changed files with 106 additions and 98 deletions

View file

@ -30,5 +30,6 @@ def run_pipeline():
size_mb = path.stat().st_size / (1024 * 1024)
print(f" Saved: {path.name} ({size_mb:.1f} MB)")
if __name__ == "__main__":
run_pipeline()