💾 Archived View for berus.flounder.online › linux › disk_bench.gmi captured on 2023-04-19 at 22:25:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ 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.