💾 Archived View for berus.flounder.online › linux › disk_bench.gmi captured on 2023-01-29 at 15:39:53. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-06-11)
-=-=-=-=-=-=-
PrimitĂv meghajtĂł olvasási sebessĂ©g teszt...
Teszt állományok létrehozása:
time for i in {0..1000}; do echo 'test' > "test${i}.txt"; done
Teszt:
time for i in {0..1000}; do cat "test${i}.txt" > /dev/null; done
Ami minket érdekel, az a real érték.