Hacker News new | ask | show | jobs
by DannyB2 395 days ago
Should the tests include some 10 GB files?
2 comments

Should include a script for generating 10GB files maybe
Use tmpfs (/dev/shm) and it doesn't even have to hit the disk, all in memory but with filepaths as the library API might expect :)
Naah. I meant unit tests. Not load tests.