summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-12-07Upgrade to 0.8.cjs5-28/+50
New in version 0.8: httperf is now released under the GNU General Public License (GPL). Preliminary support for SSL (Secure Socket Layer). See README for details. New options (see man-page for details): --print-reply (replaced --print-replies) --print-request --ssl --ssl-ciphers --ssl-no-reuse New in version 0.7: New options (see man-page for details): --add-header --method --retry-on-failure Bug fixes - fixed some segfaults in the session workload generator - specifying option --session-cookie when not using a session workload generator now prints an error message instead of core dumping
2006-11-21Move directory of "netperf" package to "benchmarks". It was marked astron6-1/+106
being in that category anyway.
2006-10-22Not every system has O_DIRECT ... not even NetBSD.rillig2-11/+19
2006-10-15Add patches to support a new flag:xtraeme8-2/+110
--directio or -o (if enabled uses O_DIRECT in open(2)). Useful to test performance of Direct I/O implementation on NetBSD. Bump PKGREVISION.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz4-10/+10
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2