summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2018-06-01bonnie++: assume large file support exists on NetBSD, handlemaya1-2/+4
fallout from it. NetBSD has large file support without O_LARGEFILE/open64/lseek64. Not tested on other operating systems, but hopefully a non-functional change for them. This is the equivalent of removing the checks for large file support and using O_LARGEFILE to test for the availability of different functions for 64bit.
2017-08-22Update bonnie++ to 1.97.3. Fifteen years' worth of changes. Frombsiegert1-9/+6
PR pkg/52490.
2015-11-03Add SHA512 digests for distfiles for benchmarks categoryagc1-1/+2
Problems found with existing distfile for superpi: distfiles/super_pi-20030927/super_pi.tar.gz No changes were made to the superpi/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. distfiles/eagle-lin32-7.4.0.run
2011-01-02make compile on systems without O_DIRECT (i.e. Mac OS 10.6)jdolecek1-1/+3
2010-04-01Update bonnie++ to 1.03e.obache1-4/+4
bonnie++ (1.03e) * Added the -D option to bonnie++ to use direct IO (O_DIRECT) for bulk IO. Thanks to Dave Murch from Violin Memory - http://violin-memory.com/ -- Russell Coker <russell@coker.com.au> Wed, 10 Dec 2008 09:08:00 +1100 bonnie++ (1.03d) * Made it compile with GCC 4.3. * Added the URL to the man pages. * Made zcav display the total time and average speed for a loop and also the time that each loop completed. * Made the zcav default block size 256M to cope with larger and faster disks. * Made the zcav output units be in MiB/s and GiB. * Improved the Bonnie++ man page in regard to the -y and -p options. * Use DH_COMPAT=4 and dh_installman. -- Russell Coker <russell@coker.com.au> Wed, 23 Jul 2008 10:54:24 +1000
2008-06-20Add DESTDIR support.joerg1-2/+2
2008-05-21Update to 1.03c:wiz1-4/+4
bonnie++ (1.03c) unstable; urgency=low * Fixed some failures to check the return code of chdir(). bonnie++ (1.03b.1) unstable; urgency=low * Fixed typos in man page. Closes: #133714 Closes: #449596 * Documented why UID==0 is bad. Closes: #182023 bonnie++ (1.03b) unstable; urgency=low * Added support for testing write speed to zcav. * Documented the default chunk size in bonnie++.8. * Improved error handling for chunk size.
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2003-10-31Add patch-abgavan1-1/+2
2003-03-10Update to 1.03a. Changes:wiz1-5/+4
bonnie++ (1.03a) unstable; urgency=low * Fixed the bugs in GCC 3.2 compilation and compiled with GCC 3.2. Results will be slightly lower now, but it's still a fair test of compiler/OS... bonnie++ (1.03) unstable; urgency=low * Fixed a bug in error handling during a stat test with multiple directories. bonnie++ (1.02d) unstable; urgency=low * Fixed a bug where it would SEGV if you specified more than 999 directories (now it handles 99,999 and displays an error message if you ask for more). Closes: #171507 * Made it build on Irix. * Fixed <vector> and <algo> checks to work with GCC 3.2.
2002-09-17Update benchmarks/bonnie++ to 1.02c. Changes from version 1.01 includejlam1-4/+4
fixes to minor bugs and to one serious bug in reporting seek test results.
2001-07-16Add new pkg for bonnie++ 1.01. This is an enhanced version of bonniegarbled1-0/+6
based on the original.