summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24benchmarks/iozone: Really add DragonFly supportmarino3-8/+92
It appears that the authors of Iozone tried to add DragonFly support without actually building it. The configuration was broken, and the iozone.c was uncompilable. With the two modified patches, it will compile now, and a quick check using "iozone -a" seemed to work as expected. No PKGREVISION bump necessary.
2011-11-24benchmarks/postal: Upgrade from version 0.62 to 0.70marino9-62/+72
Despite several additional patches, postal 0.62 wouldn't compile on DragonFly (broke on stl vectors), so upgrading the package was the most effective approach to restore this package. License updated in Makefile. Summary of changes since version 0.62 ===================================== 0.65 Significant improvement, many new features and many bugs fixed! 0.66 Made GNUTLS work in BHM and added Messageld to Postal 0.67 Changed license to GPLv3 0.68 Fixed compiler warnings on GCC 4.3, make it work for OpenSolaris 0.69 Fixed compiler warnings and more GCC 4.3 compatibility work 0.70 Updated man pages and allowed build without SSL support
2011-11-06PR#45500 benchmarks/libmicro: Add DragonFly supportmarino3-2/+53
This commit fixes the run-libmicro command which was broken for all platforms. It was pointing at the destdir version instead of the installed version. It also provides a DragonFly-specific makefile which enables it to build and run on DragonFly.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-09-14void maindholland2-6/+25
2011-09-14Fix some pkglint. There's quite a bit left, including a highly bogusdholland1-5/+5
"results" target that copies results into /tmp.
2011-09-14fix void main, use stdlib.h instead of casting malloc, etc.dholland2-1/+72
2011-09-12Workaround for build problem on NetBSD 5.99.55.taca2-5/+15
2011-09-12Add a distfile patch from yours truly, which may become, or may becomedholland7-86/+34
part of, a new upstream version, but I need to talk to some people first. (I'm keeping this separate from the previous update in case it breaks stuff.) Changes: roll in parts of patch-aa and patch-aq; roll in all of patch-ar and patch-src_memsize_c; make the ARM-only adjustment from patch-ar universal; add enough volatile to make 'mhz' work more or less properly again; fix the loop calibration to bail out instead of spinning forever if things go too fast (e.g. because the compiler's optimized out the benchmark loop); various hacking and modernization to get sort of a clean compile; fix some non-stdc stringifying macros; hopefully advance the clang build a bit further.
2011-09-12Update to 1.1, which was released with little fanfare in 2003.dholland3-22/+25
Changes: support for SPARC performance counters, plus a couple fixes.
2011-09-12void maindholland2-7/+17
2011-09-12void maindholland2-1/+38
while here, fix some wrong printf formats that clang caught.
2011-09-12Update the patch here to use %llu instead of %qu for 64-bit values,dholland2-16/+28
since clang objects to %qu. Also patch another format string that was previously missed
2011-09-12Fix mismatched return statements, which clang dislikesdholland2-1/+17
2011-08-14fix build with GCC 4.5.mrg2-16/+32
2011-08-01Fix broken clang build.dholland2-1/+32
2011-07-20Make compiler warnings non-fatal to fix the build under NetBSD-current.tron1-1/+2
2011-05-28Add trivial patch to makefile, now passes MAKE_JOBS=4.dholland3-5/+16
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-03-11service discontinued. prevent time out. fetch from backup.zafer2-4/+4
2011-02-28Add benchmarks to CATEGORIES.wiz1-2/+2
2011-02-28+ super_pi.wiz1-1/+2
2011-02-28Initial import of super_pi-20030927.wiz4-0/+43
SuperPI is a quick reference benchmark test often used when overclocking or comparing different hardware configurations.
2011-02-03Update randread to 0.2.obache9-56/+97
Based on PR#44354 by Tony Young. set LICENSE=public-domain, unit-test support by me. Version 0.2 2002-09-11 Added unit test framework. Read from a list of files, rather than just one, seeking evenly within all of them based on the number of blocks in each. Allow reading several contiguous blocks for each seek, so we can do sequential/random and sequential read testing. Print more and clearer information. Added disktest shell scripts.
2011-01-28Pass LDFLAGS for linkingadam2-3/+12
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2011-01-02make compile on systems without O_DIRECT (i.e. Mac OS 10.6)jdolecek4-2/+46
2010-12-30Fixes for DragonFly.obache2-5/+27
2010-12-30Fixes build on DragonFly.obache2-1/+17
sendfile(2) of DragonFly is FreeBSD in origin.
2010-12-30Fixes BUILD_TARGET for DragonFly.obache1-2/+2
2010-10-16Changes 3.7.1:adam3-44/+21
Release 3.7 adds support for OpenFabrics infiniband verbs module (NPibv), and should work with the OFED-1.1 or OFED-1.2 release. It has been tested on IBM eHCA hardware as well as Mellanox pci-express infiniband adapters. The openfabrics verbs support is currently lacking any support for the connection manager, and all connections are set up via TCP sockets.
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau1-2/+2
"fortran" is alias of "fortran77" for now, but it will change later.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-03Remove patches that were not in distinfo after 2.4.5 update.wiz7-146/+0
2010-05-27Changes 0.4.12:adam4-18/+19
* Made forced shutdown introduced in 0.4.11 optional via the --forced-shutdown switch and off by default. Changes 0.4.11: * Added --oltp-reconnect-mode to the OLTP test. * Minor fixes to remove compiler warnings and DocBook processing on Mac OS X. * Added forced test shutdown to avoid endless execution when DB server freezes * Backport of Windows support from the 0.5 branch Changes 0.4.10: * Fixed the bug with empty --mysql-create-options * Merge two patches from Tim Cook: - use lrand48() as random() is not thread-safe on most platforms - use libumem/mtmalloc for memory allocation if available on the target platform * Got rid of some unnecessary malloc() calls in drv_mysql.c
2010-05-16gnuplot isn't used, remove it completely.asau1-5/+2
Use common point to depend on MPI (mk/mpi.buildlink3.mk).
2010-05-06Changes 2.4.5:adam6-101/+41
* Fixes for Linux procstat-based CPU utilization on newer kernels from Andrew Gallatin. * Fix for a TCP_RR hang from Michael Shuldman * Compilation cleanups for MingW cnd MSDOS (djgpp) ourtesy of Gisle Vanem. * Changes to enable compilation and building of netperf for VMware. Kudos to the person who did the first port, I will be happy to name that person when told it is OK :) * Fixes from Adam Bidema for launching netserver children when the path to netserver.exe is very long. * For the first time, netperf2 has a dependency, albeit optional, on another non-base-os bit of code - libsmbios under Linux. * Fixes for BSD CPU utilization to deal with different BSD variants using different types. * The "omni" suite has been added on an experimental basis. * Coming along for the ride are some new platform specific files to determine the probable egress interface for each end of a test, as well as driver information for that interface. * The UDP_RR test now understands the global -f option to change output units. It also understands the -B option to tag results. Courtesy of Alexander Duyck. * A fix has been added for hanging UDP_RR tests under Windows. * Fixes for Solaris sendfilev usage. * A TCP_MSS test has been added which will report the MSS for a data connection setup as if the test were a TCP_STREAM test. * The width of the confidence interval can be specified in fractions of a percent for the confidence of a clean, close, comfortable calculation. :) * Honor the global -B option in a TCP_SENDFILE test. * Correct the sense of Send/Recv in the banner of a TCP_MAERTS test.
2010-04-01Need 64bit off_t, so pass -D_FILE_OFFSET_BITS=64 to CFLAGS on Linux.obache1-1/+3
Fixes PR#43094.
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
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2010-01-25update master_sites.zafer1-3/+3
2010-01-25update master_sites.zafer3-7/+7
2010-01-25update master_sites.zafer1-3/+3
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-12-13Regenerate after DIST_SUBDIR change.asau1-4/+4
2009-12-13Set DIST_SUBDIR.asau1-1/+2
2009-12-13Update to SKaMPI 5.0.4 rev. 355.asau3-383/+58
Changes are unknown. Don't depend on gnuplot, it is not required for functioning.
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-2/+2
that list Fortran in used languages.