Fix bigfile piecefield standalone run test

This commit is contained in:
shortcutme 2019-04-18 12:21:33 +02:00
parent dd4c213805
commit 4671f47222
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ if __name__ == "__main__":
m = meminfo()[0]
s = time.time()
for piecefield in list(piecefields.values()):
piecefield[1000] = True
piecefield[1000] = b"\x01"
print("Change one x10000: +%sKB in %.3fs" % ((meminfo()[0] - m) / 1024, time.time() - s))