Be quiet(er)

This commit is contained in:
Peter J. Holzer 2022-08-21 13:15:01 +02:00
parent 01543d857b
commit 8e26433a86
1 changed files with 0 additions and 1 deletions

View File

@ -32,4 +32,3 @@ for ln in p.stdout.split("\n")[:-1]:
ts.add(t0, int(size)*1024) ts.add(t0, int(size)*1024)
ts.save() ts.save()
t1 = time.time() t1 = time.time()
print("recorded in", t1 - t0, "seconds")