aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/randomio
Commit message (Collapse)AuthorAgeFilesLines
* cat astro / benchmarksohauer2014-06-011-2/+1
| | | | | - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License
* Support stagebapt2014-01-051-3/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | benchmarks)
* Convert benchmarks from USE_GMAKE to USES=gmakebapt2013-08-311-6/+2
| | | | | | While here: - Trim headers - convert some port to the new perl5 world
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* Randomio is a multithreaded disk i/o microbenchmark. Itdecke2010-08-234-0/+38
requires O_DIRECT, pread/pwrite, and pthreads. WWW: http://www.arctic.org/~dean/randomio/ PR: ports/149838 Submitted by: Sergey Kandaurov <pluknet at gmail dot com> (maintainer) Approved by: beat (co-mentor)