Y
Hacker News
new
|
ask
|
show
|
jobs
by
DannyB2
395 days ago
Should the tests include some 10 GB files?
2 comments
VWWHFSfQ
394 days ago
Should include a script for generating 10GB files maybe
link
diggan
394 days ago
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 :)
link
sidcool
394 days ago
Naah. I meant unit tests. Not load tests.
link