summaryrefslogtreecommitdiff
path: root/benchmarks/bytebench
AgeCommit message (Collapse)AuthorFilesLines
2006-06-22Fixed path to the Perl interpreter. Bumped PKGREVISION.rillig1-2/+5
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-07Don't declare errno manually, depend on errno.h for it. While here,joerg3-13/+43
fix the signal handling to use a volatile variable. Compilers can optimise the access otherwise. Bump revision, since this is a bugfix. Reviewed by jlam and the maintainer.
2005-10-314.1.0nb1: Interix has no sync(2). Use fsync(2) there instead.tv3-3/+55
While there, use fsync(2) on all hosts. Without this, the fstime benchmark will be disproportionately biased toward OS's and hardware that buffer larger amounts of data in memory before [background] syncing.
2005-10-13Correct execl() so that the argument list is NULL terminated.ben2-9/+14
Terminating with 0 worked under NetBSD 2.0.2, but it fails with EFAULT under NetBSD/amd64 3.0_BETA.
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2003-09-19Make build on Solaris. From Jonathan Perkin in PR 22855.wiz2-4/+4
2003-04-26Use PATH_MAX instead of 81 for a path name buffer.simonb2-8/+19
2003-03-30Fix LP64 problems to make it work on sparc64.itohy2-1/+32
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-01-09Update bytebench to 4.1.0. Pkgsrc changes from the previous package includejlam7-126/+138
moving the state directory for bytebench to /var/benchmarks instead of trying to keep state in ${PREFIX}/share/bytebench. Distribution changes from version 3.6 include: * Double precision Whetstone instead of the old "double" benchmark. * Removal of some obsolete files. * "system" suite adds shell8. * perlbench and poll added as "exhibition" (non-index) benchmarks. * Minor change to fstime.c to fix overflow problems on fast machines. * A lot more operating system-oriented tests into the index. * Many tests rewritten to be more relevant for modern processors. * New baseline: SPARCstation 20-61 with 128 MB RAM, a SPARC Storage Array, and Solaris 2.3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-04Install benchmarking programs under libexec/bytebench. Add patches to dojlam6-43/+165
nicer report printing under BSD systems, provided by Greg Woods in pkg/6943. Closes PRs: 6943, 6945, 6946
2000-08-04Make "make benchmark" actually work without having installed the software.jlam3-9/+15
Also remove an apparent extraneous line in the executable script which was causing errors.
2000-03-16cp -> ${CP}, chmod -> ${CHMOD}wiz1-2/+2
2000-01-05Make this package compile and run on Solaris - undo some over-aggressiveagc3-12/+19
NetBSD patching, and use ${ID} in preference to "id".
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz1-2/+2
one RCS tag added
1999-07-09Add package patch-sum filesagc1-0/+5
1998-12-26Fix all the benchmark targets so they work properly, and work with thegarbled1-2/+6
package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection.
1998-12-03make aware of BATCH (if interactive), uid (if benchmark needs to be run as root)hubertf1-1/+2
1998-09-23Rename PREFIX value to be substituted to @PREFIX@.agc2-4/+7
Add a benchmark target to the package Makefile, so that "make benchmark" will run the benchmark.
1998-09-03Work around bug in our dc(1) and fix up the checking of wait(3).garbled1-0/+43
Will look into fixing dc(1) this weekend.
1998-09-01Fix an LP64 bug in the pipe speed tests.garbled1-0/+22
1998-08-30fix minor screw up in path to result-dirgarbled1-4/+4
1998-08-30Add new pkg for bytebench-3.6garbled6-0/+155
BYTE Magazine's Public Domain benchmark for UNIX