summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-25update progress slowerHEADmasterLars Wirzenius1-6/+8
2020-12-25simlify codeLars Wirzenius1-45/+43
2020-12-25fix delete-filesLars Wirzenius1-4/+4
2020-09-26delete: improveLars Wirzenius1-1/+19
2020-09-25fix: deleteLars Wirzenius1-1/+1
2020-09-25add: delete-filesLars Wirzenius1-0/+38
2020-09-22add script to zero device, mkfs it, mount it, and run create-filesLars Wirzenius1-0/+46
2020-09-22make number of files be a script parameterLars Wirzenius1-5/+5
2020-09-21fix: number of files created in progressLars Wirzenius1-1/+1
2020-09-21simplify so I can understand the code againLars Wirzenius1-64/+47
Dropped the restarting.
2020-09-21feat: port to Python3Lars Wirzenius1-1/+1
2020-09-21style: reformat with BlackLars Wirzenius1-11/+8
2019-05-05Fix: use manually incremented counterLars Wirzenius1-2/+4
Using range() resulted in out of memory problems. This works.
2019-05-04Add: create-filesLars Wirzenius1-0/+78