You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sys.stdout.write(f"{before}Pipeline {full_name} processed {processed} records in {elapsed:.1f} seconds ({peak_gib:.1f} GiB peak memory, {cpu_secs:.1f} s CPU time){after}")
sys.stdout.write(f"{before}Pipeline {full_name} processed {processed} records in {elapsed:.1f} seconds ({peak_gib:.1f} GiB peak memory, {cpu_secs:.1f} s CPU time, {late_drops} late drops){after}")
307
306
last_processed=processed
308
307
ifstats["global_metrics"]["pipeline_complete"]:
309
308
break
@@ -316,7 +315,7 @@ def main():
316
315
else:
317
316
print(f"Pipeline {full_name} completed in {elapsed} s")
0 commit comments