summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++
AgeCommit message (Collapse)AuthorFilesLines
2021-11-20bonnie++: Bump revision.rin5-12/+51
- Fix RELRO support. - Cast double variable into int when printf with %d. - Rename patch-ab to patch-Makefile.in.
2021-10-26benchmarks: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07benchmarks: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-10bonnie++: update to 1.98markd3-9/+190
* Fixed macros in bon_csv2html.cpp that had lower case due to excessive matching on a regex. * Changed debian/compat to level 10 * Allow specifying the number of random seeks and the number of seeker processes and store that in the CSV. * Changed bon_csv2html and bon_csv2txt to take the new CSV format. * Changed the text output to use KiB/MiB/GiB as units of measurement so we can fit NVMe results on screen. * Changed the HTML to be in MiB/s for the bulk IO tests. * Changed the default size for getc_putc to work with faster CPUs and more optimised libc. -- Russell Coker <russell@coker.com.au> Wed, 26 Dec 2018 15:14:28 +1100
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-05-18benchmarks/bonnie++: clean up REPLACE_PERLrillig1-2/+2
bon_csv2html has been rewritten in C++.
2020-02-09benchmarks/bonnie++: fix reference to documentationrillig1-2/+7
Fixes pkg/54830.
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-06-01bonnie++: assume large file support exists on NetBSD, handlemaya5-6/+61
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. Frombsiegert7-82/+47
PR pkg/52490.
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
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
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2011-01-02make compile on systems without O_DIRECT (i.e. Mac OS 10.6)jdolecek4-2/+46
2010-04-01Update bonnie++ to 1.03e.obache2-6/+6
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
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-20Add DESTDIR support.joerg3-9/+26
2008-05-21Update to 1.03c:wiz2-7/+6
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.
2008-01-19Reset maintainer on his request.wiz1-2/+2
2006-06-07Add `@dirrm share/doc/bonnie++'. Bump PKGREVISION.hira2-3/+4
2006-03-11Install the readme.html file.reed2-4/+9
Bump PKGREVISION. Remove the INSTALLATION_DIRS that was there because 1.03a precreates all these anyways. todo: patch bonnie++.8 to point to correct path to readme.html
2006-02-11The "benchmark" and "results" targets both depend on "build".rillig1-3/+3
2006-02-11Fixed some pkglint warnings.rillig1-7/+9
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-27Remove quick description from first line.reed1-17/+17
Change references of "I" to the author.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-23Append to USE_TOOLS instead of overwriting.rillig1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-05-05require gmake. (it coincidentally happens to build correctly withdanw1-1/+2
bmake on NetBSD, but not on some other platforms)
2004-01-31s/seperate/separate/snj1-1/+1
2004-01-11bl3ify and support pkgviews installation.jmmv1-3/+7
2003-10-31Add patch-abgavan1-1/+2
2003-10-31Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-31Correct LFLAGS to LDFLAGS.gavan1-0/+17
2003-03-10Update to 1.03a. Changes:wiz4-29/+17
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-20Use ROOT_{USER,GROUP} instead of hardcoding uid=gid=0.jlam1-2/+2
2002-09-17Update benchmarks/bonnie++ to 1.02c. Changes from version 1.01 includejlam3-12/+13
fixes to minor bugs and to one serious bug in reporting seek test results.
2002-09-17Sort.jlam1-5/+5
2001-11-28Buildlinkify.jlam1-4/+5