summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
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
2006-09-03Fix the TR number so that google will turn up an URL to a copy.bad1-1/+1
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-08-31Moved the helper binaries from bin/lmbench/ to libexec/lmbench. Bumpedrillig9-128/+130
PKGREVISION.
2006-08-14Update to version 0.8.rpaulo3-19/+11
thrulay-0.8 release notes Linux compatibility release; fixes problems with compiling the software on some flavors of Linux. thrulay-0.7 release notes This release incorporates the results of the work of Bernhard Lutzmann on his Google Summer of Code project.
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-21Needs a C compiler.rillig1-2/+2
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-2/+2
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-13Changes 3.263:adam3-17/+17
* Change the default pattern. Samba is trying to cheat by special casing IOZONE.tmp, and the pattern of 0xA5. * Make the default pattern random, and based on Iozone version. This is to prevent the hack from Richard Sharpe (in Samba) from special casing Iozone, and lying to the user. * bug fix in pattern gen. * Add -+Z old data set mode. * Add -+X constant data for short circuit testing only. * Multi-node changes for new options. (-+Z and -+X) * Add -+K flag for Sony. * Move -+K outside of Windows only. * Simplify percentage calculation * Add error checking for -f and -F in the wrong modes. * Bug fix for pbuffer allocation on remote clients. * Check for max_rec_size when using ranges. -r -r -r * Fix for Debian user bug. -r 1m -n 1m -g 2m gave bogus error. * Bug fix for -k used in conjunction with -t and content validation.