summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz2-4/+4
2008-11-10Increase FD_SETSIZE to avoid error messages during benchmark.ahoka1-1/+3
2008-08-30Remove restriction to i386. I can't find any reason for it, other packagersdholland1-4/+1
seem to build it for at least amd64 fine, the code looks perfectly portable, and nobody answered a query on tech-pkg.
2008-08-29Add missing options.mk which didn't make the last train out.bjs1-0/+21
2008-08-25Update to iozone 3.308.bjs4-89/+43
pkgsrc changes: - add 'tee' to USE_TOOLS. - support an optional build with threads support and also support this in the 'benchmark' target. Changes since version 2.263 -Bug fix for -k used in conjunction with -t and content validation. -Add DragonFly target. -Put PER_VECTOR_OFFSET in for HP-UX -Fix compiler warning messages -Enforce minimum file size of page_size -Minor fixes. -Check fsync and close for errors. -Adding support for testing block devices. Will be done is phases. This is phase 1. (Single threaded mode only) -Adding 4 token support to client_list. Each entry may now contain 4 tokens and the new one is the absolute path to the temp file for testing. -Add support for external monitor start & stop for throughput tests. -IMON_START and IMON_STOP environmental variables used. -Bug fix for systems without O_DIRECT. Fall through in switch statement. -Fix for -c -t over NFS and initial writer close() when told by another to stop -Add Benny Halevy to contributors list. -Fix for Cygwin environment. -Code cleanup, and add arg to external trigger. -Code fixes for macosx -Add support for building with Sun's Studio 11 compiler -Bug fix for fread/fwrite with > 2Gig files. -Add O_DIRECT for Windows -Add -+w dedup testing mode. -Make remaining non-dedup data unique. -Make non-dedupable more unique. -Bug fix for non-dedup. -Make random offsets unique, using Knuth shuffle. -free memory used for random offset uniqueness. -Make unique/random offsets 64bits. -Add fallback for random/unique. -Make non-dedup region more unique -Add -+y ## to set percentage of interior dedup. -Add -+y ## to set percentage of interior dedup. -Bug fixes for -+w and -+y -Minor fix for dedup -Adding -+C to set percent of dedupable within a file. -Add solaris to read sync O_RSYNC -Add space to avoid field output touching each other. -Add check for config file exceeding MAXSTREAMS. -Add new contributor's name.
2008-07-27MASTER_SITES does not have distfiles anymore, commented out.obache2-4/+4
2008-07-14Mark as destdir ready.joerg1-1/+2
2008-06-21Fix build with GCC 4 and f2c.joerg4-1/+866
2008-06-20Add DESTDIR support.joerg3-9/+26
2008-06-12Add DESTDIR support.joerg5-4/+30
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
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-05-12Use mkstemp in netperf code to open the debug log in order to avoidtonnerre5-2/+86
a symlink vulnerability. This fixes CVE-2007-1444.
2008-05-10MASTER_SITES and HOMEPAGE was gone away.obache1-3/+3
Set MASTER_SITES to archive site that have distfile.
2008-05-01Update dbench to 3.04.obache4-30/+36
Changes is unknown. While here, * install README file mentioned in man page, suggested in PR 38553. * move client.txt to subdir noted in man page * fix directory of those files in man page.
2008-04-07Fix stray 1.joerg1-2/+2
2008-04-05Fiz mhz calculation for arm. It seems gcc has become intelligent enoughchris3-3/+17
to optimize away the loop used for timing. Do something in the loop for arm that can't be optimized away, and will also meet the 1,000 instructions in the loop requirement. This allows mhz to calculate sensible Mhz on a StrongArm (228Mhz rather than 56Mhz) Other hardware probably also need fixing, as gcc probably applies the same optimizations on them. Also bump PKGREVISION.
2008-04-05Fix DESTDIR.joerg1-1/+2
2008-04-04Marked as not MAKE_JOBS safe, per PR 38363.obache1-1/+3
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam21-79/+112
their files via a custom do-install target.
2008-02-07Needs GNU nroff to format catpages with -mandoc.tnn1-2/+2
2008-02-05This is not MAKE_JOBS_SAFE.reed1-1/+2
This fixes PR #36456. (By the way, a newer version is available of this software.)
2008-01-19Reset maintainer on his request.wiz16-32/+32
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-03Added support for installation to DESTDIR.heinz1-4/+6
2007-12-29Update MASTER_SITES. From Zafer Aydogan.wiz1-2/+5
2007-12-21Supports DESTDIR.joerg1-1/+3
2007-11-17Reset maintainer for itojun's packages.wiz1-3/+2
2007-10-28Supports DESTDIR installation.joerg1-1/+2
2007-09-28make this compile on -currentdrochner2-14/+25
(the benchmark looks not very useful on current CPUs - runs within fractions of seconds -, but anyway)
2007-08-30Fixed build failure on NetBSD 3.0:rillig1-2/+2
kttcp.c:121: warning: assignment discards qualifiers from pointer target type
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-08don't use malloc.h.joerg7-1/+97
2007-08-08Don't use malloc.hjoerg2-1/+18
2007-07-08Reset maintainer, rpaulo resigned.wiz1-2/+2
2007-05-18Added support for installation to DESTDIR.heinz1-4/+5
Fixed a forgotten instance of PKGMANDIR.
2007-05-18Reset maintainer on his request (in mail traffic for PR 35824).wiz1-2/+2
2007-03-11Fix building:rmind2-16/+3
- Install manual.html as in default package's behaviour. - Remove do-install part as not nessecary.
2007-03-06- Add a general description of "doc" option.rmind3-13/+23
- sysbench: Add a "doc" option, now it could be installed without documentation. Thanks xtraeme@ for comments and review.
2007-03-05Add benchmarks/sysbench.rmind1-1/+2
2007-03-05PR/35905: New pkg: benchmarks/sysbench 0.4.8rmind6-0/+88
Thanks for Kimura Fuyuki. OK: agc@ SysBench is a modular, cross-platform and multi-threaded benchmark tool for evaluating OS parameters that are important for a system running a database under intensive load.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-6/+6
Patch provided by Sergey Svishchev in private mail.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz2-5/+5
From Sergey Svishchev in private mail.
2007-01-26Modular Xorg support.joerg1-2/+2
2007-01-18Fixed PKGMANDIR.rillig3-18/+7
2007-01-18Made the Makefile a lot simpler.rillig1-14/+6
2007-01-18Fixed PKGMANDIR.rillig3-15/+12
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig8-21/+21
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-03Add a patch that fixes the install code in Makefile.in, so we can just usecjs3-9/+15
that rather than having to hack our own install code. This changes what's actually built and installed not one whit, so we do not increment the version.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+3
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.