summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Convert to buildlink3.snj3-12/+11
2004-04-11Convert to buildlink3.snj1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-02-21s/conformancy/conformance/snj1-2/+2
2004-02-21s/algorithims/algorithms/snj1-2/+2
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-4/+3
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-01-31s/seperate/separate/snj1-1/+1
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant3-6/+6
2004-01-21Update to 3.217:wiz2-6/+6
Revision 3.212 Add record locking Add single file, file sharing. Revision 3.213 Enhance fill/verify (diag mode) for shared file. Revision 3.214 Remove warnings. Revision 3.215 Add prototype for mylockr() Revision 3.216 Fix prototype for mylockr Revision 3.217 Enable options for Windows systems.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc19-38/+48
2004-01-11bl3ify and support pkgviews installation.jmmv1-3/+7
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-2/+3
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-12-13Update to 3.211:wiz2-6/+6
Add -+n option to disable re-testing. Fixup -+n for throughput mode. Fix Excel output when -+n is used. Add support for the IBM S390 running Linux. Cleanup naming conventions for the S390 and fixup a #define. Add 64 bit compiles for s390x Move BIG_ENDIAN to ZBIG_ENDIAN to avoid header conflicts. Make random offsets always based on 48 bit random values. Addition for make random offsets always based on 48 bit random values. Make rands long longs. Bug fix for 48 bit rands in bsd4_2 and Windows. Make big_rand a long long. Inject Erik's changes for Multi-client Windows. Change proto version due to changes in Windows -+m support. Add Eric to the contributors list. Add more Windows support. Spelling error. Bug fixes from Erik H. Reduce usage of shared memory. Eliminate STUPID warning from the silly compiler. Changes to remove warnings on BSD. Thanks to Christian Weisgerber Support for the AMD64 Add -+k for constant aggregate data set size in throughput mode. Add pread support for the TRU64 target. Department of Defense in Canada. Add -+q for delay in seconds between tests. Move variable up, GCC on Solaris was getting a bogus parse error Add support for -+D (O_DSYNC) mode testing. Make O_DSYNC conditional. Add telemetry support for pread/pwrite
2003-12-03Add and enable postal.xtraeme1-1/+2
2003-12-03Initial import of postal-0.62, package provided by David Ferlier viaxtraeme4-0/+34
pkgsrc-wip. Postal is a SMTP benchmark. Postal-list will list all the possible expansions for an account name (used for creating a list of accounts to create on your test server). Rabid is the mad Biff, it is a POP benchmark.
2003-11-25don't pass the ARCH variable to the c compiler. Its not used intentionallydmcmahill2-8/+9
and it can break if a system uses ARCH for other purposes. Noted in recent bulk builds.
2003-11-08Depend on either teTeX or teTeX2 and default to latter.wiz1-2/+2
2003-11-05According to the website, there have been some ``bugfix changes'' aroundjschauma2-11/+13
2003-04-08, but the maintainers did not version the distfile. So make up our own versioning, bump this to 4.0.1 and stick the distfile into a DIST_SUBDIR (as suggested by agc@).
2003-10-31Add patch-abgavan1-1/+2
2003-10-31Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-31Correct LFLAGS to LDFLAGS.gavan1-0/+17
2003-10-26Use the built-in routines so we pick up all variable settingsmrauch1-8/+4
(fixes missing -rpath link statement)
2003-09-28Fix spurios error messages and set socket buffer size. Bump packagetron3-15/+39
revision to reflect changes.
2003-09-19Make build on Solaris. From Jonathan Perkin in PR 22855.wiz2-4/+4
2003-09-19Make build on systems without gcc. From Jonathan Perkin in PR 22856.wiz2-1/+19
2003-09-19Make compile on Solaris. From Jonathan Perkin in PR 22860.wiz3-9/+30
2003-09-19Make compile on Solaris. From Jonathan Perkin in PR 22859.wiz3-16/+24
2003-09-19Make compile on Solaris. From Jonathan Perkin in PR 22858.wiz3-10/+35
2003-09-19Make compile on Solaris. From Jonathan Perkin in PR 22857.wiz3-2/+26
2003-09-01Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
2003-07-21COMMENT should start with a capital letter.martti2-4/+4
2003-07-20Wildcard BUILD_DEPENDS. From Kouichirou Hiratsuka in PR 22196.wiz1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant11-22/+22
2003-07-17Add and enable dbenchagc1-1/+2
2003-07-17Initial import of dbench-1.3 into the NetBSD Packages Collection.agc6-0/+92
Taken from the dbench README file: Netbench is a terrible benchmark, but it's an "industry standard" and it's what is used in the press to rate windows fileservers like Samba and WindowsNT. In order for the development methodologies of the open source community to work we need to be able to run this benchmark in an environment that a bunch of us have access to. We need the source to the benchmark so we can see what it does. We need to be able to split it into pieces to look for individual bottlenecks. In short, we need to open up netbench to the masses. To do this I have written three tools, dbench, tbench and smbtorture. All three read a load description file called client.txt that was derived from a network sniffer dump of a real netbench run. client.txt is about 4MB and describes the 90 thousand operations that a netbench client does in a typical netbench run. They parse client.txt and use it to produce the same load without having to buy a huge lab. They can simulate any number of simultaneous clients.
2003-06-24Update to 3.185:wiz2-6/+6
Improve macros and add prototypes. Improve resolution of get_resolution(). Changes to support RedHat 9.0. Special handling of NAME for broken frontend in Cygwin/Windows env. Add support for the CrayX1 Remove reference to PAGE_SIZE for linux. This causes problems with SuSe 8. Fixup for SCO build. Add -DHAVE_PREAD for Solaris8-64 target. Code cleanup for Linux Improve -+d so that each byte is more unique. Improve byte level validation. Provide byte level error detection with Found char and Expecting Char in -+d mode. Improve speed of -+d without losing uniqueness of bytes. Fix so that Windows can use multiple processes. Needed mmap like SCO. Use malloc() instead of mmap() for threads memory, instead of mmap. Make CPU utilization use doubles everywhere. Add support for CPU utilization while in distributed mode. Make all times relative so multi node can do CPU usage. Remove unused variables.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv5-13/+13
2003-04-26Use PATH_MAX instead of 81 for a path name buffer.simonb2-8/+19
2003-04-23Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicablejmc1-2/+2
NetBSD versions as appropriate
2003-04-15Update to 3.167:wiz2-6/+6
Zero compute_val inside of loops. Add support for O_DIRECT for IRIX and IRIX64 Improve macros and add prototypes. Improve resolution of get_resolution().
2003-04-11Add and enable nettestcjep1-1/+2
2003-04-11Re-import of Nettest 92.11.09 into the NetBSD packages collectioncjep8-0/+253
as benchmarks/nettest (originally in net). The nettest and nettestd commands perform client and server performance tests for various types of interprocess communication. These tests time the data throughput of pipes and UNIX domain, TCP, and UDP socket connections. Supplied by Brian Ginsbach in PR#18985. Thanks!
2003-04-10Fix COMMENTabs1-2/+2
2003-03-30Fix LP64 problems to make it work on sparc64.itohy2-1/+32
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv18-43/+36
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-19Add/enable skampijschauma1-1/+2
2003-03-19Initial import of benchmarks/skampijschauma4-0/+404
The SKaMPI-Benchmark is a suite of tests designed to measure the performance of MPI. MPI (Message Passing Interface) is a machine independent standard to provide an efficient interface to message passing libraries of different parallel machines. The goal of SKaMPI is to create a database to illustrate the performance of these different MPI implementations. This database should allow to: 1. Decide how to implement portable and efficient MPI programs. 2. Predict the performance of MPI programs. 3. Describe supercomputers in terms of MPI.