feat: add zip speed test

This commit is contained in:
DecDuck
2025-08-15 12:17:10 +10:00
parent 7ec5e9f215
commit 913dc2f58d
4 changed files with 47 additions and 30 deletions

View File

@ -1,3 +1,4 @@
yes "droplet is awesome" | dd of=./setup.exe bs=1024 count=1000000
# yes "droplet is awesome" | dd of=./setup.exe bs=1024 count=1000000
dd if=/dev/random of=./setup.exe bs=1024 count=1000000
zip TheGame.zip setup.exe
rm setup.exe