summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2012-04-22Declare void function void; fixes clang build.dholland2-1/+17
2012-04-15Reset maintainer, developer has left the buildingwiz3-6/+6
2012-02-28No static linking on SunOS. Don't use non-standard u_intXX_t types.hans4-4/+34
Not MAKE_JOBS_SAFE.
2012-02-16Fix PLIST for !NetBSD platforms.hans1-3/+3
2012-02-16Fix build on SunOS.hans1-1/+3
2012-02-16On SunOS, static linking is unsupported since 5.10, and it always was onhans1-1/+7
64bit platforms.
2012-02-06Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:runsbd1-3/+5
Bump PKGREVISION
2012-01-24benchmarks/iozone: Unbreak DragonFly (again)marino2-15/+9
The update from version 3.308 to 3.397 broke DragonFly 11 days after I fixed it due to missing a macro change. An integer redeclaration was also removed.
2012-01-23Remove chunk that was added for 1.6.2 compatibility, but affects thewiz3-19/+5
run-time. Noted by yamt@ in PR 45866. Bump PKGREVISION.
2012-01-12Fix build on SunOS.hans6-9/+27
2012-01-12Fix build with gfortran on SunOS and possibly others.hans3-560/+8101
Also tested on NetBSD/i386 5.1 with f2c.
2011-12-19Fix compiler version grep to match better. Fixes build on NetBSD withwiz2-1/+17
gcc-4.5.
2011-12-14This is BSD-specific software (uses sys/disklabel.h), set ONLY_FOR_PLATFORMshattered1-2/+2
2011-12-07Fix bad copy/pasto.jym1-2/+2
2011-12-07Welcome to phoronix-test-suite-3.4.0.jym4-0/+396
Dunno why only part of the my patch got committed. Hmm.
2011-12-07Welcome to phoronix-test-suite-3.4.0.jym2-1/+43
DESCR: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for the *nix operating system. This software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.
2011-12-02Update by a few dozen patch releases (3.308 -> 3.397).hauke7-44/+111
Install two report Perl scripts, example files, and more docs.
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.