summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Cleanup patches, category benchmarksMathieu Arnold2016-07-271-13/+13
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419178
* Rename benchmark/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-281-0/+0
| | | | Notes: svn path=/head/; revision=363158
* - Apply some diffs from repo in code.google.com.Jun Kuriyama2009-08-211-15/+64
| | | | | | | | | - Take maintainership. Obtained from: http://code.google.com/p/bonnie-64/source/detail?r=2 Notes: svn path=/head/; revision=240033
* Fix two bugs affecting bonnie runs with large data files:Stefan Eßer2006-06-111-4/+13
| | | | | | | | | | | | | | | | - A printf format specified a long operand but received an offset_t value. - The random numbers for large seek ranges were computed without regard for operator precedence and could become negative (for file sizes larger than 4GB, which was a wrong test for "large", since it did not account for the chunk size). The problems were found by etc at fluffles dot net (Enlightenment). Thanks for the detailed report. Guess there aren't many Bonnie users with multi- terabyte RAID systems; these bugs had been found long ago, else ... Notes: svn path=/head/; revision=165126
* Use 8k chunks as Bonnie 1.0 did rather than 16k ones.David E. O'Brien2002-08-271-1/+10
| | | | | | | | | | Otherwise the benchmark output is different (and noticeably lower) when compared to 1.0. Requested by: se Notes: svn path=/head/; revision=65107
* Upgrade to version 2.0.6.David E. O'Brien2002-08-272-51/+27
| | | | | | | Reviewed by: se Notes: svn path=/head/; revision=65105
* It is easier to modify the manpage if it is a normal text rather than a patch.David E. O'Brien2002-08-272-73/+69
| | | | Notes: svn path=/head/; revision=65104
* Respect CC and CFLAGSKris Kennaway2000-01-241-4/+7
| | | | Notes: svn path=/head/; revision=24983
* Prevent overflow of "size" for file sizes of 2048MB and more (PR 11430).Stefan Eßer1999-12-303-24/+81
| | | | | | | | | | | | While I'm here: - Make a error message start on a new line. - Move installation into port Makefile. - Split patch-aa in two (add -ac), it modified two files. - Close file descriptor 0 in seeker processes. PR: 11430 Notes: svn path=/head/; revision=24291
* Bonnie benchmarking tool.Satoshi Asami1995-05-191-0/+97
Submitted by: se Notes: svn path=/head/; revision=1787