summaryrefslogtreecommitdiff
path: root/benchmarks/randread/patches
AgeCommit message (Collapse)AuthorFilesLines
2015-01-01Patch out use of sys/disklabel.h and sys/ioctl.h (neither is actually used)dholland1-0/+16
and remove associated unnecessary ONLY_FOR_PLATFORM restriction.
2011-02-03Update randread to 0.2.obache6-46/+77
Based on PR#44354 by Tony Young. set LICENSE=public-domain, unit-test support by me. Version 0.2 2002-09-11 Added unit test framework. Read from a list of files, rather than just one, seeking evenly within all of them based on the number of blocks in each. Allow reading several contiguous blocks for each seek, so we can do sequential/random and sequential read testing. Print more and clearer information. Added disktest shell scripts.
2010-12-30Fixes for DragonFly.obache1-3/+25
2002-08-09add missing header file. fixes recently noted compilation problems ondmcmahill1-0/+12
1.5.3/alpha.
2002-06-25Initial import of readrand-0.1 (moved from sysutils).grant1-0/+12
Randread is a simple program to help benchmark random disk read performance. See http://randread.sourceforge.net/ for information.